string-skill
Pass
Audited by Gen Agent Trust Hub on Sep 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [Network Request Capability]: The skill uses the
requestslibrary to make HTTP GET and POST requests to the STRING database API (string-db.org). While this involves external communication, it is the primary function of the skill for data enrichment and network summaries. - [File System Interaction]: The script
scripts/rest_request.pyincludes a_save_raw_outputfunction that can write response data to a local file (defaulting to/tmp/). This is used whensave_rawis enabled by the user to store machine-readable API outputs. - [Command Execution]: The skill executes a Python script via the shell to process API requests. This is a standard execution pattern for this type of integration and is triggered by the agent's input.
Audit Metadata