slurm-job-debug-template — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited slurm-job-debug-template (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.
Generate a conservative sbatch template, submit it to Slurm, and capture the accounting record needed to verify the cluster path end to end.
sbatch scriptsacct summarysbatch, squeue, and sacctpython3 skills/hpc/slurm-job-debug-template/scripts/render_sbatch.py --command "echo hello" --job-name smoke.--out.python3 skills/hpc/slurm-job-debug-template/scripts/submit_smoke_job.py --partition cpu --job-name slurm-smoke --sleep 2 --out slurm/reports/slurm-smoke.json.job_id, the log paths in slurm/logs/, and the accounting block from sacct.#SBATCH directives and the command body.State=COMPLETED.ExitCode is 0:0.sacct lags briefly after completion: retry once accounting catches up.python3 .../render_sbatch.py --command "python analysis.py" --partition short --time 00:10:00 --mem 2Gpython3 .../submit_smoke_job.py --partition cpu --job-name slurm-smoke --sleep 1sbatch reference: https://slurm.schedmd.com/sbatch.htmlsacct reference: https://slurm.schedmd.com/sacct.htmlsnakemake-toy-workflow-starter~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.