redis-query

Pass

Audited by Gen Agent Trust Hub on Mar 1, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill's primary purpose is to execute commands via the redis-cli binary. It provides several bash templates for performing Redis operations such as GET, SET, SCAN, and INFO.
  • [CREDENTIALS_UNSAFE]: The skill utilizes a REDIS_URL environment variable for authentication. As noted in the examples, this URL typically contains plaintext credentials (e.g., redis://user:pass@host). Users should ensure that their environment variables are managed securely to prevent credential exposure.
  • [DATA_EXFILTRATION]: The skill facilitates reading data from a remote Redis instance into the agent's context through commands like GET, HGETALL, and SCAN. This is the intended behavior for a database query tool.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 1, 2026, 05:13 AM