opentargets-skill
Pass
Audited by Gen Agent Trust Hub on Apr 20, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [File System Interaction]: The scripts allow reading from local file paths via the
query_pathargument and writing raw JSON output to the disk usingraw_output_path. This functionality supports the management of complex GraphQL queries and the local archiving of research data. - [Network Operations]: The skill connects to the Open Targets Platform's official GraphQL API endpoint. This communication is required to retrieve data about targets, diseases, and drugs as requested by the user.
- [Input Validation]: The tool performs checks on input parameters such as
page_size,max_pages, andtimeout_secto ensure they are positive integers, helping to prevent resource exhaustion or unexpected behavior.
Audit Metadata