glean-observability
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill provides code templates that process untrusted search queries, creating a potential surface for indirect prompt injection attacks.
- Ingestion points: The
trackGleanSearchfunction withinSKILL.mdaccepts an externalquerystring. - Boundary markers: The instrumentation snippets lack explicit delimiters or instructions to ignore embedded commands within the processed query input.
- Capability inventory: The skill frontmatter configuration allows access to
Write,Edit, andBashtools, which represents a significant capability tier if an injection were to occur. - Sanitization: The provided logging implementation includes a 100-character truncation for query strings, which acts as a rudimentary filter for large payloads.
Audit Metadata