Skip to content

wiserautomation/SupraWall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

SupraWall Logo

SupraWall

The deterministic security layer for AI agents.

License Status


Your AI agent will go rogue. SupraWall makes sure it can't.

SupraWall intercepting a dangerous tool call

What We're Building

AI agents execute tool calls autonomously. They can delete databases, leak credentials, exfiltrate PII, generate unbounded costs, and fail EU AI Act audits — all without any human knowing until after the damage is done.

SupraWall intercepts every tool call before it executes. Not probabilistically. Not after the fact. Deterministically, at the boundary, in under 2ms.

One line of code:

secured_agent = secure_agent(agent, api_key="ag_your_key")
# Every tool call is now policy-checked, vault-protected, and audit-logged.

Two layers. Seven threats. One SDK.

  • 🧠 AI Semantic Layer — LLM-powered contextual threat detection (Cloud only)
  • 🔐 Vault — agents never see real credentials (JIT injection)
  • 💸 Hard budget caps — deterministic spend limits with circuit breakers
  • 🚫 Policy engine — ALLOW / DENY / REQUIRE_APPROVAL per tool
  • 🧹 PII Shield — scrubs sensitive data before execution
  • 📋 Audit Trail — RSA-signed, EU AI Act Article 9/13/14 ready
  • 🛡️ Injection Shield — blocks prompt injection at the runtime boundary

Two-Layer Architecture

SupraWall employs a defense-in-depth strategy:

  1. Layer 1: Deterministic Engine (<2ms) — Catches known patterns (SQLi, XSS, Prompt Injection) with zero false negatives. Available in all tiers.
  2. Layer 2: AI Semantic Analysis — Analyzes context, behavioral anomalies, and cross-tool attack sequences. Available on Cloud Team+ tiers.

Supports: LangChain, CrewAI, AutoGen, Vercel AI · Python, TypeScript, Go, and more.


Status

The codebase is complete and in final review. We are onboarding a small group of design partners before public launch.

We are looking for:

  • Teams building production AI agents in fintech, healthtech, or SaaS
  • Engineering leads who need EU AI Act compliance evidence before August 2026
  • Developers who want early access and are willing to give honest feedback

Join the Waitlist

→ Request early access at supra-wall.com/beta

We will onboard in small batches. Early partners get:

  • Free Team tier access during beta ($79/mo value)
  • Direct line to the founding team
  • Input on the roadmap

Full Documentation

The complete README, architecture docs, and integration guides are available at supra-wall.com/docs and in README_FULL.md in this repository.


Releases

No releases published

Packages

 
 
 

Contributors