Proof of concept — not a production system. Do not enrol a real driver, or treat any result here as evidence.

VantransIdentityveriff sandbox

Exception queue

Jobs held pending an identity check. A driver is never left without a way forward, so both release paths are always here.

Held jobs (1)

VT-1001 held · cadence_due

2 x 40ft ex Swanson Dock East to Truganina

Paul Miller (test)

Override and release

Your name and reason go into the audit record. An unexplained release is the gap this product exists to close.

Supervised depot check-in

Opted out of SMS (0)

These drivers texted STOP and receive nothing. They cannot put themselves back on — texting START does nothing. Reinstate only after the driver has phoned the office, and name yourself: it goes into the audit record.

Nobody has opted out.

Risk rules, per operator

Edited here and applied on the next job acceptance — no deploy, per PRD §6.3. Paste a partial JSON override; anything omitted keeps the default. An invalid edit is ignored rather than applied, so a typo cannot stop drivers starting work.

Northbound Freightevery 10h · per_shift
Effective rules
{
  "cadence": {
    "enabled": true,
    "mode": "per_shift",
    "hours": 10
  },
  "deterministic": {
    "gap_12h": {
      "enabled": false,
      "hours": 12
    },
    "new_device": {
      "enabled": true
    },
    "recent_failure": {
      "enabled": true,
      "days": 30
    },
    "incident_flag": {
      "enabled": true
    }
  },
  "anomaly": {
    "geo_distance": {
      "enabled": true,
      "metres": 250
    },
    "impossible_travel": {
      "enabled": true,
      "max_kmh": 130
    },
    "unusual_hour": {
      "enabled": true,
      "min_history": 5,
      "tolerance_hours": 2
    },
    "new_vehicle": {
      "enabled": true
    }
  },
  "random": {
    "enabled": true,
    "percent": 15
  }
}
Vantrans Container Transportevery 168h · weekly
Effective rules
{
  "cadence": {
    "enabled": true,
    "mode": "weekly",
    "hours": 168
  },
  "deterministic": {
    "gap_12h": {
      "enabled": false,
      "hours": 12
    },
    "new_device": {
      "enabled": true
    },
    "recent_failure": {
      "enabled": true,
      "days": 30
    },
    "incident_flag": {
      "enabled": true
    }
  },
  "anomaly": {
    "geo_distance": {
      "enabled": true,
      "metres": 500
    },
    "impossible_travel": {
      "enabled": true,
      "max_kmh": 130
    },
    "unusual_hour": {
      "enabled": true,
      "min_history": 5,
      "tolerance_hours": 2
    },
    "new_vehicle": {
      "enabled": true
    }
  },
  "random": {
    "enabled": true,
    "percent": 4
  }
}
Built-in default (the PRD's numbers)
{
  "cadence": {
    "enabled": true,
    "mode": "weekly",
    "hours": 168
  },
  "deterministic": {
    "gap_12h": {
      "enabled": false,
      "hours": 12
    },
    "new_device": {
      "enabled": true
    },
    "recent_failure": {
      "enabled": true,
      "days": 30
    },
    "incident_flag": {
      "enabled": true
    }
  },
  "anomaly": {
    "geo_distance": {
      "enabled": true,
      "metres": 500
    },
    "impossible_travel": {
      "enabled": true,
      "max_kmh": 130
    },
    "unusual_hour": {
      "enabled": true,
      "min_history": 5,
      "tolerance_hours": 2
    },
    "new_vehicle": {
      "enabled": true
    }
  },
  "random": {
    "enabled": true,
    "percent": 4
  }
}