ralph
Audited by Socket on May 18, 2026
3 alerts found:
Anomalyx2SecurityNo direct malicious payload (e.g., credential theft, network callbacks, persistence, or obfuscated behavior) is evident in this wrapper script. The main security risk is orchestration/agentic execution: it feeds repository-controlled markdown and git history into an execution-capable external CLI and, by default, uses a permissive sandbox setting (danger-full-access). If an attacker can influence the selected issue files, the prompt template, or environment variables, they can potentially steer the codex tool to make unintended repository changes. Additionally, the stop condition is driven by untrusted tool output (<promise>NO MORE TASKS).
SUSPICIOUS. The skill is purpose-aligned for autonomous repo maintenance, but it grants broad autonomous execution: it can run repo-defined commands, modify files, and create commits in one pass. External docs lookup via official npm/ctx7 is a modest supply-chain risk rather than a malicious signal. Main concern is operational autonomy and execution of local project scripts, not credential theft or exfiltration.
This module is a high-risk automation harness rather than a self-contained malware payload. Its dominant security concern is that it runs the `codex` agent with `--dangerously-bypass-approvals-and-sandbox` and directly injects repository-controlled markdown (prompt + issue files) into the agent’s instructions. If those inputs are malicious/compromised, the agent could make unintended or harmful repository changes with diminished safeguards. No direct exfiltration or credential-stealing behavior is visible in this snippet, but the execution policy materially increases supply-chain risk.