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

uniprot-skill

Pass

Audited by Gen Agent Trust Hub on Sep 20, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • Network Operations: The skill performs REST API requests to external services (specifically rest.uniprot.org). This is the intended primary purpose of the skill to fetch UniProtKB, UniRef, and UniParc data.
  • File System Access: The rest_request.py script includes functionality to save raw JSON or FASTA payloads to the local filesystem (defaulting to /tmp/). This is triggered only when the save_raw parameter is explicitly set, typically upon user request for full datasets.
  • Command Execution via Python: The skill executes a local Python script to process requests. The input is passed via standard input as a JSON object, and the script performs validation on the keys and values to ensure they meet expected formats before processing.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 20, 2026, 12:20 PM
Security Audit — agent-trust-hub — uniprot-skill