redis
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill outlines various
redis-clicommands for database management, including connection, key operations, and cluster configuration. These are standard administrative functions consistent with the skill's purpose. - [CREDENTIALS_UNSAFE] (SAFE): The documentation includes placeholders for passwords (
-a password) and master authentication (masterauth master_password) but contains no hardcoded secrets or sensitive credentials. - [DATA_EXPOSURE] (SAFE): The skill provides commands like
KEYS *(with a 'production warning') andMONITOR. While these can be sensitive in a production environment, their inclusion here is for educational/administrative reference and does not constitute a security violation in the context of a management skill. - [DYNAMIC_EXECUTION] (SAFE): Includes a standard Lua script for distributed locks via the
EVALcommand. This is a common and safe use of Redis's scripting capabilities and does not process untrusted external input.
Audit Metadata