healthcare-eval-harness
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and shell scripts intended for healthcare application testing and safety verification. The logic focuses on clinical decision support system (CDSS) accuracy and preventing PHI leaks.
- [COMMAND_EXECUTION]: The skill utilizes standard development tools including
jest,jq, andbcto execute test suites and parse results. These operations are restricted to calculating pass rates and enforcing deployment gates within a CI/CD context. - [EXTERNAL_DOWNLOADS]: The instructions include
npx jest, which is a standard Node.js package runner that may download thejestpackage from the official registry if it is not already installed locally. - [DATA_EXPOSURE]: The skill is designed to detect and prevent data exposure (specifically PHI) in the target application's codebase. It does not contain any patterns for exfiltrating sensitive data from the environment where the skill itself runs.
Audit Metadata