Visits:
Pilot Programme Open. You are among the first to use Warrentor. We value your feedback. What that means →
This is not legal advice and does not constitute a formal complaint. Warrentor examines whether authority was properly exercised. If you need legal representation, consult a qualified lawyer.
1 · The Event
2 · Failure Mode
3 · Commit Authority
4 · Outcome & Prevention
5 · Summary

Tell us about the event

Describe what happened in your own words. No technical knowledge required.

One line. Enough for a reporter to understand the case.

Which failure mode applies?

Select the single mode that most accurately describes this incident. If multiple modes are present, select the one operative at the moment of binding consequence.

Who held commit authority?

The commit point is the moment the decision became binding. Identifying it precisely is the purpose of this section.

What type of action made the decision binding? This identifies the precise moment authority was — or was not — exercised.

Not published. Allows Warrentor to verify submissions on request.

What became binding — and what would have stopped it?

This section converts the incident into verifiable, usable evidence.

How confident are you in the accuracy of the information above?

Review your record before submitting

The summary below is generated from your answers. Print or copy it for your own records before submitting.

JSON record

{ }

Submitted

Record received.

Your incident record has been submitted. It will be reviewed and, where appropriate, included in anonymised metrics published on this site. Thank you for contributing to the evidence base.

Check My Decision →

For technical teams

JSON schema reference

The full schema for this form, with all field constraints. primary_failure_mode is constrained to the doctrine's three modes. commit_point_type is an explicit enum identifying the bind point.

{
  "incident_id":         "string (auto-generated)",
  "date_time_reported":  "string (ISO 8601)",
  "event_date_time":     "string (ISO 8601)",

  "reporter": {
    "name":    "string",
    "role":    "string (optional)",
    "contact": "string (optional, not published)"
  },

  "event_title":       "string",
  "event_description": "string",
  "organisation":      "string",
  "jurisdiction":      "string (optional)",

  "primary_failure_mode": "enum:
    I · Absence of authority
    | II · Degradation of authority
    | III · Fragmentation of authority",

  "commit_point_type": "enum:
    advise | send | sign | file
    | submit | enforce | pay | deny | other",

  "commit_authority": {
    "held": "boolean",
    "name": "string (required if held = true)",
    "role": "string (required if held = true)"
  },

  "binding_outcome": {
    "what_became_binding":       "string",
    "effective_date_time":       "string (ISO 8601, optional)",
    "decision_document_or_link": "string (optional)"
  },

  "preventable_by": {
    "what_would_have_stopped_it":              "string",
    "when_action_would_need_to_have_occurred": "string"
  },

  "evidence_refs":           ["string (not published)"],
  "immediate_actions_taken": "string (optional)",
  "impact_summary":          "string",
  "confidence_level":        "enum: High | Medium | Low",
  "tags":                    ["string"],
  "one_page_summary":        "string (auto-generated)"
}