encode-skill
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- [Standard API Interaction]: The skill uses the
requestslibrary to communicate with the official ENCODE Project domain (encodeproject.org). This network activity is the primary function of the skill. - [File Management Capability]: The included Python script allows saving raw API responses to a local path. This is a common feature for data-heavy skills to allow users to access full datasets that might exceed the agent's context limit.
- [Robust Input Parsing]: The script implements clear validation for its input parameters, ensuring that the
base_url,path, and other configurations meet expected types and formats before execution. - [Environment Restrictions]: The instructions recommend modest request volumes and filtering, promoting responsible use of the target API.
Audit Metadata