Viewing profile — ShawnC21
ShawnC21
HN member- Joined
- Wed, Feb 25, 2026, 7:04 AM UTC
- HN karma
- 0
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About ShawnC21
Recent public activity
-
story
Show HN: ClawZero – execution boundary stops prompt injection exfil in OpenClaw
Most AI agents let the LLM run shell/API/fs with host privileges. Prompt injection = instant RCE. ClawZero adds a deterministic execution boundary between model output and tool exe…
-
comment
Comment #47326270
The prompt injection risk CNCERT is describing is structural.. it's not specific to OpenClaw. Any agent runtime where model output can reach privileged tools without an enforcement…
-
comment
Comment #47324839
I'm Building MVAR: It's a deterministic execution firewall for LLM agents. The core idea: prompt injection becomes dangerous only when model output can trigger privileged execution…
-
comment
Comment #47324733
One clarification: MVAR is not a prompt filter and not a model judge. The enforcement happens at the execution boundary. If model output reaches a critical sink (shell, filesystem,…
-
comment
Comment #47324710
[dead]
- story
-
comment
Comment #47167055
Author here. MVAR is an IFC-based reference monitor for AI agent runtimes. Rather than attempting to detect prompt injection at the model layer, it enforces deterministic policy at…
-
story
Show HN: MVAR – Deterministic sink enforcement for AI agent
Prompt injection is primarily a control problem, not just a filtering problem. Modern AI agents operate with authority — executing tools, accessing credentials, and interacting wit…