Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted content from incoming emails to generate triage scores and reply suggestions.
- Ingestion points: The skill reads external data via
search_gmail_messages,list-mail-messages, andget_gmail_message_contenttools. - Boundary markers: The instructions do not implement explicit delimiters or boundary markers for email content processing, which could allow instructions within emails to be interpreted as commands.
- Capability inventory: The skill possesses write capabilities through email sending tools and command execution capabilities via
Bash. - Sanitization: The skill implements a human-in-the-loop quality gate, instructing the agent to always show drafts for approval before sending, which mitigates the risk of unauthorized actions.
- [COMMAND_EXECUTION]: The skill executes a local Python script to perform domain diagnostics.
- Evidence: The orchestration logic invokes
scripts/check_deliverability.pyvia theBashtool to conduct DNS-based audits.
Audit Metadata