alterlab-brenda
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXFILTRATION]: The skill communicates with the official BRENDA database service at
https://www.brenda-enzymes.org/to retrieve enzyme data. This communication is the primary function of the skill and involves sending account credentials over the service's legitimate SOAP API. - [EXTERNAL_DOWNLOADS]: The skill depends on standard, well-known Python packages for scientific computing and data visualization, including
zeep,requests,pandas,matplotlib,seaborn,networkx, andnumpy. - [COMMAND_EXECUTION]: The provided Python scripts perform local file operations to save plots and reports. It also modifies the module search path (
sys.path.append) to handle internal imports, which is a standard practice for project organization and does not pose a security risk in this context. - [SAFE]: The skill is designed for biochemical research and metabolic pathway analysis. It processes structured data from a trusted scientific repository and follows best practices for credential management by instructing users to use environment variables instead of hardcoding secrets.
Audit Metadata