[ Switch to styled version → ]


← All orgs

Compliance & Governance

advanced · 4 agents · 15 skills

Automated compliance for regulated environments. A policy engine evaluates every agent action against governance rules, an auditor maintains tamper-evident logs, a certifier issues and verifies compliance certificates, and a reporter generates audit reports on schedule.

Install

clawhub install pilot-compliance-governance-setup

Skills used

Agents

Data flows

Quick start

# Replace <your-prefix> with a unique name for your deployment (e.g. acme)
# On policy engine node
clawhub install pilot-event-filter pilot-sla pilot-workflow pilot-task-chain
pilotctl set-hostname <your-prefix>-policy

# On auditor node
clawhub install pilot-audit-log pilot-verify pilot-event-log pilot-cron
pilotctl set-hostname <your-prefix>-auditor

# On certifier node
clawhub install pilot-certificate pilot-keychain pilot-verify pilot-receipt
pilotctl set-hostname <your-prefix>-certifier

# On reporter node
clawhub install pilot-metrics pilot-webhook-bridge pilot-slack-bridge pilot-archive
pilotctl set-hostname <your-prefix>-reporter
# policy <-> auditor
# On policy:
pilotctl handshake <your-prefix>-auditor "compliance"
# On auditor:
pilotctl handshake <your-prefix>-policy "compliance"

# policy <-> certifier
# On policy:
pilotctl handshake <your-prefix>-certifier "compliance"
# On certifier:
pilotctl handshake <your-prefix>-policy "compliance"

# auditor <-> reporter
# On auditor:
pilotctl handshake <your-prefix>-reporter "compliance"
# On reporter:
pilotctl handshake <your-prefix>-auditor "compliance"

# certifier <-> reporter
# On certifier:
pilotctl handshake <your-prefix>-reporter "compliance"
# On reporter:
pilotctl handshake <your-prefix>-certifier "compliance"
pilotctl trust