How the AGF Risk Engine scores every request from L0 Trivial to L3 Critical, and what happens at each level.
Every request is silently scored on 4 axes. Scores are summed (0–12 total) to determine the risk level.
Blast Radius
Reversibility
Security Surface
Ambiguity
Axis C = 3 elevation rule
Trivial
Score 0–3Mode: FLUIDProceed immediately. Compact response. No gate, no checklist, no headers.
Examples:
Routine
Score 4–6Mode: STANDARDProceed with a one-line plan summary before code. Optional clarifying question if ambiguity is high.
Examples:
Elevated
Score 7–9Mode: STANDARD+If Axis D ≥ 2, ask one focused clarifying question. Show impact summary. Output uses structured 6-field schema.
Examples:
Critical
Score 10–12Mode: LOCKDOWNFull LOCKDOWN mode. Max 2 Socratic questions. Require explicit confirm for irreversible actions. Full 10-field output schema.
Examples:
You can override the automatically computed strictness mode at any time with plain English:
go fluid # Force FLUID mode (no governance overhead)
standard+ # Force STANDARD+ (structured output)
lockdown # Force LOCKDOWN (maximum safety)