alphafold-database-fetch-and-analyze
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads structural data from the AlphaFold Database (alphafold.ebi.ac.uk), which is a well-known and trusted scientific resource provided by the European Bioinformatics Institute (EBI).
- [INDIRECT_PROMPT_INJECTION]: The skill ingests and processes data from an external API, creating a surface for potential indirect prompt injection.
- Ingestion points:
scripts/fetch_structure.pyreads JSON metadata and structural data from the AlphaFold API. - Boundary markers: No explicit boundary markers are used in the prompt instructions for the external data.
- Capability inventory: The skill has the ability to write to the local file system and execute local Python scripts via the
uvtool. - Sanitization: Input UniProt IDs are normalized by removing whitespace and converting to uppercase, which provides basic protection against simple injection attacks.
Audit Metadata