Evals
Fail
Audited by Snyk on Aug 15, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 0.90). The codebase contains multiple intentional/obvious patterns that can expose sensitive environment variables or tool-call parameters to persisted run artifacts and that execute shell commands from configuration-controlled inputs — enabling credential exfiltration and remote command execution if an attacker can craft grader configs or cases.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). In the
RunEval/EvalRunner.tsrequired runtime path, a use-case/suite author can supply outsider-authored free text ascases[].prompt(or via user-provided inline/ephemeral overrides), and the runner feeds that text intoinference({ userPrompt: c.prompt, ... })and then into LLM-judging viaJudge.ts/LLMRubric.ts/NaturalLanguageAssert.tsforllm-*assertions.
Issues (2)
E006
CRITICALMalicious code pattern detected in skill scripts.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata