Scan Report
0 /100
remi
Manage Apple Reminders via CLI with section support and iCloud sync
Pure documentation skill for a legitimate Apple Reminders CLI tool with no executable code or suspicious behavior.
Safe to install
No action needed. This is a straightforward documentation skill for the `remi` tool.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Shell | WRITE | WRITE | ✓ Aligned | Bash used to invoke `remi` CLI, declared in SKILL.md |
| Filesystem | NONE | NONE | — | No filesystem access required or used |
| Network | NONE | NONE | — | iCloud sync is handled by the external `remi` tool, not this skill |
| Environment | NONE | NONE | — | No environment variable access |
| Skill Invoke | NONE | NONE | — | No nested skill invocation |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser access |
| Database | NONE | NONE | — | No database access |
File Tree
1 files · 2.0 KB · 57 lines Markdown 1f · 57L
└─
SKILL.md
Markdown
Security Positives
✓ Only contains documentation (SKILL.md); no executable code present
✓ Declared shell:WRITE access is minimal and appropriate for CLI invocation
✓ All functionality is clearly documented with examples
✓ No credential harvesting, data exfiltration, or obfuscation
✓ No downloads, remote script execution, or base64-encoded payloads
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env, etc.)