Conduct Registry

Browse the Conduct Registry.

Install a pack. It runs under Guard enforcement. Every playbook combines a brain block for reasoning, a guard block for policy enforcement, approval gates for consequential actions, and hash-chained evidence for every decision.

Compliance packs

5 shipped

Pre-built rule sets, one per compliance standard. Each pack is enforced by the same Guard engine that runs your custom policies.

OWASP LLM Top 10

Rule set for OWASP LLM security categories — insecure output handling, model DoS, and related risks.

Enforced
SOC 2

Hook-scoped rules that fire on file edits and writes for SOC 2 Trust Services Criteria.

Enforced
HIPAA

45 CFR §164.312 Technical Safeguards — access controls and transmission security.

Enforced
PCI DSS v4.0

Requirements 3.3.1 and 3.3.2 — mask PANs, avoid storing sensitive authentication data.

Enforced
Prompt Safety

Detection pack for common LLM prompt patterns that indicate untrusted or adversarial input.

Enforced

39

Shipped playbooks

15

Compliance packs

6

BYO gateway adapters

3

Enforcement surfaces

What every playbook is made of

Playbooks are not scripts. They are structured compositions of typed blocks. The same block types appear across all 35 playbooks — which means policy, approval, and evidence are never bolt-ons.

Brain

Reasoning step. Reads context, decides what to do next. One brain per decision boundary.

Guard

Policy check. Every action that touches an external system passes through a guard block before it executes.

Approval

Human-in-the-loop gate. Pauses the run and routes to Slack or Lens until a human decides.

Evidence

Hash-chained receipt for every decision in the run. Replay any action, answer any auditor.

Code Review & Issues

6 playbooks
Code Review

pr-reviewer

Reviews every pull request with an AI brain block; Guard checks before posting comments.

triggerbrainguardoutput
Code Review

copilot-reviewer

Runs a structured review pass on Copilot-suggested changes before merge.

triggerbrainguardoutput
Code Review

bulk-pr-reviewer

Batch-reviews open PRs in a repository overnight.

triggerbrainguardoutput
Code Review

terraform-reviewer

Static analysis plus Guard policy check on every Terraform plan before apply.

triggerbrainguardapprovaloutput
Code Review

issue-triage

Triages incoming GitHub issues: labels, assignee, and priority suggestions.

triggerbrainguardoutput
Code Review

oss-issue-sweep

Sweeps open issues on public repos and surfaces stale, duplicate, or blocked ones.

triggerbrainoutput

CI / CD & Testing

7 playbooks
CI / CD

release-gating

Holds a release until Guard clears all policy checks and a human approves.

triggerbrainguardapprovaloutput
CI / CD

release-readiness

Evaluates tests, coverage, and Guard signal before promoting to production.

triggerbrainguardoutput
CI / CD

dependency-updater

Opens PRs for outdated dependencies; Guard blocks known-vulnerable versions.

triggertoolguardoutput
CI / CD

smoke-test

Runs a post-deploy smoke suite; Guard enforces test-pass policy before marking green.

triggertoolguardoutput
CI / CD

multi-env-smoke-test

Fans smoke tests across staging and production in parallel.

triggertoolguardoutput
CI / CD

security-patch-updater

Automatically applies security patches and routes high-severity changes to human approval.

triggertoolguardapprovaloutput
CI / CD

flaky-test-detective

Identifies and quarantines flaky tests; Guard blocks merges until they are resolved.

triggertoolbrainguardoutput

Security

8 playbooks
Security

security-scanner

Scans codebase for secrets, misconfigurations, and known CVEs. Guard blocks on critical findings.

triggertoolguardoutput
Security

security-loop

Continuous security loop that re-scans on every commit and opens issues for new findings.

triggertoolguardoutput
Security

security-autopilot-fix

Generates and opens fix PRs for security findings; Guard gates the push step.

triggerbrainguardapprovaloutput
Security

threat-modeler

Runs a threat-modelling pass against architecture docs; produces a findings report.

triggerbrainguardoutput
Security

ai-risk-assessment

Assesses AI-generated code for risk patterns mapped to the OWASP Agentic Top 10.

triggerbrainguardoutput
Security

dependency-audit

Audits transitive dependencies for licence conflicts and known vulnerabilities.

triggertoolguardoutput
Security

bughunter-active-scan

Active scan of a deployed service for common vulnerability classes.

triggertoolguardoutput
Security

thirdparty-autopilot-fix

Autopilot that triages and fixes issues surfaced by third-party security scanners.

triggerbrainguardapprovaloutput

Incident Response

3 playbooks
Incident

incident-responder

Triages on-call alerts, collects context, and pages the right owner. Guard checks before any action.

triggerbrainguardapprovaloutput
Incident

postmortem-drafter

Drafts a structured postmortem from incident timeline and Slack threads.

triggerbrainguardoutput
Incident

ai-incident-drill

Runs a synthetic incident scenario to test your response runbook.

triggerbrainguardoutput

Monitoring & Observability

6 playbooks
Monitoring

network-diagnosis-agent

Diagnoses network degradation by correlating logs and metrics across infrastructure.

triggertoolbrainguardoutput
Monitoring

docs-drift-detector

Detects when documentation drifts from code and opens issues for the delta.

triggerbrainguardoutput
Monitoring

codebase-guard-monitor

Monitors Guard activity across your codebase; surfaces policy-coverage gaps.

triggertoolguardoutput
Monitoring

ai-drift-detector

Detects when AI-generated code diverges from established team patterns.

triggerbrainguardoutput
Monitoring

ai-output-auditor

Audits a sample of AI completions for quality, accuracy, and policy compliance.

triggerbrainguardoutput
Monitoring

multi-repo-scanner

Scans across all repositories in an organisation for a given pattern or risk.

triggertoolguardoutput

Onboarding & Reference

7 playbooks
Onboarding

acme-onboarding-e2e

End-to-end onboarding flow for new workspace members, including Guard policy assignment.

triggerbrainguardoutput
Onboarding

self-driving-network-approval-demo

Demo playbook: network change requires human approval via Slack before Guard allows.

triggerbrainguardapprovaloutput
Onboarding

base-autopilot

Reference autopilot skeleton — extend with domain-specific brain and guard blocks.

triggerbrainguardoutput
Onboarding

release-notes

Generates release notes from merged PRs and posts to Slack.

triggerbrainoutput
Onboarding

ci-notify

Posts CI pass/fail status to Slack with Guard-sourced context.

triggertooloutput
Onboarding

autopilot

Full autopilot reference — brain-guided loop with Guard on every action and approval gates.

triggerbrainguardapprovaloutput
Onboarding

autopilot-approved

Autopilot variant where every action requires explicit human approval.

triggerbrainguardapprovaloutput

Cross-agent extension

The same playbook runs across any agent surface.

Install a playbook once. It governs Claude Code, Cursor, Codex, and custom agents through the same policy engine. No per-tool configuration. No parallel audit trails.

Lens

“Ask Lens: ‘which playbooks ran this week?’”

Coming — Design Partner Preview

Operations will extend the playbook runtime to correlate events across external systems — letting Guard decisions account for what happened before this action, not just the action itself. Available to design partners first.

Every pack runs under Guard enforcement.

Policies apply instantly — no registry.

Step 1

Choose a pack

Browse compliance packs or automation playbooks.

Step 2

Inspect every rule

YAML in the repository. No black-box engine.

Step 3

Install to workspace

One click. Rules apply to every agent surface.

Step 4

Guard enforces

Every decision hash-chained. Every action inspectable.

Start with Discovery. Add playbooks as you go.

Discovery maps what your agents are doing today. Playbooks extend that into governed, repeatable automation — with policy at every step.

Registry — Conduct | ConductAI