results-reporting
Fail
Audited by Snyk on Aug 26, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill explicitly instructs the agent to "include exact artifact paths and commands supplied by the user" and to allow reproduction metadata to "contain whatever the user actually has," which forces verbatim inclusion of user-supplied commands — and any secrets embedded in them — in the agent's output.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). In
scripts/render_results_report.pythe runtime reads a user-supplied JSON artifact from--json, and the renderer includes fields likequestion,data,methods,results,validation,interpretation,limits, andreproductionverbatim into the produced Markdown, so outsider-authored free text can be ingested without selecting a specific item first.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata