solidity-auditor
Fail
Audited by Snyk on Aug 4, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 1.00). The skill explicitly instructs bundling the entire codebase and delivering it to spawned agent "models" (sonnet/opus) and to fetch external URLs, creating an intentional data-exfiltration vector to external services / models.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (low risk: 0.10). Outsider-authored free text is ingested indirectly only through user-controlled/local project files: the workflow uses Bash
findto discover in-scope.solfiles and concatenates their contents into/tmp/audit-agent-{1..4}-bundle.mdfor LLM reading; it also reads a localreferences/.../attack-vectors-*.mdand possiblyassets/findings/*.md(previous reports) only from the project’s own filesystem context, not from an external feed/queue.
Issues (2)
E006
CRITICALMalicious code pattern detected in skill scripts.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata