扫描报告
12 /100
skill-safety-auditor
Perform comprehensive security audits on skills to identify vulnerabilities, unsafe patterns, and compliance issues
This is a legitimate security audit tool that performs static analysis via grep-based pattern matching with no malicious functionality found. The two 'critical' findings in the included audit report are false positives where the tool detects its own defensive regex patterns as hardcoded secrets.
可以安装
No action needed. The skill performs documented static security analysis on target skills using pattern matching. The flagged 'secrets' are the tool's own detection patterns (e.g., "password.*=.*'") which are false positives - a known limitation of signature-based scanners. Consider improving the self-skip logic to prevent false positives when auditing the tool itself.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 提示 | False positive secrets detection 文档欺骗 | scripts/audit-skill.sh:137 |
| 提示 | quick-scan.sh lacks self-skip check 文档欺骗 | scripts/quick-scan.sh:36 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | Reads target skill files for scanning (grep -rn) |
目录结构
7 文件 · 21.2 KB · 775 行 Shell 4f · 476L
Markdown 2f · 280L
JSON 1f · 19L
├─
▾
data
│ └─
AUDIT-20260313-001.json
JSON
├─
▾
scripts
│ ├─
audit-skill.sh
Shell
│ ├─
list-audits.sh
Shell
│ ├─
quick-scan.sh
Shell
│ └─
test.sh
Shell
├─
README.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ No credential harvesting or exfiltration detected
✓ No reverse shells, C2, or data theft mechanisms
✓ No base64-encoded payloads or obfuscation
✓ No malicious network connections
✓ No supply chain attacks or unpinned dependencies
✓ Documentation accurately describes tool capabilities
✓ Capability declarations match actual behavior
✓ Appropriate use of shell:WRITE for security scanning (documented and necessary)