nextflow-hello-workflow — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited nextflow-hello-workflow (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Verify that the repository-local Nextflow runtime works and execute a tiny deterministic workflow end to end, including a Slurm executor path.
examples/main.nf--out-dir, --work-dir, and executor settings--executor slurm plus an optional partitionslurm/envs/nextflow-toolssbatch and sacct access on the local Slurm clusterpython3 skills/reproducible-workflows/nextflow-hello-workflow/scripts/run_nextflow_hello.py --out-dir scratch/nextflow-hello/results for a local smoke path.python3 skills/reproducible-workflows/nextflow-hello-workflow/scripts/run_nextflow_hello.py --executor slurm --partition cpu --out-dir scratch/nextflow-hello-slurm/results --work-dir scratch/nextflow-hello-slurm/work --summary-out scratch/nextflow-hello-slurm/summary.json for a cluster-backed smoke path.files list and the output directory contents.trace_rows and slurm_jobs in the summary.examples/main.nf when bootstrapping larger pipelines.nextflow info succeeds through the repo-local wrapper environment.nextflow run completes without errors.sacct reports COMPLETED with ExitCode 0:0.java: command not found: run through the provided wrapper script instead of calling nextflow directly.--out-dir and --work-dir to writable locations.nextflow run treats a relative script name like a remote pipeline: use the wrapper or pass an explicit local path.cpu or adjust the partition if the cluster is busy.python3 .../run_nextflow_hello.py --out-dir scratch/nextflow-hello/results --work-dir scratch/nextflow-hello/workpython3 .../run_nextflow_hello.py --executor slurm --partition cpu --summary-out scratch/nextflow-hello-slurm/summary.jsonsnakemake-toy-workflow-starternf-core-pipeline-listslurm-job-debug-template~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.