governed-autonomy-loop
Audited by Socket on Jul 11, 2026
2 alerts found:
AnomalySecurityNo direct evidence of classic supply-chain malware (e.g., hidden exfiltration, reverse shells, cryptomining, hardcoded secrets) is present in this Bash fragment. However, there are significant security risks: (1) config.env is shell-sourced ('. "$CONFIG"'), which can allow arbitrary command execution if config.env is modified; and (2) the script spawns a configurable external binary (CLAUDE_BIN) with '--dangerously-skip-permissions' and a dynamically constructed prompt that includes many operational parameters and paths. These behaviors make the overall system highly sensitive to tampering of config.env, DENYLIST_FILE, or GAL_CLAUDE_BIN/REPO_DIR content. Overall, the static snippet appears more like an orchestration/scheduling component than a malicious payload, but it has high blast-radius if an attacker can influence its inputs.
SUSPICIOUS: the skill is internally coherent, but it enables unattended autonomous operations with real-world consequences and broad operational authority. No clear malicious install path or hidden exfiltration is shown, yet the autonomy scope and credentialed adapter surface make it high security risk.