bio-restriction-enzyme-selection
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- Category 8: Indirect Prompt Injection (LOW): The skill reads local files (
sequence.fasta) and processes their content using Biopython. - Ingestion points:
SeqIO.read('sequence.fasta', 'fasta')andSeqIO.parse('sequences.fasta', 'fasta'). - Capability inventory: The skill only performs analysis and prints results to the console. It lacks file-write, network, or subprocess execution capabilities.
- Boundary markers: None present, but the risk is negligible as the output is descriptive rather than directive.
- Sanitization: Biopython's FASTA parser provides inherent validation for biological sequence formats.
Audit Metadata