How checks work¶
Every governance check follows the same pipeline.
The check pipeline¶
- Fetch — HTTPS request to the expected file location
- Parse — content parsed per specification
- Validate — each field checked against the standard
- Identify issues — classified as fail (−25), warn (−10), or info (−2)
- Score — 100 minus weighted penalties
- Propose fix — corrected version generated where possible
- Store — results saved as a run in audit history
Check outcomes¶
| Score | Outcome | Indicator |
|---|---|---|
| 80–100 | Pass | Green |
| 50–79 | Warn | Amber |
| 0–49 | Fail | Red |
If the file could not be fetched (404, timeout, connection error), the outcome is Not Found with score 0.