WeSearch

SupraWall – Runtime Policy Enforcement for AI Agents

·8 min read · 0 reactions · 0 comments · 2 views
SupraWall – Runtime Policy Enforcement for AI Agents

The open-source security layer for AI agents. Deterministic guardrails, PII redaction, and EU AI Act compliance in one line of code. - wiserautomation/SupraWall

Original article
GitHub
Read full at GitHub →
Opening excerpt (first ~120 words) tap to expand

SupraWall Stop your AI agent from calling the wrong API. The deterministic firewall for AI agents. One line of code. Open source. Quickstart · How it works · Frameworks · EU AI Act templates · Cloud · Docs Every blocked action becomes a shareable trace. Public proof your agent didn't fire. Get started 60-second smoke test. No LLM, no API keys, no framework — see the policy engine block a destructive call directly: pip install suprawall-sdk from suprawall import LocalPolicyEngine engine = LocalPolicyEngine() # ships with safe defaults — no config verdict = engine.check(tool_name="terminal", args={"command": "rm -rf /"}) print(verdict) # → {'name': 'no-destructive-shell', # 'description': "Shell commands with destructive patterns ...", # ...} That's the same engine that runs inside…

Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from GitHub