Run the read-only Validation Engine over finished workbooks (PASS/REVIEW/FAIL verdicts, byte-identical no-write guarantee). Use to audit workbook artifacts or demo the planted-defect catalogue.
Scanned 8/31/2026
Install to Claude Code
npx -y skills add sophonfinance-wq/finance-automation-portfolio --skill validate --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Validate?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/sophonfinance-wq-validate)More formats (shields.io, HTML) on the badges page.
---
name: validate
description: "Run the read-only Validation Engine over finished workbooks (PASS/REVIEW/FAIL verdicts, byte-identical no-write guarantee). Use to audit workbook artifacts or demo the planted-defect catalogue."
---
# Validation Engine (read-only)
Package `validation_engine` in `audit-automation/`.
## Commands (run from `audit-automation/`)
```bash
python run.py # audits the workbook set read-only; prints PASS/REVIEW/FAIL per book
python -m pytest -q # 4,814 tests incl. planted-defect suite
```
## The one rule
This engine NEVER writes — workbooks open `read_only=True` and the suite asserts sha256 byte-identity after a run. Do not bolt a remediation loop onto it; it is the *sensor* other loops use. If asked to "fix" what it finds, route fixes through the producing engine, then re-validate.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!