Trusted — Risk Score 5/100
Last scan:2 days ago Rescan
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.
Skill Namecommand-skill-creator
Duration21.0s
Enginepi
Safe to install
This skill is safe to use. No additional restrictions needed.
ResourceDeclaredInferredStatusEvidence
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 23L · 2.3 KB
├─ 📁 references
│ └─ 📝 design-patterns.md Markdown 213L · 7.2 KB
└─ 📝 SKILL.md Markdown 178L · 8.1 KB

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