扫描报告
5 /100
apollo-writing-plans
把大任务拆成小步骤,每步几分钟,写成清晰计划再动手。适合在动手写代码前先做规划。
A simple task planning assistant that generates markdown plans - no actual code execution, no sensitive resource access, no dependencies.
可以安装
This skill is safe to use. It only generates documentation/plans and does not implement any file operations, network requests, or credential access.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No filesystem operations in code - only describes plan output format |
| 网络访问 | NONE | NONE | — | No network calls implemented |
| 命令执行 | NONE | NONE | — | No shell execution in skill |
| 环境变量 | NONE | NONE | — | No environment access |
| 技能调用 | NONE | NONE | — | No inter-skill invocation |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No database access |
目录结构
2 文件 · 2.0 KB · 100 行 Markdown 1f · 94L
JSON 1f · 6L
├─
_meta.json
JSON
└─
SKILL.md
Markdown
安全亮点
✓ No code execution or shell commands
✓ No credential or sensitive data access
✓ No network requests or data exfiltration
✓ No obfuscated or encoded payloads
✓ Documentation accurately describes the skill's behavior
✓ No external dependencies to compromise
✓ Purely a documentation/planning assistant