clinicaltrials-skill
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- External Network Operations: The skill connects to
clinicaltrials.govto retrieve medical study data. This is the primary function of the skill and uses the official API for that service. - File System Operations: When the
save_rawparameter is enabled, the script writes API response data to a local file. By default, this is stored in/tmp/clinicaltrials-response.json, which is a standard location for temporary application data. - Input Processing: The skill processes JSON input from the user to construct API requests. It includes validation to ensure parameters like
max_itemsandtimeout_secare within expected types and values.
Audit Metadata