apple-notes
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill recommends installing a third-party utility from a personal GitHub repository.
- Evidence:
SKILL.mdinstructions specify installation viabrew tap antoniorodr/memo. - [INDIRECT_PROMPT_INJECTION]: The skill retrieves and processes text from Apple Notes, which is an external data source that could contain malicious instructions.
- Ingestion points:
memo notescommands inSKILL.mdthat list, search, and view note content. - Boundary markers: Absent; the instructions do not include delimiters or warnings for the agent to ignore instructions embedded in the notes.
- Capability inventory: The skill can execute CLI commands, create/edit/delete notes, and export note content to files (documented in
SKILL.md). - Sanitization: Absent; there is no mention of filtering or sanitizing note content before processing.
- [COMMAND_EXECUTION]: The skill's primary functionality is implemented by executing the
memocommand-line utility. - Evidence: All actions described in
SKILL.md(viewing, creating, editing, deleting, moving, and exporting notes) are performed viamemocommands.
Audit Metadata