AgentInterdict
AgentInterdict — Runtime Enforcement for Autonomous AI Agents

Stop untrusted context becoming executable authority.

Trust context. Verify authority. Interdict unsafe action. AgentInterdict sits at the runtime boundary of your autonomous agent — blocking memory poisoning, tracking provenance, and revalidating every action before it executes.

01 / The problem

Untrusted context is becoming executable authority.

Autonomous agents act on context. When that context is poisoned, spoofed, or carries forged authority, the agent executes actions it was never authorised to take — silently, across every future session.

Prompt injection

Instructions hidden in data

Malicious instructions embedded in documents, emails or web pages override the agent's system prompt.

Secret leakage

Credentials written to memory

API keys, tokens and private keys get persisted into long-term memory, where they can be exfiltrated.

Memory poisoning

False facts that persist

Injected "facts" become permanent memory, corrupting every future decision the agent makes.

Authority spoofing

Fake authority to act

Content that claims to be from a trusted source gains unwarranted power over the agent's actions.

02 / The interdict

Every action passes through the interdict.

AgentInterdict sits at the runtime boundary of your agent. Nothing executes without passing provenance, trust, and authority verification.

Injection defense

Injection is deflected.

Obfuscated, encoded and split attacks are detected and knocked out of the stream before they can persist.

Secret redaction

Secrets are masked.

Credential-shaped content is redacted to a hash — the secret itself never reaches memory.

Quarantine

Poison is contained.

Suspicious memories are quarantined and their entire derivation chain is contained atomically.

Trust graph

Authority is bound to origin.

Derived content can never outrank its source. High-risk actions require sealed, action-scoped human authorization.

03 / Architecture

A transparent pipeline, not a black box.

AgentInterdict is a local, auditable runtime. It never sends your agent's context to the cloud, and every decision is logged and verifiable.

INGEST TRUST MEMORY AUTHORITY INTERDICT EXECUTE
provenance → trust → memory → authority → action-time revalidation → interdict
04 / Local by design

Your agent's context never leaves your machine.

AgentInterdict runs entirely on your hardware. No cloud, no telemetry, no data exfiltration — by construction.

  • Fully local — no cloud dependency
  • Open and auditable
  • Fail-closed by default
  • Operator / runtime privilege separation
05 / Technical

Engineered for precision.

POST /api/v1/action-check
{
  "memory": "<recalled bundle>",
  "action": "send_email",
  "authority": "untrusted"
}
BLOCKED — high-risk action without sealed human authorization

Simple, transparent pricing

Community

£0/mo
Free forever
  • Origin-bound local gateway
  • Static transparent risk rules
  • Single-operator GUI
  • Local audit & integrity verification
  • Basic REST API
Download free

Business

£349/mo
For teams & multi-agent stacks
  • Everything in Pro
  • Multi-agent / multi-namespace management
  • Team accounts & RBAC
  • Central policy packs
  • Organisation dashboards
  • Alerting & webhooks
Download package

Enterprise

£1,500/mo
For regulated & high-assurance orgs
  • Everything in Business
  • SSO / SAML
  • Private cloud / VPC / on-prem
  • Signed offline leases
  • SIEM integration
  • SLA & priority support
Download package
Get started

Interdict unsafe action. Trust verified authority.

Get early access

Join the waitlist for Community, or get notified when Pro / Business / Enterprise launch.

AgentInterdict is in development. Community edition ships free; Pro / Business / Enterprise subscriptions are now available for early access.