Notectl
Analysis
Notectl appears to be a straightforward Apple Notes command guide, but it can read/search and change your Notes and depends on a local notectl command whose source is not provided.
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.
`notectl show <title>` | Show note content by title ... `notectl add <title>` | Create a new note ... `notectl search <query>` | Search notes by title or content ... `notectl append <title>` | Append text to an existing note
The skill exposes commands that read, search, and mutate Apple Notes. This matches the stated purpose, but these are still sensitive local-data operations that should be user-directed.
Source: unknown; Homepage: none; Required binaries ... none
The runtime instructions rely on a `notectl` CLI, but the registry metadata provides no source/homepage provenance and does not declare the binary requirement.
Folders on this system: - Notes (default) - research - rainbat-projects - Papi
The hard-coded folder list is described as being from 'this system,' which may be stale or specific to the publisher rather than the installing user's Apple Notes environment.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
`notectl show <title>` | Show note content by title ... `notectl search <query>` | Search notes by title or content ... # Search all notes
Apple Notes content can be retrieved into the agent's context. Notes may contain private information or untrusted text, even though retrieval is purpose-aligned for this skill.
