encode-skill
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- Network Communication: The skill uses the standard
requestslibrary to perform API calls to the ENCODE project. This is a common pattern for skills designed to fetch and display data from external repositories. - File System Operations: The script includes a feature to save raw API responses to the local filesystem. While this allows for writing data to a specified path, it is an intended part of the skill's functionality to provide users with full datasets when requested.
- Data Management: The skill implements a truncation and compaction strategy for large JSON payloads. This ensures that the agent receives concise summaries, preventing context window overflow and maintaining operational efficiency.
- Input Validation: The Python script includes basic validation for input parameters such as URLs, methods, and booleans, which helps ensure that the tool operates within its intended parameters.
Audit Metadata