fhir
Fail
Audited by Snyk on Jul 7, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill instructs the agent to accept user-supplied secrets (the full callback URL containing an auth code, client_id, and optionally bearer_token) and to pass them verbatim into MCP calls (connect/connect_complete and printed env snippets), which requires the LLM to handle and output sensitive values directly.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.70). The required workflow fetches outsider-authored free text from a remote FHIR server via
fhirMCPget_document_content/doc-extract, and that extractedtextis then passed into theclinical-note-extractstep (even though it’s intended to be handled in a no-tools worker, it still enters the agent/LLM context as input for extraction).
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata