structural-biology
Pass
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill retrieves protein structure files and confidence metrics from the European Bioinformatics Institute's AlphaFold DB.
- Evidence: API requests are made to 'https://alphafold.ebi.ac.uk/api/prediction/' as shown in 'references/commands_and_thresholds.md'.
- [COMMAND_EXECUTION]: Uses Python to verify environment setup and perform structural analysis.
- Evidence: 'python -c "import Bio; print(Bio.version)"' is used in 'SKILL.md' to check the Biopython version.
- [DATA_EXFILTRATION]: The skill contains a potential surface for indirect prompt injection due to the ingestion of external data.
- Ingestion points: Fetches JSON and structure data from the AlphaFold DB API in 'references/commands_and_thresholds.md'.
- Boundary markers: Not explicitly implemented for the retrieved external data.
- Capability inventory: Python execution and file system writes to the 'results/' directory.
- Sanitization: The skill relies on the integrity of the trusted scientific data source.
Audit Metadata