Notes (Local, Apple, Notion, Obsidian & more)
Analysis
The skill is a transparent note-taking helper, but optional integrations can read and write your notes through local files, app CLIs, and service credentials.
Findings (5)
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.
obsidian-cli delete "path/note"
The platform reference documents destructive note operations. They are purpose-aligned examples, not hidden or automatic behavior.
go install github.com/tylerwince/grizzly/cmd/grizzly@latest
Optional setup instructions install a third-party CLI at the latest version. This is user-directed and not automatic, but the dependency is unpinned.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
NOTION_KEY=$(cat ~/.config/notion/api_key)
The Notion integration reads a local API key and uses it for authenticated Notion API requests. This is expected for the integration and is described as user-configured.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
- Data leaves machine (sent to Notion API)
The artifact explicitly discloses that Notion routing sends note data to an external provider API.
*Synced from all platforms. Action items always tracked here regardless of note location.*
The skill maintains persistent local memory and action tracking across configured note platforms.
