扫描报告
0 /100
prompt-refiner
将模糊的用户请求转化为基于四要素框架的详细、可操作提示
This is a pure documentation/methodology skill containing only a SKILL.md guide and evals.json test cases with no executable code, scripts, or potentially dangerous functionality.
可以安装
This skill is safe to use. No security concerns identified.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | READ | ✓ 一致 | SKILL.md only contains documentation, no file operations required |
| 网络访问 | NONE | NONE | — | No network requests in documentation |
| 命令执行 | NONE | NONE | — | No shell commands or subprocess usage |
| 环境变量 | NONE | NONE | — | No environment variable access |
| 技能调用 | NONE | NONE | — | No skill invocation patterns |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser interaction |
| 数据库 | NONE | NONE | — | No database access |
目录结构
2 文件 · 12.2 KB · 265 行 Markdown 1f · 222L
JSON 1f · 43L
├─
▾
evals
│ └─
evals.json
JSON
└─
SKILL.md
Markdown
安全亮点
✓ No executable code present - purely documentation
✓ No network requests or external communications
✓ No shell execution, subprocess, or system commands
✓ No credential or sensitive file access
✓ No obfuscation techniques (base64, eval, etc.)
✓ No downloads or remote script execution
✓ Complete documentation transparency - all behavior is declared
✓ Skill is a legitimate prompt engineering methodology
✓ No supply chain risks - no dependencies