antigravity-image-gen
Fail
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: HIGHCREDENTIALS_UNSAFEDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE] (HIGH): The script
scripts/generate.jsprogrammatically reads the sensitive file/home/ubuntu/.clawdbot/agents/main/agent/auth-profiles.jsonto extract OAuth access tokens. - [DATA_EXFILTRATION] (HIGH): Extracted OAuth tokens are transmitted to an external endpoint (
daily-cloudcode-pa.sandbox.googleapis.com) in theAuthorizationheader. Accessing and transmitting credentials from a global configuration file outside the skill's own directory is a major security risk. - [COMMAND_EXECUTION] (MEDIUM): The script uses spoofed headers, such as
X-Goog-Api-Client: google-cloud-sdk vscode_cloudshelleditor/0.1and specificUser-Agentstrings, to impersonate authorized development environments and potentially bypass API restrictions. - [PROMPT_INJECTION] (LOW): The skill is vulnerable to indirect prompt injection because it interpolates the raw
promptargument directly into the API payload without sanitization or boundary markers, which could be exploited if the agent processes untrusted external data.
Recommendations
- AI detected serious security threats
Audit Metadata