bindingdb-skill
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [Network Operations]: The skill uses the Python
requestslibrary to communicate with the BindingDB API. This is expected behavior for a REST API client, and the communication targets the official bindingdb.org domain. - [File System Interaction]: The script includes functionality to save raw API responses to the local filesystem (defaulting to
/tmp) if explicitly requested by the user. This is a common feature for managing large datasets in agentic workflows. - [Input Handling]: The script implements robust input validation using helper functions like
_require_strand_require_intto ensure that data passed to the API and filesystem operations is correctly formatted and typed.
Audit Metadata