bio-restriction-sites
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- [SAFE] (SAFE): No malicious patterns or security risks were identified.
- File Access: The skill reads local
.fastafiles usingBio.SeqIO. This is standard behavior for bioinformatics tools and does not involve sensitive system paths or credentials. - Library Usage: Utilizes
biopython(Bio.Restriction), a well-established and trusted library for biological computation. - Command Execution: No subprocess calls, shell commands, or dynamic code execution (eval/exec) are present.
- Network Activity: The skill does not perform any network operations, preventing data exfiltration.
- Indirect Prompt Injection (INFO): While the skill processes external data (DNA sequences), it treats this data strictly as strings for pattern matching. There is no mechanism for the data to be interpreted as instructions for the agent or to trigger high-privilege side effects.
Audit Metadata