bio-fasta-database-curator
Pass
Audited by Gen Agent Trust Hub on Sep 1, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection via the processing of untrusted biological sequence files. \n- Ingestion points: External files (FASTA, FAA, FNA, FFN, GenBank) are ingested by
scripts/curate_fasta.pyand analyzed using shell tools likegrepandawkas described inSKILL.md. \n- Boundary markers: There are no explicit boundary markers or instructions to the agent to disregard potential instructions embedded within sequence headers or comments. \n- Capability inventory: The skill allows the agent to execute shell commands (viauv run,grep,awk) and perform file system writes (curated database, mapping tables, reports). \n- Sanitization: Whilescripts/curate_fasta.pycontains anormalize_headerfunction that cleans headers for the final output, the agent is instructed to inspect raw headers (e.g.,grep "^>" database.fasta | head -20) which could contain injection payloads.
Audit Metadata