Live data from Hacker News

Viewing profile — ShawnC21

ShawnC21

HN member
Joined
Wed, Feb 25, 2026, 7:04 AM UTC
HN karma
0
Public activity
8 items

About ShawnC21

Builder. Working on AI agent security infrastructure. https://mvar.io

Recent public activity

  1. 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…

  2. 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…

  3. 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…

  4. 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,…

  5. comment
  6. story
  7. 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…

  8. 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…