human-protein-atlas-skill
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Data Retrieval from External Service: The skill is designed to fetch biological data from the Human Protein Atlas, a reputable scientific resource. It uses a generic helper script to handle these interactions.
- Local Data Persistence: The included Python script includes functionality to save raw API responses to the local filesystem. This is a design consideration intended to manage large data payloads efficiently, allowing the agent to provide a file path rather than displaying long raw text in the user interface.
- Flexible Request Routing: The utility script
rest_request.pyprovides a general-purpose way to interact with REST APIs. It supports custom parameters, headers, and methods, which is a standard implementation for specialized data-fetching skills. - Dependency Management: The skill utilizes the common
requestslibrary for Python. This is a standard and expected dependency for networking tasks in this environment.
Audit Metadata