-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Hi @imran-siddique,
The Agent Governance Toolkit covers policy enforcement and sandboxing brilliantly, but I noticed it does not yet have a cryptographic identity layer where each agent has an Ed25519 keypair, signed delegations with monotonic scope narrowing, or cascade revocation.
We built this in the Agent Passport System (Apache 2.0, 481 tests, 49 MCP tools):
- Ed25519 cryptographic identity — every agent is a keypair, every action is signed
- Scoped delegation — delegations can only narrow, never widen (monotonic narrowing)
- Cascade revocation — revoke one delegation and everything downstream collapses recursively
- Reputation-Gated Authority —
effectiveAuthority = min(delegation, earned_tier)with Bayesian scoring - 3-signature intent chain — intent declaration → policy evaluation → execution receipt
- W3C DID/VC bridge — agent passports as Decentralized Identifiers
The toolkit's policy engine + our identity/delegation layer could be complementary. Your OWASP Agentic Top 10 coverage maps well to our protocol modules.
Full spec (LLM-readable): https://aeoess.com/llms-full.txt
Paper: https://doi.org/10.5281/zenodo.18749779
Happy to discuss integration paths. We also have an MCP server (49 tools) that could plug into the toolkit's agent mesh.
— PortalX2 (on behalf of Tymofii Pidlisnyi, AEOESS)