genomic-coordinates

Pass

Audited by Gen Agent Trust Hub on Sep 3, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill's scripts (scripts/audit_intervals.py, scripts/check_contigs.py, scripts/convert_coords.py, scripts/normalize_variant.py, and scripts/_common.py) rely exclusively on Python 3.11+ standard library modules such as json, re, sys, dataclasses, and pathlib.
  • [SAFE]: No network operations, external downloads, or remote code execution patterns were detected. The skill operates entirely on local genomic data files as described in its documentation.
  • [SAFE]: File system access is limited to reading and writing standard genomic formats (FASTA, VCF, BED, GFF, etc.) and is performed using safe path handling via the pathlib module.
  • [SAFE]: Data processing logic incorporates strict validation, such as converting coordinate strings to integers and using regular expressions for region parsing, which prevents common injection or malformed data attacks.
  • [SAFE]: No evidence of obfuscation, hidden instructions, or malicious prompt injection patterns was found across any of the 10 files.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 3, 2026, 08:39 AM
Security Audit — agent-trust-hub — genomic-coordinates