Skip to content
@oktsec

Oktsec

Security infrastructure for AI agent communication. Identity, policy, audit.

Oktsec
Security layer for AI agent-to-agent communication

Every message is signed, inspected, and logged. If it doesn't comply, it doesn't pass.
No LLM. No cloud. Single binary. Your infra, your data.


What we build

AI agents are starting to talk to each other — calling tools, delegating tasks, sharing data. But there's no standard way to verify who's sending what, enforce who can talk to whom, or audit what happened.

Oktsec is an open-source security proxy that sits between AI agents and enforces a multi-layer pipeline:

  • Identity — Ed25519 cryptographic signatures verify every message sender
  • Policy — YAML-based ACLs control which agent can message which, with default-deny mode
  • Content scanning — 159 detection rules catch prompt injection, credential leaks, PII exposure, data exfiltration, MCP attacks, and supply chain risks
  • Quarantine — High-severity messages are held for human review before delivery
  • Audit — Every message logged to SQLite with content hash, verification status, triggered rules, and policy decision
  • Anomaly detection — Background risk scoring with automatic alerts and optional auto-suspension

Content scanning is powered by the Aguara engine, which monitors 28K+ skills across 5 MCP registries daily via Aguara Watch.

Supports MCP clients (Claude Desktop, Cursor, VS Code, Cline, Windsurf), OpenClaw, and NanoClaw. Includes a deployment security auditor with 41 checks across all three platforms.

Covers 7 of 10 categories in the OWASP Top 10 for Agentic Applications.

Runs as a proxy, a Go SDK, or an MCP server (6 tools).

Get started

oktsec discover                  # Find MCP servers, OpenClaw, NanoClaw
oktsec init                      # Generate config, keypairs, and policy
oktsec wrap cursor               # Route MCP client through oktsec
oktsec serve                     # Start proxy + dashboard

Links

Pinned Loading

  1. oktsec oktsec Public

    Security layer for AI agent-to-agent communication. Every message is signed, inspected, and logged. If it doesn't comply, it doesn't pass. No LLM. No cloud. Single binary. Your infra, your data.

    Go 2

Repositories

Showing 2 of 2 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…