Antigravity Image Gen 1.0.0

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The skill is classified as suspicious primarily due to a Local File Write vulnerability in `scripts/generate.js`. The `--output` argument, which can be controlled by user input (or prompt injection against the agent), is directly used in `fs.writeFileSync` without sanitization. This allows an attacker to potentially write arbitrary image data to arbitrary file paths on the system. While the script's stated purpose is image generation and it accesses OAuth tokens for this purpose, the lack of input sanitization for file paths poses a significant security risk. There is no clear evidence of intentional malicious behavior like data exfiltration to unauthorized endpoints or persistence mechanisms.