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
plannotateandbiopythonusing standard package managers likepipandconda. 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_plasmidfunction 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
plannotatecommand-line interface and thewebbrowsermodule to view local HTML files. These are documented features of the tool used for intended visualization purposes.
Audit Metadata