gmail
Fail
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill contains instructions for the user to execute unverified remote code. Specifically, the 'Setup from scratch' section includes the command
bash <(curl -sSf https://gogcli.sh/). This pattern fetches a shell script from a remote URL and executes it immediately within the user's terminal session without any integrity checks or prior review of the script's contents. - [COMMAND_EXECUTION]: The skill makes extensive use of the
exectool to run various command-line utilities, includingbetaclaw,gog,brew, andgcloud. These commands are used to manage Gmail accounts, set up infrastructure, and send emails. When combined with the remote code execution risk, these capabilities could be abused if the downloaded CLI tool is malicious. - [INDIRECT_PROMPT_INJECTION]: The skill's primary function involves reading and processing email content. Specifically:
- Ingestion points: External data enters the agent's context through
browser action=get_texton Gmail pages and via Google Pub/Sub inbound messages. - Boundary markers: There are no instructions or delimiters provided to help the agent distinguish between the skill's instructions and potentially malicious instructions embedded within the emails it reads.
- Capability inventory: The skill has access to the
exectool (for CLI commands),browsertool, andweb_fetchtool. - Sanitization: The skill description does not specify any sanitization or filtering of the email content before it is processed by the agent.
Recommendations
- HIGH: Downloads and executes remote code from: https://gogcli.sh/ - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata