similar-protein-retrieval
Pass
Audited by Gen Agent Trust Hub on Mar 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements appropriate security measures for its intended use case. It performs specific character-level validation on protein identifiers (UniProt and PDB IDs) to prevent malicious input from influencing API requests or file paths. Additionally, file access is restricted to biological data formats (.pdb, .fasta, .fa), which helps prevent the accidental reading of sensitive system configuration or credential files.
- [EXTERNAL_DOWNLOADS]: The skill fetches protein sequences and 3D structural data from well-known, authoritative scientific repositories, specifically UniProt (rest.uniprot.org) and the Protein Data Bank (files.rcsb.org). These interactions are limited to retrieving biological data from trusted research infrastructure.
- [DATA_EXFILTRATION]: While the skill reads local files and interacts with network services, it does so for the purpose of analyzing user-provided biological data. There is no evidence of attempts to access sensitive system directories, environment variables, or hidden credential files. The data flow is directed toward specific, legitimate bioinformatics tool endpoints.
Audit Metadata