reedle
Fail
Audited by Snyk on May 8, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The prompt instructs embedding API tokens and cookies directly into commands and env vars (e.g.,
reedle auth token rdk_xxx,REEDLE_TOKEN=rdk_xxx,--cookie "..."), which would require the LLM to output secret values verbatim and is therefore high risk.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The skill explicitly fetches and parses arbitrary public web pages and user-generated media (e.g., via "reedle read ", "reedle read ", and the mcp__reedle__reedle_read* / reedle_read_youtube endpoints described in SKILL.md), meaning the agent ingests untrusted third‑party content that can influence analysis and subsequent actions like saving or further tool use.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata