harness-engineering-playbook-f7f0e4 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited harness-engineering-playbook-f7f0e4 (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.
Use this skill to operationalize the practices from OpenAI's Harness Engineering guide in a repo that agents can run against repeatedly and safely.
references/openai-harness-practices.md for the full practice-to-artifact mapping.references/rollout-checklist.md for phased adoption in active repos.references/wizard-cli.md for Typer wizard command flows.assets/templates/ when creating or updating harness files.make, npm, cargo, pytest, etc.).Use a short baseline note inside PLANS.md so decisions remain durable.
Preferred entrypoint:
python3 scripts/harness_wizard.py init <repo-path> --profile controlProfiles:
baseline: only core harness artifacts.control: baseline + control-system primitives.full: control + entropy controls (nightly audit + entropy checks).Direct shell fallback:
Run:
./scripts/bootstrap_harness.sh <repo-path>This script installs safe defaults from assets/templates/:
AGENTS.mdPLANS.mddocs/ARCHITECTURE.mddocs/OBSERVABILITY.mdMakefile.harness (+ -include Makefile.harness in Makefile)scripts/audit_harness.shscripts/harness/{smoke,test,lint,typecheck}.sh.github/workflows/harness.ymlBy default, existing files are not overwritten. Pass --force to replace template-managed files.
Implement each practice directly in repo artifacts.
make smoke, make check, make ci).AGENTS.md short, concrete, and command-first.docs/ARCHITECTURE.md.docs/OBSERVABILITY.md.PLANS.md for multi-step/multi-hour tasks.Makefile.harness, scripts/harness/).For a detailed artifact matrix, load references/openai-harness-practices.md.
Run:
python3 scripts/harness_wizard.py audit <repo-path>Treat any MISSING or FAIL result as blocking before calling harness setup complete.
AGENTS.md, PLANS.md, and architecture docs aligned with current behavior.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.