analyze
Fail
Audited by Snyk on Jul 27, 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 read user-provided data files and embed "all data" verbatim into the generated dashboard HTML as inline JavaScript (const data = {...}), which forces any secrets present in those files to be included in the LLM's output.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.80). SKILL.md specifies reading arbitrary user-provided dataset files from
input/<dataset-name>/(CSV/XLS/XLSX/JSON), then writing/embedding their contents/derived text into artifacts likedata-profile.md,insights.json, anddashboard.html, meaning outsider-authored free text can be ingested into the agent/LLM context via the runtime parsing and subsequent prompt/report steps.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata