orchestrator
Audited by Socket on Apr 2, 2026
2 alerts found:
AnomalySecurityThis wrapper script itself shows no direct malware indicators (no network/exfiltration, no credential theft, no obfuscation, no eval). The main security concern is supply-chain amplification: it executes a sibling helper script with unvalidated agent/task/workspace/vendor arguments and writes logs using agent directly in the filename. These traits create moderate security risk that depends heavily on the behavior and argument-handling of spawn-agent.sh and the content/format of tasks inputs.
SUSPICIOUS: the skill's core purpose matches orchestration, and the cited Gemini/Serena components appear official, so this is not a clear supply-chain or credential-harvesting scheme. However, it gives an AI agent high-autonomy process spawning, shell execution, shared untrusted memory ingestion, and `--yolo` subagent operation, which is a materially risky footprint for an orchestration skill.