upstash-redis-kv
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: 1.00). The skill explicitly instructs accepting credentials from conversation context or files and embedding them in command-line flags like --token "AX..." (or showing examples with token strings), which requires the LLM to output secret values verbatim.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.80). The skill connects to arbitrary Upstash Redis endpoints (via --url or UPSTASH_REDIS_REST_URL / UPSTASH_REDIS_REST_TOKEN) and issues GET/HGET/LRANGE/SMEMBERS/JSON.GET etc., thereby ingesting and interpreting whatever untrusted, potentially user-generated values are stored in those remote Redis instances.
Audit Metadata