← Builder Hub

Verification & Safety Gates

Secure agent transactions. Deploy Git commit guards, cryptographic handshakes, and strict preflight assertions to prevent runaway agent modifications.

Why We Enforce Cryptographic and Commit Safety Gates

Commit protection via zehrava-gate

Pre-commit validation hooks audit agent changes before merge, scanning for unauthorized shell command overrides or sensitive key leaks.

Signature validation via avp

Enforcing public key handshakes ensures that incoming webhook requests originate from verified agent keys, stopping route spoofing.

Preflight Assertions via diwan

Verifying endpoints and checking rate budgets before dispatching heavy sessions prevents agents from falling into costly, endless credit-spend loops.

Strict Isolation of Writes

Locking files under the system directories blocks agents from editing core libraries or configuration parameters, preventing critical system corruption.

Pipeline Gates

01

zehrava-gate

Git Commit Security Guard
Status: Waiting
02

avp

Cryptographic Handshake Protocol
Status: Waiting
03

diwan

Preflight Assertion Runner
Status: Waiting
Interactive Audit Suite

zehrava-gate

Git hooks audit agent code modifications before commits are finalized. Validates that write operations do not corrupt critical config structures or import malicious commands.

  • Operation: Pre-commit git diff scan.
  • Target Scope: Block auto-execution of untrusted shell scripts.
  • Integration spoke: cgallic/zehrava-gate.
// Audit results will print here. Click gates to read profiles.