gtars

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS] (LOW): The skill provides installation instructions via uv pip install gtars and cargo install gtars-cli. These target the standard Python (PyPI) and Rust (crates.io) package registries, which are trusted sources for these languages.
  • [COMMAND_EXECUTION] (SAFE): The skill documents command-line usage for genomic analysis (e.g., gtars igd build, gtars uniwig generate). These commands are restricted to the local filesystem for processing genomic data (BED, WIG, FASTA) and do not involve suspicious shell operations or remote script execution.
  • [DATA_EXFILTRATION] (SAFE): No evidence of network operations beyond standard package installation. The skill's primary function is local file processing of bioinformatics data.
  • [PROMPT_INJECTION] (SAFE): The skill does not contain instructions that attempt to override AI behavior or bypass safety filters. Instructional language is limited to technical documentation and usage examples.
  • [DYNAMIC_EXECUTION] (SAFE): The skill uses static Python bindings and Rust binaries. There is no evidence of eval(), exec(), or dynamic runtime code generation from untrusted sources.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:48 PM