redis-attack

Fail

Audited by Snyk on Aug 12, 2026

Risk Level: CRITICAL
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). The skill explicitly instructs retrieving and printing sensitive values from Redis (KEYS/GET/HGETALL/SCAN) and shows commands that include plaintext passwords (e.g., -a attempts and CONFIG SET requirepass "backdoor_pass"), so an agent following it would need to handle and output secret values verbatim.

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 1.00). These URLs include multiple GitHub repositories that host offensive Redis exploit tools (module builders, rogue servers, SSH/webshell writers) plus a direct webshell URL (http://TARGET/shell.php), all of which are high-risk sources for distributing malware or enabling RCE.

CRITICAL E006: Malicious code pattern detected in skill scripts.

  • Malicious code pattern detected (high risk: 1.00). This is an explicit offensive playbook for exploiting misconfigured Redis instances—providing step-by-step commands for RCE, persistent backdoors, credential theft, data exfiltration, and lateral movement.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).


MEDIUM W013: Attempt to modify system services in skill instructions.

  • Attempt to modify system services in skill instructions detected (high risk: 1.00). This skill explicitly instructs writing webshells, cron jobs, SSH authorized_keys, loading malicious modules, and changing Redis configuration to persist backdoors and modify system files on targets, i.e., direct instructions to alter a machine's state and gain persistent access.

Issues (5)

W007
HIGH

Insecure credential handling detected in skill instructions.

E005
CRITICAL

Suspicious download URL detected in skill instructions.

E006
CRITICAL

Malicious code pattern detected in skill scripts.

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
CRITICAL
Analyzed
Aug 12, 2026, 03:49 PM
Issues
5
Security Audit — snyk — redis-attack