apple-notes-install-auth
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONDATA_EXFILTRATIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill creates an ingestion point for untrusted data by reading content and metadata from Apple Notes via
osascriptand Apple Shortcuts. - Ingestion points: The
list,count, andfolderscommands inscripts/notes-cli.shandSKILL.mdingest data from the local Notes database. - Boundary markers: The skill does not implement delimiters or specific instructions to the agent to ignore potentially malicious instructions embedded within the notes.
- Capability inventory: The skill utilizes
Read,Write,Edit, andBashcapabilities, which could be misused if the agent obeys instructions found within note content. - Sanitization: No sanitization or filtering is applied to the output of the automation scripts before it is processed by the agent.
- [DATA_EXFILTRATION]: The skill is designed to access and display sensitive personal information stored in Apple Notes.
- The
listfunctionality in the wrapper script explicitly retrieves note titles and IDs. - The skill documentation warns that using these tools can expose note metadata in terminal history and logs, which may be accessible to other processes or users on the system.
- [COMMAND_EXECUTION]: The skill makes extensive use of the
osascriptcommand to execute AppleScript and JavaScript for Automation (JXA) payloads, which is the standard method for macOS inter-process communication but represents a powerful execution capability.
Audit Metadata