bigquery-patent-search
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [Indirect Prompt Injection] (LOW): The skill ingests untrusted data from external patent abstracts and claims which could potentially contain malicious instructions.
- Ingestion points: Patent data retrieved via
search_patentsandget_patentmethods from theBigQueryPatentSearchclass. - Boundary markers: Absent; there are no specific instructions or delimiters to isolate retrieved patent text from the agent's control logic.
- Capability inventory:
Bash,Read,Writetools allow for command execution and file operations. - Sanitization: No sanitization of the retrieved text is described.
- [Data Exposure & Exfiltration] (SAFE): No hardcoded credentials or sensitive file access patterns were detected. The skill uses standard Google Application Default Credentials (ADC).
- [Unverifiable Dependencies & Remote Code Execution] (SAFE): The skill relies on the standard
google-cloud-bigquerylibrary and references official Google Cloud documentation for setup. - [Command Execution] (SAFE): While the skill utilizes the
Bashtool, it is intended for executing the internal Python search scripts as part of its primary functionality.
Audit Metadata