扫描报告
45 /100
Self-Audit
Audit your own tool usage. Discover which calls are necessary vs reflexive.
Skill declares a 'self-audit' CLI script and 'audit/' directory that do not exist; undeclared sensitive config.json with LLM tool permissions is present but not documented.
谨慎使用
Do not use. The skill has no implementation files despite SKILL.md declaring a main CLI script. The undeclared config.json with system prompts and tool permissions should be removed or documented.
安全发现 3 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 中危 | Declared entry point does not exist 文档欺骗 | SKILL.md:66 |
| 中危 | Undeclared sensitive configuration file 文档欺骗 | config.json:1 |
| 低危 | Declared storage directory does not exist 文档欺骗 | SKILL.md:67 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No scripts exist to infer capabilities |
| 网络访问 | NONE | NONE | — | No network code exists |
| 命令执行 | NONE | NONE | — | No shell scripts exist |
| 环境变量 | NONE | NONE | — | No env access code exists |
目录结构
2 文件 · 2.4 KB · 88 行 Markdown 1f · 75L
JSON 1f · 13L
├─
config.json
⚠
JSON
└─
SKILL.md
Markdown
安全亮点
✓ No executable malicious code present in the package
✓ No credential harvesting or exfiltration mechanisms
✓ No network communication code detected
✓ No obfuscated or base64-encoded payloads