gog
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill is designed to interact with a local binary at
/opt/homebrew/bin/gog. It invokes this CLI to perform various operations on Google services. - [INDIRECT_PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface because it processes untrusted external data.
- Ingestion points: It reads content from Gmail messages, Google Drive files, and Google Docs, which can contain instructions from third parties.
- Boundary markers: The instructions explicitly mandate the use of the
--wrap-untrustedflag when processing data that may contain untrusted content to prevent injection attacks. - Capability inventory: The agent can execute shell commands via the
gogCLI, allowing it to read, search, and (with explicit intent) modify Google account data. - Sanitization: The skill relies on the CLI's
--wrap-untrustedand--jsonflags to handle data safely, alongside instructions for the agent to use--readonlyby default.
Audit Metadata