apple-notes
Warn
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the
memoutility from a third-party Homebrew tap (antoniorodr/memo). This involves downloading and installing executable code from an unverified personal repository. - [DATA_EXFILTRATION]: The skill accesses and processes the contents of Apple Notes. While this is the primary purpose of the skill, it represents exposure of personal and potentially sensitive data (notes often contain credentials or private information) to the agent context.
- [COMMAND_EXECUTION]: The skill relies on executing the
memoCLI tool to perform search, create, edit, and delete operations within the macOS environment. - [INDIRECT_PROMPT_INJECTION]: The skill reads external data from Apple Notes, which creates a surface for indirect instructions to influence the agent.
- Ingestion points: Note content is ingested into the agent context through the
memo notesandmemo notes -s(search) commands. - Boundary markers: None. The instructions do not provide delimiters or warnings to help the agent distinguish between note content and system instructions.
- Capability inventory: The skill has the ability to write to and delete from the system's notes database via the
memo notes -aandmemo notes -dcommands. - Sanitization: No sanitization or filtering of the retrieved note content is mentioned or implemented before the data is passed to the agent.
Audit Metadata