abridge-local-dev-loop
Pass
Audited by Gen Agent Trust Hub on Apr 8, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Pulls the official
hapiproject/hapiDocker image from Docker Hub to provide a local FHIR (Fast Healthcare Interoperability Resources) server for EHR simulation. - [COMMAND_EXECUTION]: Uses Docker and npm commands to manage the local development lifecycle, including starting the FHIR server and running test scripts.
- [SAFE]: Sensitive credentials like
ABRIDGE_CLIENT_SECRETandABRIDGE_ORG_IDare managed through environment variables (process.env), following security best practices for avoiding hardcoded secrets. - [SAFE]: All network communication is directed to the local machine (
localhost:8080) or the official Abridge sandbox API (sandbox.api.abridge.com).
Audit Metadata