abridge-install-auth
Pass
Audited by Gen Agent Trust Hub on Apr 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements best practices for secret management by instructing the user to store credentials in a local environment file (.env.local), setting restricted filesystem permissions (chmod 600), and ensuring the file is excluded from version control via .gitignore.
- [SAFE]: The provided code snippets utilize standard OAuth 2.0 (SMART on FHIR) flows for authentication, targeting official service endpoints for Epic (fhir.epic.com) and Abridge (api.abridge.com).
- [SAFE]: No malicious patterns such as prompt injection, data exfiltration, or obfuscation were identified. All external references point to official documentation and platform portals.
Audit Metadata