antigravity-cli
Pass
Audited by Gen Agent Trust Hub on Sep 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill launches and manages the external
agyCLI tool using the Pythonsubprocessmodule. - The scripts
scripts/agy.pyandscripts/agent_task_runtime.pyusesubprocess.Popento execute the CLI and its background workers. - Command arguments are passed as lists, which prevents shell injection vulnerabilities.
- On Windows systems, the skill uses
ctypesto register process IDs with Job Objects, ensuring that all child processes in the tree are reliably terminated during cleanup. - [INDIRECT_PROMPT_INJECTION]: The skill processes output from the external
agyCLI, creating a surface where untrusted data could influence the supervising agent. - The scripts ingest data by parsing NDJSON events from the CLI's standard output and error streams.
- Results, tool states, and errors are returned to the supervising agent for inspection.
- The skill instructions explicitly include security guidance, advising the supervising agent to verify claims, inspect diffs, and check output files rather than relying solely on completion flags.
Audit Metadata