orchestrate
Audited by Socket on Aug 24, 2026
2 alerts found:
Securityx2SUSPICIOUS: the skill’s purpose is coherent, but it materially expands autonomous execution by routing work through detached workers and an adjacent executable that is not verifiable from the provided content. The main concern is trust in the external orchestration script and the increased autonomy/scope of background agent workers, not confirmed malicious behavior.
No clear in-snippet malware (no direct exfiltration/backdoor), but the script has high supply-chain/security risk due to executing arbitrary shell code from profile and meta files via ". \"$f\"" and then using profile-controlled launch commands to spawn processes. Additionally, built-in agent launch commands include permission/sandbox bypass flags and the tool auto-accepts first-run trust dialogs when patterns match. Overall: treat as potentially dangerous if $ORCH_HOME or profile/meta files are not strictly trusted and protected.