apple-notes — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited apple-notes (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Run Apple Notes-driven automations with deterministic, sequential execution.
scripts/run_checklist_note.sh "AGENT TODO LIST"If no title is provided, the script defaults to AGENT TODO LIST.
run ToDosWhen the request is run ToDos (or run todos), execute the default checklist immediately:
scripts/run_checklist_note.sh "AGENT TODO LIST"Skip preflight CRUD/search steps unless the user asks for them explicitly.
For direct Notes CRUD/search operations:
scripts/manage_notes.sh search --query "visionOS" --field any --limit 20<li> items in source order and detect completion state.Say <phrase>ConfettiRecord my screen for <N> seconds<skill-name>: <args>open-meteo-weather: --location "Boston, MA"apple-reminders: today --jsonapple-notes: search --query "visionOS" --field any<skill-name>: <args>apple-notesapple-remindersbird-xbrowser-useconfettidiscordffmpeg-video-editorgit-searchimsglaunchd-non-apple-jobsmailapp-send-emailopen-meteo-weatheropenai-docsopml-readerplaywrightsayscreen-recorderswiftui-performance-auditvideo-transcript-downloaderyahoo-financeyoutubeyt-video-downloaderskill-creatorskill-installerTool-centric skills and skills missing required local CLIs are dispatched via codex exec fallback.
Matching is case-insensitive. Empty checklist lines are skipped.
Use scripts/manage_notes.sh to create, read, update, delete, search, and list Apple Notes.
Examples:
scripts/manage_notes.sh create --title "My Note" --body "<div>Hello</div>"
scripts/manage_notes.sh read --title "My Note" --format plaintext
scripts/manage_notes.sh update --title "My Note" --title-new "My Renamed Note" --body "<div>Updated</div>"
scripts/manage_notes.sh search --query "Updated" --field any --limit 20
scripts/manage_notes.sh delete --title "My Renamed Note"
scripts/manage_notes.sh list --limit 50run_checklist_note.sh: Read an Apple Note and execute supported checklist items sequentially.dispatch_skill_item.sh: Dispatch one checklist item to a supported skill action.manage_notes.sh: Create, read, update, delete, search, and list Apple Notes.manage_notes.applescript: AppleScript backend used by manage_notes.sh.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.