redis
Pass
Audited by Gen Agent Trust Hub on May 24, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a Docker command to facilitate the setup of a local Redis environment for development.
- [DATA_EXFILTRATION]: Application code examples demonstrate connecting to a Redis server for data persistence and real-time messaging. These operations are limited to the intended functionality of the skill.
- [REMOTE_CODE_EXECUTION]: Provides a Lua script used with the Redis EVAL command to ensure atomic operations during lock release, which is a standard and recommended practice for distributed systems.
- [PROMPT_INJECTION]: Evaluated for indirect prompt injection risks associated with processing data from external sources (Category 8).
- Ingestion points: Data is ingested from Redis and external databases in the
get_user,get_session, andsubscribe_to_eventspatterns. - Boundary markers: Not explicitly defined as the code snippets focus on data logic rather than direct prompt construction.
- Capability inventory: The skill uses standard Redis operations and SQL execution via external database drivers.
- Sanitization: Uses appropriate serialization via
json.dumps/json.loadsand parameterized SQL queries to handle data securely.
Audit Metadata