Scan Report
5 /100
apollo-writing-plans
把大任务拆成小步骤,每步几分钟,写成清晰计划再动手。适合在动手写代码前先做规划。
A simple task planning assistant that generates markdown plans - no actual code execution, no sensitive resource access, no dependencies.
Safe to install
This skill is safe to use. It only generates documentation/plans and does not implement any file operations, network requests, or credential access.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No filesystem operations in code - only describes plan output format |
| Network | NONE | NONE | — | No network calls implemented |
| Shell | NONE | NONE | — | No shell execution in skill |
| Environment | NONE | NONE | — | No environment access |
| Skill Invoke | NONE | NONE | — | No inter-skill invocation |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser automation |
| Database | NONE | NONE | — | No database access |
File Tree
2 files · 2.0 KB · 100 lines Markdown 1f · 94L
JSON 1f · 6L
├─
_meta.json
JSON
└─
SKILL.md
Markdown
Security Positives
✓ 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