scientific-human-protein-atlas
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill makes GET requests to
https://www.proteinatlas.orgto retrieve gene and protein information. This is the official domain for the Human Protein Atlas, a well-known scientific database, and aligns with the skill's primary function. - [COMMAND_EXECUTION]: No suspicious command execution or shell interactions were found. The code is limited to data retrieval and processing using
requestsandpandas. - [DATA_EXFILTRATION]: No evidence of sensitive data access or exfiltration. The network operations are restricted to fetching public scientific data from a legitimate source.
- [PROMPT_INJECTION]: The instructions do not contain any attempt to bypass safety filters, override agent behavior, or extract system prompts.
- [EXTERNAL_DOWNLOADS]: Dependencies include
requestsandpandas, which are standard, reputable packages for data science and web requests in Python.
Audit Metadata