skill-comply
Fail
Audited by Snyk on Jun 24, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 1.00). The code intentionally sends local content and traces to an external "claude" process (including whole sandbox via --add-dir and trace inputs), and it executes LLM-produced shell setup commands without validation — together these enable straightforward data exfiltration and remote-command/backdoor abuse.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.75). Outsider free text is ingested into the classifier LLM context via
scripts/classifier.py→classify_events()where it builds{tool_calls}fromObservationEvent.input/outputparsed fromclaude -pstream-jsontraces; those fields include arbitrary tool inputs/outputs produced during scenario execution (not authored by the operating user), which the LLM then reads for classification.
Issues (2)
E006
CRITICALMalicious code pattern detected in skill scripts.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata