opentargets-database
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill interacts with the Open Targets Platform API located at
api.platform.opentargets.org. This is an established and well-known public service used in the pharmaceutical and biological research communities. - [COMMAND_EXECUTION]: The provided Python script (
scripts/query_opentargets.py) strictly uses therequestslibrary for structured GraphQL API calls. It does not utilizeos.system,subprocess, or any other mechanism to execute shell commands or external binaries. - [DATA_EXFILTRATION]: There is no access to local sensitive files, environment variables, or credentials. The skill's network activity is limited to fetching public data from a trusted domain for research purposes.
- [PROMPT_INJECTION]: The documentation and examples in
SKILL.mdare purely instructional and contain no attempts to override agent behavior, bypass safety filters, or extract system prompts. - [SAFE]: The code is transparent, well-documented, and utilizes best practices such as parameterized GraphQL queries and reasonable request timeouts.
Audit Metadata