扫描报告
0 /100
apollo-planning
Task planning skill that breaks down large tasks into small, executable steps with TDD approach
This is a pure documentation/planning skill with no executable code, scripts, or dependencies. It provides guidelines for writing implementation plans.
可以安装
This skill is safe to use. No action required.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | SKILL.md does not access or modify filesystem |
| 网络访问 | NONE | NONE | — | No network requests documented or implied |
| 命令执行 | NONE | NONE | — | Only describes git/pytest commands as documentation examples, no actual shell ex… |
| 环境变量 | NONE | NONE | — | No environment variable access |
| 技能调用 | NONE | NONE | — | Mentions skill names as references but does not invoke them |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No database access |
目录结构
2 文件 · 6.4 KB · 195 行 Markdown 1f · 189L
JSON 1f · 6L
├─
_meta.json
JSON
└─
SKILL.md
Markdown
安全亮点
✓ Pure documentation skill with no executable code
✓ No scripts, dependencies, or binary files
✓ No network requests or data exfiltration
✓ Clear scope: task planning and decomposition
✓ No sensitive data access patterns
✓ No credential harvesting or environment variable enumeration
✓ Transparent documentation of intended behavior in SKILL.md