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.pyscript includes functionality to save raw JSON or FASTA payloads to the local filesystem (defaulting to/tmp/). This is triggered only when thesave_rawparameter 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