Scan Report
5 /100
using-superpowers
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
This is a pure-documentation meta-skill guiding skill-invocation workflow with no executable code, scripts, or dangerous capabilities present.
Safe to install
No action needed. The skill contains only Markdown documentation describing skill invocation rules and flow diagrams. No security controls are required.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No code or file operations present; SKILL.md is documentation only |
| Network | NONE | NONE | — | No network operations in any file |
| Shell | NONE | NONE | — | No shell commands or subprocess calls |
| Environment | NONE | NONE | — | No environment variable access |
| Skill Invoke | NONE | NONE | — | Meta-documentation only; does not invoke other skills itself |
| Clipboard | NONE | NONE | — | No clipboard operations |
| Browser | NONE | NONE | — | No browser operations |
| Database | NONE | NONE | — | No database operations |
File Tree
2 files · 3.8 KB · 92 lines Markdown 1f · 87L
JSON 1f · 5L
├─
_meta.json
JSON
└─
SKILL.md
Markdown
Security Positives
✓ No executable code present — pure Markdown documentation
✓ No network requests, file operations, or shell commands
✓ No credential or sensitive data access
✓ No obfuscation, base64 payloads, or suspicious patterns
✓ No dependencies or package files
✓ No sensitive file paths accessed
✓ No data exfiltration vectors