Skip to content
Flows
Tier 5 · MCP & tool frameworks MCP & tooling · fetched 2026-07-02

Rulebound

Deterministic guardrails for AI coding agents: policy-as-code that runs the deterministic part of code review (AST checks, regex, diff analysis) against agent plans, diffs, and evidence. Its .rulebound/rules/ and docs/threat-model/ are directly reusable for agent QA.

View source on GitHub

Key takeaways

  • 01

    'Do not trust the agent' - verify plan, diff, and evidence deterministically

  • 02

    Rule files as review gates make agent policy versionable

  • 03

    Ships an actual threat model for agentic coding

Flows built on this research