bioservices
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): No security issues detected. The script follows standard practices for data retrieval and processing.
- [EXTERNAL_DOWNLOADS] (SAFE): The script uses the
bioserviceslibrary to communicate with the KEGG database. This is a standard and expected behavior for a bioinformatics tool and does not represent an unauthorized download risk. - [DATA_EXFILTRATION] (SAFE): File operations are restricted to writing CSV and SIF files to the directory provided by the user. No sensitive local data is accessed or transmitted to external servers.
- [COMMAND_EXECUTION] (SAFE): The script does not use any functions for arbitrary command execution (such as
os.systemorsubprocess.run). All operations are performed using built-in Python modules for file and data handling.
Audit Metadata