Setup

Verify the control plane after activation

The point of verification is that it runs where the controls actually run. A passing test suite on someone else’s machine is not evidence about your site.

  • Install & activate
  • 4 min read

Read the readiness score

Readiness is an explainable 100-point score for the whole site or for one agent. It covers compatibility, connection health, permissions, approvals, sessions, audit state, and integration.

Every deduction names what is missing and links to the screen that fixes it. A low score on a fresh install is normal and expected — you have not granted anything yet.

Run runtime verification

Runtime verification re-tests the governance controls on the installed site. It exercises the real behaviour rather than asserting it: that default deny refuses, that a native denial cannot be overridden, that an approval cannot be replayed, that the audit chain verifies, and that emergency mode actually stops a request.

The emergency check pins the mode in memory rather than switching your site, and asserts the stored mode is unchanged when it finishes. Verification must never block real agents to prove a point.

Reading the results

ResultWhat it means
PassThe control was exercised on this site and behaved correctly.
SkipNot applicable here. Fleet governance skips on a single site; observed external authentication skips until a real agent has connected.
FailA control did not behave as documented. Treat this as blocking and do not grant permissions until it is resolved.

An empty Ability registry is not a failure. A fresh site with no registered Abilities has nothing to govern, and verification says so rather than reporting the install as broken.

When to re-run it

  • After any plugin update.
  • After a WordPress or PHP upgrade.
  • After a host migration or a database restore.
  • Before granting an Ability classified as high or critical risk.

Install & activate

Keep the boundary while you fix the problem.

A good fix restores intended behaviour without creating a second path around WordPress or the governed request lifecycle.