Scan Report
0 /100
apollo-verification
Evidence-first verification skill - enforces running verification commands before claiming work is complete
Pure documentation/procedure skill with no implementation code - enforces evidence-based verification workflows without any execution capabilities.
Safe to install
This skill is safe to use. It provides procedural guidelines only and contains no executable code.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file operations in skill |
| Network | NONE | NONE | — | No network operations in skill |
| Shell | NONE | NONE | — | No shell execution in skill |
| Environment | NONE | NONE | — | No environment access in skill |
| Skill Invoke | NONE | NONE | — | No skill invocation in skill |
| Clipboard | NONE | NONE | — | No clipboard access in skill |
| Browser | NONE | NONE | — | No browser operations in skill |
| Database | NONE | NONE | — | No database operations in skill |
File Tree
2 files · 3.4 KB · 118 lines Markdown 1f · 112L
JSON 1f · 6L
├─
_meta.json
JSON
└─
SKILL.md
Markdown
Security Positives
✓ Pure documentation skill with no executable code
✓ No shell execution, network requests, or credential access
✓ All behavior declared in SKILL.md - no hidden functionality
✓ Contains useful anti-pattern warnings against vague claims
✓ Promotes evidence-based verification practices