reminders — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited reminders (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.
reminders is a CLI for managing Apple Reminders on macOS. Before first use, run:
reminders --help=skill
This returns the tool author's guidance on best practices and strategic usage patterns.
For API documentation, use reminders --help (concise) or --help --verbose (comprehensive). For subcommand help, use reminders <command> --help or --help --verbose.
Structured CLI flags filter at fetch time. The JMESPath positional [QUERY] argument filters and projects on the result. Order on the command line never changes the result — flags always run first.
# Identical results:
reminders query --list "Work" "[?priority == 'high']" --pretty
reminders query "[?priority == 'high']" --list "Work" --prettyFoundation reference: see docs/query-reference.md (recipes, JMESPath fundamentals, project-specific extensions).
--pretty when showing output to the user.--all-lists unless the user specifies a particular list.--detail compact (default) for queries unless more detail is needed.--search over JMESPath for simple text matches.For case-insensitive JMESPath matching, use lower() / upper(): reminders query "[?contains(lower(title), 'meeting')]".
--created-from / --created-to,--modified-from / --modified-to, --due-from / --due-to.
id field.jq for advanced formatting: reminders query --list "Work" | jq '.reminders[].title'~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.