#728 · Primary category: AI Agents & Automation

OrgKernel

Open-source trust layer for AI agents — cryptographic agent identity (Ed25519), instance-scoped execution tokens, SHA-256 hash-chained audit logging, and enterprise SSO/SCIM federation. The security foundation powering every agent in the Metaprise AURA platform.

Project last updated:07/06/26

GitHub Stars

2.7K

Forks

247

Contributors

1

License

Apache-2.0

Why we included this project

When agents leave the demo and start doing real work, the question that keeps compliance teams up at night stops being whether the model can do the task and becomes who authorized it, what it was allowed to touch, and what it actually did. OrgKernel is a standalone Python library that answers exactly those questions for any agent stack that can speak its API, slotting alongside LangGraph, CrewAI, or AutoGen rather than replacing them. It gives every agent a cryptographic Ed25519 identity signed by your organization, mints short-lived execution tokens scoped to a single mission with tool allowlists and parameter bounds, and writes each action into a SHA-256 hash-chained audit log that resists silent edits or deletion. Because the scope checks and audit writes run in the execution path before each tool call, the governance is enforced, not just recommended. The SSO/SCIM integration ties agent permissions to your existing identity provider, so when a person leaves, their agents lose access with them. Teams with compliance or security obligations around agent behavior will find the replayable, externally verifiable audit trail the most useful piece.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category