gws-docs
Pass
Audited by Gen Agent Trust Hub on May 26, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill facilitates the ingestion of untrusted data from external Google Docs which may contain malicious instructions.
- Ingestion points: The
getmethod of thedocumentsresource inSKILL.mdallows the agent to read document body content into its context. - Boundary markers: The skill documentation does not provide specific delimiters or instructions to the agent to treat document content as untrusted or to ignore embedded instructions.
- Capability inventory: The skill possesses write capabilities through the
createandbatchUpdatemethods defined inSKILL.md, allowing it to modify data based on potentially malicious inputs. - Sanitization: There is no evidence of sanitization or validation of the content retrieved from documents before it is processed by the agent.
Audit Metadata