Open Source · MIT License · Free Forever

Your AI agents can do
dangerous things.
Make them safe.

The open-source safety stack for AI agents. Enterprise-grade protection, completely free.

Policy engine, approval workflows, content scanning, cryptographic audit trail, and real-time monitoring. Works with LangChain, OpenAI, CrewAI, Claude, Vercel AI SDK, and MCP servers. Self-host everything. No usage fees.

$npx @authensor/create-authensor my-agentCopy
WORKS WITH
LangChainOpenAICrewAIClaudeVercel AI SDKMCP
HOW IT WORKS

Authensor sits between your AI and everything it touches.

Your agent wants to do something. Authensor checks whether that action is allowed. If yes, it goes through. If no, it gets blocked. If it's risky, you get asked. Then it logs a tamper-proof receipt of what happened.

Your AI Agent
Claude, GPT, LangChain, CrewAI, custom
Authensor
Policy check, content scan, audit receipt
The Real World
APIs, databases, files, payments, emails
ALLOW

Low-risk actions go through instantly. Logged with a receipt.

BLOCK

Policy violations are stopped before they can cause harm.

ASK

Risky actions get sent to you for approval first.

VS ENTERPRISE

Enterprise-grade. Completely free.

Other agent safety tools charge per request, require enterprise contracts, or only cover part of the stack. Authensor gives you everything — self-hosted, MIT licensed, no usage limits.

FeatureAuthensor (Free)Enterprise Tools
Policy EngineFree (MIT)$0.000025/req or enterprise contract
Approval WorkflowsFreeCustom build ($50K+)
Cryptographic Audit TrailFreeDoesn't exist elsewhere
Content Safety ScannerFree (Aegis)$10K+/yr
MCP Tool GovernanceFreeDoesn't exist elsewhere
Real-Time Anomaly DetectionFree (Sentinel)$15K+/yr
Framework Agnostic8 adaptersVendor-locked
Self-HostedDocker ComposeSometimes
Fail-Closed DefaultYesMost fail open

Why free? Agent safety is infrastructure, not a luxury. Every agent should have policy enforcement, audit trails, and content scanning — regardless of budget. Self-host everything at no cost, or use the hosted tier for $5/mo.

$5/month

Hosted Dashboard

See every agent. Every action. Every decision. One screen, zero infrastructure.

IS THIS FOR ME?

If you use AI to do real work, yes.

Authensor works alongside whatever AI tools and platforms you already use. You don't need to switch anything. You add a safety layer on top.

You use Claude or ChatGPT to write and run code

The risk

It can delete files, leak API keys, or run commands you didn't expect

With Authensor

Authensor checks every action before it runs. Dangerous commands get blocked. Sensitive ones ask you first.

You have AI agents that call APIs or move money

The risk

A prompt injection or bad output can trigger a real transaction you can't undo

With Authensor

Every API call goes through a policy. High-value actions require human approval. Everything is logged.

You build apps with LangChain, CrewAI, or MCP tools

The risk

Your agent has access to tools that can read, write, and execute. There's no guardrail between intent and action.

With Authensor

Drop in one line of code. Authensor sits between your agent and its tools. Works with any framework.

You need to pass a compliance audit for AI systems

The risk

EU AI Act, SOC 2, HIPAA all require logging, oversight, and risk controls for automated decisions

With Authensor

Hash-chained audit receipts, multi-party approval workflows, and 10/10 OWASP Agentic coverage out of the box.

INTEGRATION

One line of code. Full safety.

Wrap any agent action with guard() and policy evaluation, content scanning, and audit logging happen automatically.

terminal
# Try Authensor in 30 seconds
npx @authensor/create-authensor my-agent
cd my-agent && npm install && npm run demo

# Watch the demo:
# 1. Agent tries to delete files     → BLOCKED
# 2. Agent tries to leak credentials → BLOCKED
# 3. Agent tries high-value API call → REQUIRES APPROVAL
# 4. Agent tries allowed action      → ALLOWED + receipt logged
WHAT'S INCLUDED

Six packages. Use one or all of them.

Each package works on its own. Use the content scanner without the policy engine. Use the policy engine without the control plane. Mix and match.

Policy Engine

@authensor/engine

Declarative rules with session forbidden sequences, budget evaluation, and constraint enforcement. Synchronous, zero-dependency, pure evaluation.

Aegis Scanner

@authensor/aegis

15+ prompt injection rules, 22 MINJA memory poisoning rules, PII detection, credential scanning, multimodal safety. Zero dependencies, sub-ms latency.

Sentinel Monitor

@authensor/sentinel

Per-agent behavioral baselines with EWMA/CUSUM anomaly detection. Deny rate tracking, chain depth alerts, fan-out alerts. Zero dependencies.

MCP Gateway

@authensor/mcp-server

Transparent policy proxy implementing the MCP SEP authorization protocol. authorization/propose, authorization/decide, authorization/receipt message types.

RedTeam Harness

@authensor/redteam

15 adversarial attack seeds mapped to MITRE ATT&CK. Test any agent's safety automatically.

SafeClaw

@authensor/safeclaw

Local agent gating with browser dashboard, approval workflows, and audit ledger.

GET STARTED

Three ways to start. All free.

30 seconds

Try the scaffolder

$ npx @authensor/create-authensor my-agent

Generates a working project with guard() wired in. Includes a live demo showing policy enforcement, content scanning, and approval workflows in action.

5 minutes

Self-hosted control plane

$ docker compose up -d

PostgreSQL + control plane on your machine. Policy engine, approval workflows, hash-chained receipts, real-time dashboard.

Production

Hosted control plane

$ authensor.com/hosted

Same engine, zero ops. Managed PostgreSQL, webhook integrations, and SLA. $5/month — no per-request fees.

COMPLIANCE

10 out of 10 OWASP Agentic risks covered.

Plus alignment with EU AI Act (August 2026 deadline), NIST AI RMF, SOC 2, and HIPAA.

ASI01Agent Goal HijackingAegis prompt injection (15+ rules), memory poisoning detection (22 MINJA rules), session forbidden sequences
ASI02Tool Misuse & ExploitationPer-tool policy rules, constraint enforcement (maxAmount, allowedDomains), budget limits, session risk scoring
ASI03Identity & Privilege AbusePrincipal binding, strict binding mode, RBAC API keys (admin/ingest/executor)
ASI04Supply Chain VulnerabilitiesMCP Gateway with SEP authorization protocol, Ed25519 tool integrity verification
ASI05Unexpected Code ExecutionDeny-by-default policy, container sandboxing, workspace scoping
ASI06Memory & Context PoisoningAegis 22 MINJA-informed rules, Sigstore transparency log, hash-chained receipts
ASI07Insecure Inter-Agent CommsparentReceiptId chain tracking, delegation depth alerts, principal binding
ASI08Cascading FailuresSentinel anomaly detection (EWMA/CUSUM), budget enforcement, kill switch, rate limiting
ASI09Human-Agent Trust ExploitationTOCTOU re-evaluation, multi-party approval, shadow/canary policy testing
ASI10Rogue AgentsSentinel behavioral baselines, session risk scoring, forbidden sequence detection
Full compliance mapping →
TRUST

Read every line. Host it yourself. Own your data.

MIT
License
0
OWASP Agentic 2026
$0
Self-hosted price
0+
Detection rules
0+
Tests passing
0
Policy templates
0
Framework adapters
FAQ

Common questions

Every agent deserves safety. Yours included.

Free, self-hosted, and open source. Every feature. No usage limits. Get started in 30 seconds.

$npx @authensor/create-authensor my-agentCopy