har-debugger
Fail
Audited by Snyk on Feb 16, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.80). The skill asks the agent to extract and report response headers and response bodies and to list relevant requests as evidence without any redaction guidance, so it could easily require printing sensitive values (cookies, tokens, API keys) verbatim from a HAR.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The skill directly parses user-provided HAR files (via the
har_filepath or raw HAR JSON) and extracts request URLs and response bodies (e.g.,response.content.textinlog.entries), so it ingests arbitrary third-party web content captured in the HAR that could contain injected instructions.
Audit Metadata