rnacentral-skill
Pass
Audited by Gen Agent Trust Hub on Apr 20, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- Network Communication via REST Client: The skill utilizes the
requestslibrary to facilitate communication with external APIs. While its primary configuration targets RNAcentral, the underlying script is a generic client capable of connecting to other endpoints if provided with different parameters. This is a standard feature for data-retrieval skills. - File System Interaction: The skill includes a
save_rawfeature that allows the agent to write API responses to the local file system. Specifically, theraw_output_pathparameter enables the specification of target directories and filenames. This functionality is useful for maintaining local records of large datasets but should be used with an understanding of where data is being written. - Data Ingestion and Processing: The script processes external data from API responses and applies a
_compactfunction to truncate long strings and limit output depth. While this helps manage the agent's context window, it is a reminder that external content is being ingested and interpreted by the model.
Audit Metadata