redis-patterns
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill instructions focus exclusively on Redis patterns and best practices. There are no attempts to override agent behavior, bypass safety filters, or extract system prompts.
- [DATA_EXFILTRATION]: No hardcoded credentials, API keys, or sensitive file paths were detected. The network operations described are restricted to standard Redis protocol commands using example private IP addresses (e.g., 192.168.1.1).
- [REMOTE_CODE_EXECUTION]: The skill does not download or execute scripts from remote sources. It references the well-known 'redlock' library for distributed locking, which is standard industry practice.
- [COMMAND_EXECUTION]: Provides standard Redis configuration and monitoring commands (e.g., 'INFO', 'CONFIG SET', 'SLOWLOG'). These are provided for operational guidance and do not involve arbitrary shell command execution or privilege escalation.
- [DYNAMIC_EXECUTION]: Includes a Lua script for a token bucket rate limiter executed via the Redis 'EVAL' command. The script is hardcoded within the skill and does not incorporate untrusted external input, making it a safe and standard use of Redis features.
Audit Metadata