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.py includes functionality to save network response data to a file path provided in the input via the raw_output_path field. The _save_raw_output function 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 arbitrary base_url and path parameters, 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 a headers object 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
Risk Level
SAFE
Analyzed
Sep 20, 2026, 12:20 PM
Security Audit — agent-trust-hub — human-protein-atlas-skill