pp-metacritic
Fail
Audited by Snyk on Jul 20, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.90). The skill includes examples that place API keys directly on the command line (--api-key your-token-here) and shows an export of a plaintext API key, which requires the LLM/agent to handle or embed secret values verbatim.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.70). The required workflow is invoking the
metacritic-pp-cliwhich performs live reads from Metacritic’s public web API (viabackend.metacritic.com/browser-like reverse-engineered endpoints), so the LLM context can include outsider-authored free text returned in JSON fields from that upstream service.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata