alphafold-skill
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- Network Operations: The skill is designed to interact with the AlphaFold API at
https://alphafold.ebi.ac.uk/api. While this involves making external network requests, it is the primary and intended purpose of the skill for retrieving protein structure data. - File System Operations: The Python script includes functionality to save raw API responses to the local file system (e.g., in
/tmp/or a user-specified path) when thesave_rawflag is enabled. This is a standard feature for handling large datasets that would otherwise exceed the chat window's context limits. - Command Execution: The skill provides a shell command example to pipe JSON input into the Python script. This is the intended method for the agent to execute the skill's functionality and does not involve elevated privileges or arbitrary code execution from untrusted sources.
Audit Metadata