chembl-database
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- EXTERNAL_DOWNLOADS (LOW): The skill requires the installation of the
chembl_webresource_clientPython package via pip. While not on the explicit 'Trusted' list provided in the security skill, this is a standard, reputable library maintained by the European Bioinformatics Institute (EMBL-EBI) for accessing biochemical data. - DATA_EXFILTRATION (SAFE): The script communicates with
ebi.ac.ukto retrieve molecule and bioactivity data. This is the intended purpose of the skill and does not involve the transmission of sensitive local user data or credentials. - PROMPT_INJECTION (LOW): As the skill ingests data from an external API (ChEMBL), it possesses a surface for indirect prompt injection.
- Ingestion points:
scripts/example_queries.pyvia thenew_clientinterface. - Boundary markers: None (typical for example scripts).
- Capability inventory: Performs network requests to retrieve data from the ChEMBL web service.
- Sanitization: Not present; the script returns raw dictionary/list objects from the API response.
Audit Metadata