unichem-database
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install standard Python libraries (requests, pandas, matplotlib) from the official Python Package Index (PyPI).
- [SAFE]: All network operations are directed at official scientific domains belonging to well-known organizations, specifically the European Bioinformatics Institute (ebi.ac.uk) and the National Center for Biotechnology Information (ncbi.nlm.nih.gov). These are trusted, well-known services in the research community.
- [DATA_EXFILTRATION]: No sensitive local data access or suspicious exfiltration patterns were detected. The skill specifically highlights that no authentication or API keys are required for the target services, reducing credential exposure risks.
- [COMMAND_EXECUTION]: The skill uses standard subprocess-free Python code for API interaction. While it includes shell commands for installation (pip install), these are for standard, non-malicious packages required for the skill's functionality.
- [PROMPT_INJECTION]: There are no instructions that attempt to override agent safety protocols or bypass system constraints.
Audit Metadata