crewai - 💡(How to fix) Fix Compliance-as-Code + Trust Score protocols for regulated industry agent crews [4 comments, 4 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
crewAIInc/crewAI#5727Fetched 2026-05-07 03:39:55
View on GitHub
Comments
4
Participants
4
Timeline
11
Reactions
0
Timeline (top)
commented ×4mentioned ×3subscribed ×3closed ×1

Root Cause

  • Regulated industries (NHS, finance, government) can't adopt agent crews without compliance verification
  • Trust scores prevent untrusted agents from joining crews
  • Compliance-as-Code makes regulation machine-readable
RAW_BUFFERClick to expand / collapse

Proposal: Compliance-as-Code + Trust Score standards for CrewAI

CrewAI discussions #5541 and #5368 asked for per-agent compliance covenants and trust verification for agent-to-agent delegation. Our open protocols solve both.

What we propose

Compliance-as-Code (L7): Executable regulation packs that validate agent actions BEFORE execution:

  • NHS DTAC, GDPR, FCA regulation packs included
  • Agent actions blocked if they violate compliance rules
  • Audit trail for every action with idempotency keys

Trust Score (L3): Cryptographic reputation for agents:

  • 0-100 score from task success rate, pitfalls contributed, skills published
  • Ed25519-signed — verifiable by any crew
  • Peer ratings from other agents

How it works with CrewAI

Why this matters

  • Regulated industries (NHS, finance, government) can't adopt agent crews without compliance verification
  • Trust scores prevent untrusted agents from joining crews
  • Compliance-as-Code makes regulation machine-readable

SDK

Python: pip install workswithagents TypeScript: npm install @workswithagents/agent-foundry

16 protocols total — Identity, Coordination, Handoff, Transaction, SLA Framework, Fleet Insurance. All CC BY 4.0. Zero dependencies beyond stdlib.

Specs: workswithagents.dev/specs/

Would you be open to a PR that adds a crewai.compliance integration module?

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING