clinicaltrials-gov-parser
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were identified. The skill's functionality is consistent with its stated purpose and author documentation.
- [EXTERNAL_DOWNLOADS]: The skill makes network requests to the ClinicalTrials.gov API (
https://clinicaltrials.gov/api/v2) to retrieve public study data. This is a well-known, authoritative service for health informatics, and the connection is used only to fetch intended clinical data. - [PROMPT_INJECTION]: The instructions do not contain any patterns typical of prompt injection, such as behavioral overrides, safety filter bypasses, or instructions to ignore previous rules.
- [COMMAND_EXECUTION]: The provided script
scripts/main.pyperforms data parsing and CLI interaction using standard libraries. It does not execute arbitrary shell commands or use unsafe functions likeeval()orexec()on external inputs. - [CREDENTIALS_UNSAFE]: No hardcoded API keys, tokens, or other credentials were found. The target API is public and does not require authentication.
- [DATA_EXFILTRATION]: No sensitive data exposure or exfiltration behaviors were detected. The skill only handles public metadata from clinical trials.
Audit Metadata