redis-patterns

Pass

Audited by Gen Agent Trust Hub on Sep 14, 2026

Risk Level: SAFE
Full Analysis
  • [CREDENTIALS_UNSAFE]: The skill follows security best practices for secret management. It avoids hardcoding sensitive information, instead retrieving Redis credentials like REDIS_PASSWORD and REDIS_URL from environment variables.
  • [REMOTE_CODE_EXECUTION]: No remote code execution patterns were detected. The skill uses standard, well-known Node.js libraries (ioredis, nanoid) for its implementation.
  • [DYNAMIC_EXECUTION]: The skill uses Redis Lua scripts for atomic operations (e.g., token bucket rate limiting and distributed lock management). These scripts are defined as static string literals within the code and do not execute untrusted or dynamic strings, which is a safe and standard practice in Redis development.
  • [PROMPT_INJECTION]: The skill instructions and metadata do not contain any patterns intended to bypass AI safety guidelines or override system instructions.
  • [DATA_EXFILTRATION]: Network operations are restricted to established Redis connection patterns using the ioredis client. No patterns of data exfiltration to unauthorized external domains were found.
  • [OBFUSCATION]: The content is presented in clear, readable TypeScript and Markdown. No hidden characters, Base64-encoded commands, or homoglyph-based obfuscation techniques were detected.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 14, 2026, 06:14 PM
Security Audit — agent-trust-hub — redis-patterns