plannotate-plasmid-annotation

Pass

Audited by Gen Agent Trust Hub on Jul 10, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill instructs users to install plannotate and biopython using standard package managers like pip and conda. These are legitimate tools for biological sequence analysis available on public registries.
  • [INDIRECT_PROMPT_INJECTION]: The skill processes biological sequence data from external files (FASTA, GenBank). While processing external data is a potential vector for indirect prompt injection, the skill includes a validate_plasmid function that strictly enforces the IUPAC nucleotide alphabet (e.g., A, T, G, C, N). This validation effectively sanitizes the input, preventing the inclusion of arbitrary text or command characters. Additionally, the feature labels generated in the output are sourced from curated, trusted databases (such as Addgene and fpbase) rather than being reflected directly from the input sequence.
  • [COMMAND_EXECUTION]: The skill documentation includes examples of using the plannotate command-line interface and the webbrowser module to view local HTML files. These are documented features of the tool used for intended visualization purposes.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 10, 2026, 03:35 PM
Security Audit — agent-trust-hub — plannotate-plasmid-annotation