apple-notes-webhooks-events
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
osascriptto run JavaScript for Automation (JXA) for querying the Apple Notes database. It also suggests usingfswatchfor real-time monitoring of theNoteStore.sqlitefile. - [INDIRECT_PROMPT_INJECTION]: As the skill ingests and processes note titles to detect changes, it creates an inherent surface for indirect prompt injection if a note title contains malicious instructions. The risk is minimized by the skill's focus on metadata rather than note bodies.
- [DATA_EXPOSURE]: The skill accesses note metadata including titles, internal IDs, and modification timestamps. The documentation explicitly advises against exfiltrating note bodies and suggests using salted hashes or opaque identifiers for event records.
Audit Metadata