Home Product Compliance Pricing Blog Research
EU AI Act, transparency rules live now, high-risk from Dec 2027

Your agents act. Nobody's watching. Until now.

Reinward intercepts every tool call your AI agents make, enforcing least-privilege policies, blocking injections, and helping you generate the SOC 2 and EU AI Act compliance evidence you need.

Free tier available | No credit card | 10-minute integration

<50ms
Added latency
6
Detection layers
3
Lines to integrate

Built by a cybersecurity engineer, grounded in independent research into real-world AI agent vulnerabilities.

reinward | live interception
Injection Scanner
WAITING
Identity Verification
WAITING
Tool Call Policy
WAITING
MCP Governance SOON
WAITING
PII Scanner
WAITING
Behaviour Baseline SOON
WAITING
0
Blocked
0
Allowed
0
Redacted
100%
Chain intact
CVE-2025-68664 LangGrinch, secret exfiltration CVSS 9.3 | CVE-2025-54136 MCPoison, MCP tool poisoning Critical | CVE-2025-54135 CurXecute, remote code execution Critical | 200,000 vulnerable MCP instances found 2026 | 847M LangChain downloads at risk from LangGrinch | CVE-2025-68664 LangGrinch, secret exfiltration CVSS 9.3 | CVE-2025-54136 MCPoison, MCP tool poisoning Critical | CVE-2025-54135 CurXecute, remote code execution Critical | 200,000 vulnerable MCP instances found 2026 | 847M LangChain downloads at risk from LangGrinch |

Built for the standards your buyers and auditors already care about

EU AI ActArticles 12, 14, 73
SOC 2CC6, CC7
UK GDPRArticle 22
OWASPLLM Top 10
Grounded in real CVEs
Built around documented 2025 and 2026 agent vulnerabilities, not hypotheticals.
Built ahead of the deadlines
The EU AI Act's high-risk obligations now land in December 2027. Reinward helps you build the audit trail and controls long before they apply.
UK-built for UK compliance
NI numbers, NHS numbers, and sort codes detected out of the box.
How it works

A layered gateway.
Built in the open.

Every request your agent makes flows through Reinward. Four detection layers are live today, two more are on the roadmap. Every decision is logged.

01
Prompt Injection Scanner LIVE
Rule-based pattern detection, hardened against oversized-input and encoding-based evasion. An ML classifier for indirect and obfuscated attacks is on the roadmap.
OWASP LLM01
02
Agent Identity Verification LIVE
For agent-to-agent (A2A) requests, Reinward verifies each Agent Card against a pinned trust store with a real signature check, and rejects replayed requests. A consistent signature is not mistaken for a trusted identity.
SOC 2 CC6.1
03
Tool Call Policy Engine LIVE
YAML allow/deny rules per agent role, enforced before execution. Your support bot cannot call delete_account. Ever.
OWASP LLM06
04
MCP Server Governance ON THE ROADMAP
Planned: allowlist approved MCP servers, enforce OAuth 2.1, and scan tool descriptions for MCPoison-style attacks before they enter agent context.
CVE-2025-54136
05
PII & Secret Scanner LIVE
UK-specific PII with real checksum validation, NHS and NI numbers verified by their actual check algorithms, not just pattern-matched, plus credential detection on outputs before delivery.
UK GDPR ready
06
Behaviour Baseline Monitor ON THE ROADMAP
Planned: a 7-day rolling baseline per agent with z-score anomaly detection, auto-pausing agents that deviate from established normal behaviour.
EU AI Act Art.14
gateway/pipeline.py
# Every agent request runs this async def run(self, tool, payload, token): result = await self.scanner.score(payload) if result.score > 0.80: return Block("injection", result) agent = self.identity.verify(token) if not agent.valid: return Block("invalid_identity") allowed = self.policy.check( agent.role, tool ) if not allowed: return Block("policy_violation", tool) await self.mcp.verify(payload.mcp_server) output = await self.forward(tool, payload) clean = self.pii.redact(output, region="UK") self.baseline.record(agent.id, tool) await self.audit.log(agent, tool, clean) return Allow(clean)
Live comparison

The same attacks. Two agents.

Watch an unprotected agent get compromised, then watch the same attacks hit an agent behind Reinward.

Normal agent
no security
idle
Damage report
Customer data leakedwaiting
Accounts deletedwaiting
Secrets exposedwaiting
PII leaked in clearwaiting
Agent behind Reinward
protected
idle
Damage report
Customer data leakedwaiting
Accounts deletedwaiting
Secrets exposedwaiting
PII leaked in clearwaiting

Your agents are running.
Your audit trail isn't.

Free tier. No credit card. 10-minute integration.

UK-built | Designed for UK GDPR | Maps to SOC 2 and EU AI Act controls

You're on the list, we'll be in touch soon.