google-sheets
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFEDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The skill logic in
scripts/cli.pyand instructions inSKILL.mdinvolve accessing a sensitive credential file (credentials.json) for authentication with Google APIs. While required for the skill's purpose, this involves the handling and exposure of private service account keys. - [PROMPT_INJECTION]: The skill reads data from external Google Spreadsheets, which can be an ingestion point for malicious instructions intended to influence the agent (Indirect Prompt Injection).
- Ingestion points: Data retrieved via the
readcommand inscripts/cli.py. - Boundary markers: No delimiters or instructional warnings are used to separate spreadsheet content from the agent's prompt context.
- Capability inventory: The skill provides extensive write, append, and clear capabilities for Google Sheets through the
gspreadlibrary. - Sanitization: No filtering or validation is performed on the data fetched from the API before it is provided to the agent.
Audit Metadata