Scan Report
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.
Safe to install
This skill is safe to use. No action required.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | SKILL.md does not access or modify filesystem |
| Network | NONE | NONE | — | No network requests documented or implied |
| Shell | NONE | NONE | — | Only describes git/pytest commands as documentation examples, no actual shell ex… |
| Environment | NONE | NONE | — | No environment variable access |
| Skill Invoke | NONE | NONE | — | Mentions skill names as references but does not invoke them |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser automation |
| Database | NONE | NONE | — | No database access |
File Tree
2 files · 6.4 KB · 195 lines Markdown 1f · 189L
JSON 1f · 6L
├─
_meta.json
JSON
└─
SKILL.md
Markdown
Security Positives
✓ 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