Scan Report
5 /100
command-skill-creator
Create automation command skills (slash commands) for Claude Code projects
This is a documentation-only meta-skill that provides guidelines for creating Claude Code slash commands. No executable scripts, no credential access, no network calls, and no dangerous patterns detected.
Safe to install
This skill is safe to use. No additional restrictions needed.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | Skill reads project files to understand conventions (documented behavior) |
| Network | NONE | NONE | — | No network operations declared or present |
| Shell | NONE | NONE | — | No shell execution in skill itself; may invoke tools as part of generated comman… |
| Environment | NONE | NONE | — | No environment variable access |
File Tree
3 files · 17.6 KB · 414 lines Markdown 2f · 391L
JSON 1f · 23L
├─
▾
evals
│ └─
evals.json
JSON
├─
▾
references
│ └─
design-patterns.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ Well-structured documentation with clear security best practices embedded
✓ Includes approval gates for irreversible operations in generated skills
✓ Recommends disable-model-invocation for command skills (good default)
✓ Discourages hardcoded paths, promotes adaptive discovery
✓ No executable code, scripts, or external dependencies
✓ Clean file tree with only documentation and reference materials