string-skill
Pass
Audited by Gen Agent Trust Hub on Apr 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Network Operations: The skill performs network requests to the STRING database (string-db.org) to retrieve protein interaction data. This is its core intended functionality. While it supports custom URLs via its parameters, the operating rules clearly specify its use for string-db.org.
- File System Access: The skill can save raw API responses to the local filesystem (defaulting to /tmp). This is a common pattern for handling large data sets in data analysis skills and is used to store the output of the requested operations.
- Dependency Management: The skill requires the
requestslibrary to perform network operations. This is a standard Python package for HTTP communication. - Data Handling: The skill processes JSON responses from the STRING API and provides compact summaries. It includes logic to truncate long responses, which helps in staying within model context limits.
Audit Metadata