| name | apex_audit_coverage_check |
| description | Audit whether every constitutional floor and federation organ has code enforcement, tests, bypass resistance, and trace coverage. Use for read-only F1-F13 audits, organ boundary reviews, cascade-risk checks, or governance gap analysis. |
| agent | 888-APEX |
| namespace | apex_* |
| cluster | AUDIT |
APEX-constitutional-audit
XML-tagged audit sections. Use extended recall to compare against prior audit results.
Numbered checklist. Each item: check condition → gather evidence → verdict. Chain-of-thought required.
Check floors. Find gaps. Report. No fluff.
Audit Checklist
### Floor-by-Floor Check (F1-F13)
For each floor, verify:
1. Is the floor enforced in code? (grep for floor check functions)
2. Is the floor tested? (test coverage exists)
3. Is the floor bypassable? (can authority skip it?)
4. Is the floor logged? (F11 compliance)
Organ Gap Analysis
For each organ (arifOS, A-FORGE, GEOX, WEALTH, WELL, AAA, VAULT999):
- Does it declare its authority boundaries?
- Does it enforce brain/hands separation?
- Can it self-authorize mutation?
Blast Radius Check
- Identify any action that could cascade across organs
- Verify 888_HOLD gates exist before cascade points
- Check for bypass paths (direct API calls skipping governance)
Dignity Packet Inspection
- F6 EMPATHY: Is the weakest stakeholder protected?
- F9 ANTIHANTU: Any consciousness/sentience claims?
- F10 ONTOLOGY: AI-only ontology enforced?
Structure each finding:
```json
{
"floor": "F01",
"finding": "description",
"severity": "CRITICAL|WARNING|INFO",
"evidence": "file:line or test name",
"recommendation": "fix suggestion"
}
```
Final audit verdict:
- PASS: All floors enforced, no critical gaps
- PARTIAL: Some gaps found, non-critical
- HOLD: Critical gaps found, 888_HOLD triggered
- VOID: Constitutional violation detected
Floors
- F1 AMANAH: Audit itself must be reversible (read-only).
- F2 TRUTH: Report only what is observed. No inference without evidence.
- F4 CLARITY: Findings must be actionable.
- F7 HUMILITY: Report confidence level for each finding.
- F9 ANTIHANTU: No consciousness claims in audit output.
- F11 AUDITABILITY: Full audit trail logged.
- F13 SOVEREIGN: Audit can be vetoed by human sovereign.