Scan Report
20 /100
security-audit
Run security audits on codebases using static analysis, dependency scanning, and manual code review patterns. Covers OWASP Top 10, secrets detection, dependency vulnerabilities, and infrastructure misconfigurations.
纯文档型安全审计技能包,仅包含 grep/find 命令模板用于静态分析,声称 shell:WRITE 权限但仅声明命令,未发现实际恶意代码或数据外传行为
Safe to install
可用。建议将 allowed_tools 声明精确化,明确限制为 Read/Grep/Find,避免 shell:WRITE 造成误解
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | Shell 权限过度声明 Doc Mismatch | SKILL.md:1 |
| Info | 敏感文件搜索未明确说明用途 Sensitive Access | SKILL.md:28 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md:23-30 使用 find/grep 读取文件 |
| Shell | WRITE | READ | ✓ Aligned | SKILL.md:23 声明 shell:WRITE 但实际仅使用 find/grep 等只读命令 |
| Network | READ | READ | ✓ Aligned | SKILL.md:36-39 使用 npm audit/pip-audit 检查依赖漏洞 |
| Environment | NONE | READ | ✓ Aligned | SKILL.md:28 搜索 .env* 文件 |
File Tree
1 files · 5.3 KB · 140 lines Markdown 1f · 140L
└─
SKILL.md
Markdown
Security Positives
✓ 纯文档型技能,无实际可执行代码注入风险
✓ 所有命令均为标准安全审计工具(grep/find/npm/pip)
✓ 无 base64 编码、远程脚本下载、反向 shell 等高危模式
✓ OWASP Top 10 方法论引用规范,意图明确为安全检测
✓ Limitations 章节诚实说明了工具局限性