Skill: note-taker
Category: excessive-permissions
Location: skill.json
The skill requests 24 permissions. Skills requesting many permissions have a larger attack surface and violate the principle of least privilege.
permissions: ["filesystem:read", "filesystem:write", "filesystem:delete", "filesystem:execute", "network:*", "clipboard:read", "clipboard:write", "process:spawn", "process:env", "shell:execute", "camera:capture", "microphone:record", "screen:capture", "keychain:read", "keychain:write", "contacts:read", "contacts:write", "calendar:read", "calendar:write", "location:precise", "notifications:send", "browser:history", "browser:cookies", "system:admin"]
Review all requested permissions and remove any that are not strictly necessary for the skill's core functionality.