brenda-database
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill interacts with the BRENDA Enzyme Database's official web service at
brenda-enzymes.org. These connections are necessary for the skill's stated purpose of retrieving enzyme kinetic parameters. - [COMMAND_EXECUTION]: Includes standard shell commands for installing necessary Python dependencies (
zeep,pandas,requests) viapip. - [CREDENTIALS_UNSAFE]: The skill requires API authentication (email and password). It explicitly recommends security best practices, such as using SHA256 hashing for passwords and storing credentials in environment variables (
os.environ) rather than hardcoding them. - [SAFE]: No malicious patterns such as prompt injection, obfuscation, data exfiltration to unauthorized domains, or unauthorized persistence mechanisms were identified.
Audit Metadata