human-protein-atlas-skill
Pass
Audited by Gen Agent Trust Hub on Sep 20, 2026
Risk Level: SAFEDATA_EXFILTRATIONPERSISTENCEPRIVILEGE_ESCALATION
Full Analysis
- Arbitrary File Write Consideration: The script
scripts/rest_request.pyincludes functionality to save network response data to a file path provided in the input via theraw_output_pathfield. The_save_raw_outputfunction performs file writing without restricted directory validation, which could potentially allow overwriting sensitive configuration files or creating persistence mechanisms if mismanaged. \n- Flexible Network Request Configuration: The implementation allows for arbitrarybase_urlandpathparameters, which permits requests to any internet-accessible or internal resource. This introduces a potential Server-Side Request Forgery (SSRF) risk if the agent is directed to unintended targets. \n- Custom Request Headers: The tool accepts aheadersobject that is directly applied to the HTTP session. This functionality allows the injection of custom headers, which could be misused to facilitate unauthorized access or session manipulation if the input is influenced by untrusted sources.
Audit Metadata