redis
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a documentation resource providing examples for Redis CLI and Python integration. It contains no executable malicious code.
- [SAFE]: It utilizes the official and widely trusted
redisPython package for all implementation examples. - [SAFE]: Connection and credential examples use generic placeholders (e.g., 'password') and local network defaults (localhost), avoiding exposure of sensitive information.
- [INDIRECT_PROMPT_INJECTION]: The skill documents patterns for retrieving data from external Redis instances (keys, hashes, pub/sub), which establishes a potential attack surface. However, the provided examples are instructional and do not include automated unsafe flows. 1. Ingestion points: Redis data retrieval methods documented in SKILL.md (GET, HGETALL, pubsub.listen). 2. Boundary markers: Absent in provided code templates. 3. Capability inventory: Bash, Read, Write, Edit, Glob, Grep as listed in SKILL.md frontmatter. 4. Sanitization: None shown in the provided templates.
Audit Metadata