google-workspace
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- Prompt Injection (LOW): The skill is susceptible to indirect prompt injection due to its core functionality of reading external, untrusted content.
- Ingestion points: Untrusted data enters the agent context via
read_email.py(email body),search_emails.py(email snippets), andsearch_events.py(event summaries and descriptions). - Boundary markers: No explicit delimiters or instructions to ignore embedded commands are present in the scripts when processing this data.
- Capability inventory: The skill allows for writing operations such as
create_draft.pyandcreate_event.py, which could be exploited if an injected instruction is executed by the agent. - Sanitization: Only basic HTML tag stripping is performed in
create_draft.py, with no semantic validation or sanitization of retrieved data. - Safe Practices (SAFE): The authentication logic in
gmail_auth.pyandcalendar_auth.pycorrectly usesos.chmodto restrict access totoken.jsonto the owner only, and the skill relies on official and trusted Google API libraries.
Audit Metadata