openevidence-observability
Pass
Audited by Gen Agent Trust Hub on Sep 11, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill establishes a monitoring framework for clinical queries, which could be exploited if malicious instructions are embedded within the queries being observed by the agent.
- Ingestion points: The skill monitors clinical queries via the
trackClinicalQueryinstrumentation defined inSKILL.md. - Boundary markers: The instructions include clear warnings to avoid logging patient identifiers or query text to maintain HIPAA compliance, serving as a data boundary.
- Capability inventory: The skill configuration allows for
Read,Write,Edit, andGreptools, which could be leveraged if an injection is successful. - Sanitization: The
references/implementation.mdfile specifies the use ofpinologger redaction for sensitive fields such aspatientId,mrn, andssn.
Audit Metadata