agy-delegation-workflow
Audited by Socket on Sep 17, 2026
2 alerts found:
Securityx2SUSPICIOUS. The skill’s overall purpose is coherent, and the referenced `agy` CLI appears to be an official Antigravity/Google tool rather than a random payload. The main risk is the deliberate use of `--dangerously-skip-permissions` to run headless delegated jobs without approval, plus forwarding arbitrary project task content to an external CLI/backend and chaining other skills. This is not confirmed malware, but it is a high-risk delegation workflow for an AI agent.
The code is a readable task-dispatch wrapper and contains no direct evidence of malware or covert supply-chain behavior. Its significant security risk is the unconditional use of `--dangerously-skip-permissions`, combined with arbitrary user-controlled prompts, which can enable broad filesystem or command execution by the installed `agy` CLI. Review whether this flag is necessary and restrict or validate prompts and execution context before use.