aiken-validator-redteam
Audited by Socket on Aug 16, 2026
2 alerts found:
AnomalySecurityNo direct evidence of classic malware or supply-chain backdoor behavior in this snippet. The main security concern is that it builds SSH/SCP/shell command strings using unescaped, potentially external inputs (`args.remoteHost`, `args.project`) and includes destructive `rm -rf` operations on remote/local scratch directories. This could enable command injection or unsafe execution if attacker-controlled inputs reach `args` and if the orchestration executes these strings via a shell without escaping. The red-team/test-generation intent is legitimate but operationally risky.
SUSPICIOUS overall due to high-risk offensive security capability for an AI agent, not because of deceptive install or credential theft behavior. The skill is internally coherent and mostly well-scoped for red-team auditing, but the exploit-generation and optional remote-host execution make it a high-security-risk skill even without strong malware signals.