deeptools
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides a
workflow_generator.pyscript that creates shell templates for bioinformatics analysis. This script implements secure coding practices by using a strict regex for path validation andshlex.quotefor parameter escaping, which prevents command injection vulnerabilities when generating and running local workflows. - [EXTERNAL_DOWNLOADS]: The skill facilitates the installation of the
deepToolspackage through official and trusted channels like PyPI and Bioconda. It also includes instructions for the agent to fetch citation metadata from arXiv, which is a well-known and reputable scientific repository. - [INDIRECT_PROMPT_INJECTION]: The skill processes genomic data files such as BAM and BED. The included
validate_files.pyutility performs basic format verification. Because these file formats are highly structured and intended for binary processing, the surface area for indirect prompt injection via data content is extremely limited.
Audit Metadata