skill-creator-advance
Warn
Audited by Snyk on Jun 17, 2026
Risk Level: MEDIUM
Full Analysis
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 LLM context via the runtime eval loop:
scripts/run_eval.pywrites the user-providedeval_set[].queryinto theclaude -pprompt (andrun_loop.pypasses those queries through), so any outsider-authored text included in those queries becomes LLM-readable context.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata