clinpgx-database
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill facilitates access to clinical genomics data via the official
api.clinpgx.orgREST API, which is the documented successor to PharmGKB. - [EXTERNAL_DOWNLOADS]: The documentation and scripts reference the
requestslibrary for handling API communication, which is a standard and trusted Python package for HTTP requests. - [SAFE]: The provided Python script (
scripts/query_clinpgx.py) implements robust integration patterns, including exponential backoff for rate limiting (HTTP 429 handling) and secure local file-based caching for API responses. - [SAFE]: No evidence of prompt injection, obfuscation, or unauthorized data exfiltration was detected. The code performs only the actions described in its documentation.
Audit Metadata