Every security layer, in depth

Seven capabilities that compose into a complete agent security architecture. Each one is independently valuable. Together, they cover every attack surface.

Open Source

Taint Propagation

Every piece of data carries a trust label. Untrusted data can never drive privileged actions — no matter how many agents process it.

6-level trust taxonomy | Cross-agent propagation | Worst-wins rule | Privileged action enforcement | External label import
Learn more
Team

Agent Communication Bus

The lethal trifecta: ingress + data + egress = exfiltration. The bus ensures no single agent holds all three capabilities.

Lethal trifecta enforcement | HMAC-signed messages | Content classification | Exfiltration blocking | Interaction graph
Learn more
Team

Governed Memory

Agents share a knowledge brain. Each sees only what its data access tiers allow. Same query, different agent, different answer.

Privilege-based context reveal | configurable data tiers | 3D Cortex visualization | Memory poisoning defense | Knowledge compounding
Learn more
Open Source

Identity and Mandates

Every agent gets a cryptographic identity. Every session gets a scoped mandate. Credentials attenuate monotonically.

UCAN delegation | Cascade revocation | Runtime binding | Per-session mandates | OIDC / SCIM federation
Learn more
Team

Pre-Decision Safety

Three independent gates before every consequential action. Workflow drift, data trust, session risk. All three must pass.

3-gate enforcement | Context graphs | Workflow baselines | Drift detection | Session risk accumulation
Learn more
Open Source

Tool Execution Order

Same tools, different order, different security posture. read_db then send_email is exfiltration. Reversed, it's fine.

4 built-in rules | Forbidden + required sequences | Composability analysis | Per-session tracking
Learn more
Open Source

Supply Chain Signing

Ed25519 signatures on every MCP tool manifest. If a tool description changes after approval, the signature fails.

Ed25519 manifests | Description drift detection | Publisher key management | MCP security
Learn more

Every layer works independently. Together, they're complete.