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-clibinary. It provides several bash templates for performing Redis operations such asGET,SET,SCAN, andINFO. - [CREDENTIALS_UNSAFE]: The skill utilizes a
REDIS_URLenvironment 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, andSCAN. This is the intended behavior for a database query tool.
Audit Metadata