openevidence-data-handling
Pass
Audited by Gen Agent Trust Hub on Sep 11, 2026
Risk Level: SAFEDATA_EXFILTRATIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The skill transmits clinical queries to
api.openevidence.comand retrieves medical citations. This network activity is consistent with the skill's primary purpose as an integration for the OpenEvidence platform. - [INDIRECT_PROMPT_INJECTION]: The skill ingests clinical query text which may originate from external clinical environments. It implements mandatory de-identification steps in
SKILL.md(deidentifyPHI) andreferences/implementation.md(sanitizeForOpenEvidence) to redact SSNs, MRNs, and provider names using regex-based filtering before data transmission. - Ingestion points:
ClinicalQuery.queryTextprocessed bysubmitClinicalQueryinSKILL.md. - Boundary markers: The logic employs functional encapsulation to ensure de-identification occurs before network calls.
- Capability inventory: Uses
fetchfor network operations and environment variables for authentication. - Sanitization: Multiple regex patterns are used to identify and redact sensitive identifiers (SSN, MRN, phone, email, DOB).
Audit Metadata