gcloud-cli
Pass
Audited by Gen Agent Trust Hub on Mar 3, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Installation instructions in
SKILL.mddescribe fetching the Google Cloud SDK from an official Google domain (https://sdk.cloud.google.com) and executing it viabash. This is a standard procedure for a well-known service provider.- [COMMAND_EXECUTION]: Thescripts/main.cjsfile useschild_process.spawnto rungcloudcommands. It correctly implementsshell: falseto prevent shell injection, though it allows any subcommand the user has authorized in their environment.- [PROMPT_INJECTION]: The skill defines a "Memory Protocol" inSKILL.mdthat instructs the agent to persist data to local files in the.claude/context/memory/directory. While intended for state management, this could be exploited if an attacker provides malicious content that the agent then saves as persistent instructions.
Audit Metadata