biopython

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
  • COMMAND_EXECUTION (LOW): The file references/alignment.md documents the use of ClustalOmegaCommandline and MuscleCommandline. These are Biopython wrappers that execute external alignment binaries on the host system. While these are intended features for bioinformatics, they represent a potential surface for command execution if inputs are not properly sanitized.\n- PROMPT_INJECTION (LOW): The documented patterns for reading external sequence files combined with command execution capabilities create a surface for indirect prompt injection (Category 8) if the agent processes untrusted bio-data files.\n
  • Ingestion points: references/sequence_io.md and references/alignment.md (SeqIO.parse, AlignIO.read, AlignIO.parse).\n
  • Boundary markers: Absent in documentation examples.\n
  • Capability inventory: Execution of external binaries via Bio.Align.Applications wrappers.\n
  • Sanitization: No input validation or sanitization is demonstrated in the provided code snippets.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:42 PM