Scan Report
0 /100
apollo-debugging / sysflow-systematic-debugging
Systematic debugging methodology skill using a 4-phase approach: root cause investigation, pattern analysis, hypothesis & testing, and implementation
Pure documentation skill providing a 4-phase debugging methodology with no executable code, scripts, or dangerous capabilities.
Safe to install
No action needed. This is a methodology document with zero attack surface.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file operations in SKILL.md |
| Network | NONE | NONE | — | No network calls in SKILL.md |
| Shell | NONE | NONE | — | No shell execution in SKILL.md |
| Environment | NONE | NONE | — | No env access in SKILL.md |
| Skill Invoke | NONE | NONE | — | No cross-skill invocations declared |
| Clipboard | NONE | NONE | — | No clipboard access in SKILL.md |
| Browser | NONE | NONE | — | No browser automation in SKILL.md |
| Database | NONE | NONE | — | No database access in SKILL.md |
File Tree
2 files · 6.0 KB · 234 lines Markdown 1f · 228L
JSON 1f · 6L
├─
_meta.json
JSON
└─
SKILL.md
Markdown
Security Positives
✓ No executable code or scripts present
✓ No external dependencies (requirements.txt, package.json, etc.)
✓ No filesystem, network, or shell capabilities declared or inferred
✓ Pure documentation skill providing debugging methodology
✓ No credential harvesting or sensitive data access
✓ No remote code execution patterns