扫描报告
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.
可以安装
No action needed. This is a straightforward documentation skill for the `remi` tool.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 命令执行 | WRITE | WRITE | ✓ 一致 | Bash used to invoke `remi` CLI, declared in SKILL.md |
| 文件系统 | NONE | NONE | — | No filesystem access required or used |
| 网络访问 | NONE | NONE | — | iCloud sync is handled by the external `remi` tool, not this skill |
| 环境变量 | NONE | NONE | — | No environment variable access |
| 技能调用 | NONE | NONE | — | No nested skill invocation |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser access |
| 数据库 | NONE | NONE | — | No database access |
目录结构
1 文件 · 2.0 KB · 57 行 Markdown 1f · 57L
└─
SKILL.md
Markdown
安全亮点
✓ 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.)