deeptools
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): The skill consists of documentation and a utility script for bioinformatics workflows. No indicators of prompt injection, data exfiltration, or malicious execution were found.
- [COMMAND_EXECUTION] (SAFE): The included script
validate_files.pyuses only standard Python libraries (os, sys, argparse) for file system checks and does not invoke subprocesses or external commands. - [DATA_EXPOSURE] (SAFE): The script reads files provided by the user via command-line arguments to validate their format. It does not access sensitive system paths or hardcoded credentials.
- [INDIRECT_PROMPT_INJECTION] (LOW): While the script processes untrusted data (BED files), it does not feed this data back into an LLM prompt or execute it as code. Validation is performed using strictly typed integer conversion.
Audit Metadata