genomic-coordinates
Pass
Audited by Gen Agent Trust Hub on Jul 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate utility for bioinformatics workflows, specifically for genomic coordinate transformations and file format auditing.
- [COMMAND_EXECUTION]: The skill includes several Python scripts designed to be executed via the command line. Analysis of these scripts (
convert_coords.py,normalize_variant.py,check_contigs.py,audit_intervals.py) shows they only use the Python standard library and do not perform any unsafe subprocess calls, network access, or privilege escalation. - [DATA_EXFILTRATION]: No network operations were detected. The scripts interact only with local files provided by the user (FASTA, VCF, BED, etc.) and output results to stdout or a user-specified local path.
- [EXTERNAL_DOWNLOADS]: The skill does not download any external code or data. All dependencies are handled by the Python standard library as stated in the documentation.
- [PROMPT_INJECTION]: Documentation files and script comments were reviewed for instructional overrides. No patterns of prompt injection, jailbreaking, or safety filter bypass were found.
- [OBFUSCATION]: No obfuscated code, hidden characters, or encoded strings were detected in the scripts or documentation.
Audit Metadata