gog
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructions include an installation command
npx clawhub@latest install gog, which downloads and executes the 'clawhub' package from the npm registry. - [COMMAND_EXECUTION]: The documentation provides a shell command for skill installation using
npx. - [DATA_EXFILTRATION]: The skill implements capabilities to read sensitive user information from Gmail and Drive and has the ability to send emails (
send_gmail_message) or update documents. While this is the intended functionality, it creates a pathway for data to be moved out of the user's direct control if the agent is misled. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests and processes untrusted data from external sources.
- Ingestion points: Untrusted data enters the agent context via
list_gmail_messagesandsearch_gmail_messagesinSKILL.md. - Boundary markers: The instructions lack explicit delimiters or safety warnings to ignore instructions embedded within the emails being processed.
- Capability inventory: The skill possesses capabilities for
send_gmail_message,create_google_drive_file, andupdate_google_docs_contentas described inSKILL.md. - Sanitization: There is no evidence of sanitization or filtering of the content retrieved from external Google services before it is processed by the LLM.
Audit Metadata