Apple Notes
Analysis
This is a coherent Apple Notes helper, but it can read, edit, delete, and export your notes once you grant macOS Notes automation access.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Create, view, edit, delete, search, move notes between folders, and export to HTML/Markdown.
The skill exposes note mutation and deletion operations. These are disclosed and purpose-aligned, but they can change or remove user data.
Install (Homebrew): `brew tap antoniorodr/memo && brew install antoniorodr/memo/memo`
The skill depends on an external Homebrew tap/formula for the memo CLI. This is disclosed and expected for a CLI wrapper, but it is still an upstream dependency to trust.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
macOS-only; if prompted, grant Automation access to Notes.app.
Granting Automation access allows the CLI used by the agent to control Notes.app under the user's local account.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
View Notes - List all notes: `memo notes` ... Search notes (fuzzy): `memo notes -s "query"`
Viewing or searching persistent notes can bring private or untrusted note text into the agent's working context.
