可信 — 风险评分 5/100
上次扫描:2 天前 重新扫描
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.
技能名称command-skill-creator
分析耗时21.0s
引擎pi
可以安装
This skill is safe to use. No additional restrictions needed.
资源类型声明权限推断权限状态证据
文件系统 READ READ ✓ 一致 Skill reads project files to understand conventions (documented behavior)
网络访问 NONE NONE No network operations declared or present
命令执行 NONE NONE No shell execution in skill itself; may invoke tools as part of generated comman…
环境变量 NONE NONE No environment variable access

目录结构

3 文件 · 17.6 KB · 414 行
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

安全亮点

✓ 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