Scan Report
0 /100
apollo-brainstorming
Design facilitation skill - explores ideas, asks questions, proposes solutions, writes specs, then transitions to implementation planning
Purely conversational design facilitation skill with no code execution, network access, or file operations beyond documented design doc creation.
Safe to install
No action needed. This skill is safe to use as it only facilitates brainstorming conversations and documentation.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file operations except documented design doc saving to docs/sysflow/specs/ |
| Network | NONE | NONE | — | No network requests found |
| Shell | NONE | NONE | — | No shell execution, subprocess, or command execution |
| Environment | NONE | NONE | — | No environment variable access |
| Skill Invoke | READ | READ | ✓ Aligned | Calls sysflow-writing-plans skill as documented endpoint |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | Mentions canvas tool for visuals but no browser automation |
| Database | NONE | NONE | — | No database access |
File Tree
2 files · 6.3 KB · 142 lines Markdown 1f · 137L
JSON 1f · 5L
├─
_meta.json
JSON
└─
SKILL.md
Markdown
Security Positives
✓ No code execution or shell access
✓ No network requests or data exfiltration
✓ No credential or sensitive path access
✓ Purely conversational facilitation skill
✓ Only writes design docs to documented path (docs/sysflow/specs/)
✓ Only invokes one documented skill (sysflow-writing-plans) as endpoint
✓ No suspicious patterns (base64, eval, curl|bash, etc.)
✓ Complete alignment between documented and actual behavior