session-report
Fail
Audited by Snyk on Jun 19, 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 requires reading /tmp/session-report.json and embedding its full JSON verbatim into the output HTML (and filling report fields from it), so any secrets, API keys, or sensitive prompt content inside that JSON would be output exactly as-is.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). The skill runs
node analyze-sessions.mjs --json ...which reads outsider-authored transcript text from~/.claude/projects/**.jsonl(and related.meta.json) and embeds it into the HTML as readable JSON (#report-data), includingtop_prompts[].textandcache_breaks[].contextderived from those transcripts.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata