skills/openai/plugins/string-skill/Gen Agent Trust Hub

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 requests library 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.py includes a _save_raw_output function that can write response data to a local file (defaulting to /tmp/). This is used when save_raw is 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
Risk Level
SAFE
Analyzed
Sep 20, 2026, 12:20 PM
Security Audit — agent-trust-hub — string-skill