ngs-epigenomics-peaks
Pass
Audited by Gen Agent Trust Hub on Aug 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [Command Execution]: The skill provides patterns for executing local Python scripts and Nextflow workflows. These commands (
python plugins/ngs-analysis/scripts/...andnextflow run ...) are used to perform preflight checks, validate sample sheets, and initiate analysis pipelines. This is standard behavior for bioinformatics tooling. - [External Pipeline References]: The skill references and downloads established analysis pipelines from the
nf-corecommunity (e.g.,nf-core/atacseq,nf-core/chipseq). These are well-known, community-maintained resources used for reproducible genomic data processing. - [Metadata Ingestion]: The workflow processes external data via sample sheets (
assay_samples.csv). While this represents a common ingestion surface for scientific data, it is a primary function of the skill to configure analysis based on this metadata. Users should ensure that input CSV files are sourced from trusted data providers. - [Environment Execution]: The use of Docker profiles (
-profile test,docker) in the Nextflow commands indicates that analysis is intended to run within isolated containers, which is a recommended practice for maintaining environment integrity and security during complex computational runs.
Audit Metadata