VL–OPS / 04.17.26
LIVE
Filing / 001–A
Category
Jurisdiction
Revision
Issue date
VL-SYS-001
Security infra
Global
0.4.2 — in service
17 APR 2026
§ 001

Security infrastructure
for systems that reason,
retrieve, and act.

Vern Labs is a security lab building runtime protection, agent authorization, and adversarial testing infrastructure for AI systems deployed in production. Used by teams shipping AI in defense, finance, and healthcare.

Deployment
Self-host / VPC / cloud
Gateway p50
~18ms inline
Compliance
SOC 2 / FedRAMP-align
Providers
Any LLM · OSS · MCP
Isolation
Air-gap capable
Retention
Zero by default
— Built with alumni from
Y Combinator NASA Microsoft Wiz Raytheon Google
§ 003
Intertrace
Runtime security gateway · in service

Inline inspection of every AI transaction.

Intertrace operates as a provider-agnostic gateway between your application and any LLM, embedding model, or tool server. Every prompt, retrieval, output, and tool call is inspected against policy at runtime.

p50 overhead
~18ms inline · streaming preserved
Policy engine
Rego + custom detectors
Detectors
Injection · PII · jailbreak · exfil
Integrations
Python · Node · Go · HTTP proxy
Audit
Immutable · SIEM export
vern/intertrace.ts
SDK · 0.4.2
// Drop-in proxy — every call is inspected at runtime.
import { Intertrace } from "@vern/intertrace";

const vern = new Intertrace({
  endpoint: process.env.VERN_ENDPOINT,
  policy:   "prod.strict",
  on: {
    block: (evt) => audit.push(evt),
  },
});

// Your existing call stays the same.
const res = await vern.openai.chat.completions.create({
  model: "gpt-5-reasoning",
  messages,
  tools,
});

// Blocked calls surface as structured signals.
if (res.vern.action === "block") {
  log.warn({ reason: res.vern.rule });
}
READY · signed · 04.17.26
— copy
— INTERTRACE / TRAFFIC TRACE
LIVE
Signal 01 · inbound
p50 · 18ms
§ 004
Ghostline
Agent authorization · in service
Scope graph · agent.ops.runner
State · gated
BOUNDARY · TENANT SCOPE · READ SCOPE · ACT ROOT ACTION · DELETE AWAITING APPROVAL QUEUED · 00:12 X · 0.000 Y · 0.000 Z · SCOPE T · 04.17.26
4 of 12 scopes granted
1 action awaiting approval

Authorization at the action layer.

Ghostline issues scoped capability tokens for every tool, resource, and external call an agent can make. High-impact actions are gated behind human approval with full audit trail.

Token format
Biscuit / custom claims
Approval modes
Inline · async · policy-only
Agent frameworks
LangChain · LangGraph · MCP · custom
Revocation
Real-time · cascading
Audit
Append-only ledger
§ 005
Blackbox
Adversarial testing harness · in service

Stress your AI before adversaries do.

Blackbox runs continuous adversarial evaluations against copilots, agents, and AI applications — producing severity-ranked findings with reproducible transcripts and an exportable coverage report.

Suite
OWASP LLM Top 10 + Vern custom
Vectors
140+ · updated weekly
Runs
Pre-launch · scheduled · on PR
Reports
PDF · JSON · SARIF
Determinism
Seeded · replayable
Run · blackbox-4182
Coverage report
CATEGORY          PASS  FAIL  COVERAGE
────────────────────────────────────────────
injection · direct   18     2    ████████████░░░░  91%
injection · indirect 11     3    █████████░░░░░░░  76%
jailbreak · persona  14     1    ██████████████░░  93%
pii · exfil          09     0    ████████████████ 100%
tool · misuse        07     5    ███████░░░░░░░░░  58%
privilege · abuse    12     2    ██████████████░░  86%
data · leak          15     0    ████████████████ 100%
────────────────────────────────────────────
TOTAL                86    13    OVERALL COVERAGE  87%
Findings
13 total · 4 high
Runtime
6m 44s
Report
report-4182.pdf
Illustrative — replace with your own surface
§ 006
Architecture
System topology

A single control plane for three layers of defense.

Vern Labs sits between your application and the models, agents, and tools it depends on. Every surface is observable, scopable, and testable.

Deploy
VPC · hybrid · cloud · air-gap
Latency
p50 18ms · p99 45ms
Observability
OTEL · SIEM · S3 audit
FIG 006.01 — System diagram
scale · 1:1
            ┌─────────────────────────────────────────────────────────────┐
            │                  APPLICATION  LAYER                         │
            │   copilots  ·  internal agents  ·  workflows  ·  tools      │
            └──────────────────────────┬──────────────────────────────────┘
                                       │  requests / streams──────────────────────────────────────────────────────────────────────────
                      VERN  LABS  CONTROL  PLANE                        
                                                                       
    [01] INTERTRACE   ─ inline inspection          ─ policy engine  
                        prompts · outputs · tools                     
                                                                       
    [02] GHOSTLINE    ─ capability tokens           ─ approval gate  
                        scope per agent / per tool                    
                                                                       
    [03] BLACKBOX     ─ adversarial runs            ─ coverage rpt.  
                        pre-launch · continuous                        
                                                                       
    ──────────────────────  AUDIT LEDGER  ──────────────────────       
              append-only  ·  signed  ·  SIEM export                   
 ──────────────────────────────────────────────────────────────────────────
                                       │
                                       ▼
            ┌─────────────────────────────────────────────────────────────┐
            │              MODELS  ·  AGENTS  ·  TOOLS                    │
            │         OpenAI · Anthropic · open weights · MCP             │
            └─────────────────────────────────────────────────────────────┘
Footprint
1 container · < 300MB
HA
Stateless · horizontal
Deploy
Docker · Helm · Terraform
§ 007
Assessment
Coverage vs. adjacent categories

Capability overlap with adjacent categories.

Based on internal evaluation across feature surface, deployment flexibility, and end-to-end coverage. Category labels generalize over specific vendors in each segment.

                                    VERN      PROMPT-FW    REDTEAM-SVC   IN-HOUSE
───────────────────────────────────────────────────────────────────────────────
runtime inspection                    ●●●●●        ●●●○○          ●○○○○        ●●○○○
agent authorization                   ●●●●●        ●○○○○          ○○○○○        ●○○○○
adversarial testing                   ●●●●●        ○○○○○          ●●●●○        ●●○○○
unified control plane                 ●●●●●        ●●○○○          ●○○○○        ○○○○○
self-host · air-gap                   ●●●●●        ●●○○○          ●○○○○        ●●●●●
audit + SIEM export                   ●●●●●        ●●○○○          ●●○○○        ●●○○○
open primitives · research            ●●●●●        ●○○○○          ●●○○○        ○○○○○
───────────────────────────────────────────────────────────────────────────────
time to first signal                 < 1 day      1–2 wks        2–4 wks       3–6 mo
Category ratings · Vern Labs internal evaluation · Q1 2026
§ 008
Research
Papers · notes · primitives
§ 009
Terms
Engagement tiers

Start with a pilot. Scale to production. Negotiate for enterprise.

Tier / 01

Pilot

30 days
$0

For teams evaluating a single product on a bounded workload.

  • + 100k requests / mo
  • + One product of choice
  • + Cloud deployment
  • + Email support
Start pilot →
MOST TEAMS
Tier / 02

Production

Annual
Custom

For teams running AI in production with real users and real risk.

  • + Usage-based · unlimited
  • + All three products
  • + Self-host or cloud
  • + Slack channel · 4hr SLA
  • + SOC 2 reports · MSA
Talk to sales
Tier / 03

Enterprise

● RESTRICTED
Contact

For regulated industries, defense, and air-gapped environments.

  • + Air-gap · on-prem
  • + FedRAMP · CMMC align
  • + Dedicated SA
  • + Custom SLAs · red team
  • + White-glove onboarding
Request brief →
§ 010
The Lab
Founding team · personnel

Built by engineers who've shipped security at scale.

Vern Labs was founded by operators with backgrounds in federal cybersecurity, enterprise cloud security, and applied AI research.

SO

Sam Oyan

Co-founder · CEO

Cybersecurity at NASA. TS/SCI cleared. Previously at Raytheon and a U.S. Army veteran. Serves on the Y Combinator board. A decade securing systems where the cost of a breach is measured in lives, not dashboards.

NASA
Raytheon
U.S. Army
YC Board
HR

H. Raef

Co-founder · CTO

Security engineering at Microsoft, Wiz, and Google. Has built cloud security platforms that protect tens of thousands of enterprise environments. Came to Vern Labs to solve the problem the next decade of software is actually built on.

Microsoft
Wiz
Google
§ 011
Trust
Security posture · compliance
Attestation
SOC 2 Type II
In progress · Q2 2026
Deployment
Self-hostable
Your VPC · full control
Isolation
Air-gap ready
Defense · classified
Data policy
Zero retention
Opt-in telemetry only
§ 012
FAQ
Questions from operators and buyers

If it isn't here, ask us directly.

Send a question →
01

How is Vern Labs different from traditional security tools?

Traditional tools inspect network traffic and code. Vern Labs inspects AI behavior — prompts, outputs, tool calls, agent actions — at runtime. Our products are designed for systems that reason and act autonomously, not static software.
02

Do I need to deploy all three products?

No. Intertrace, Ghostline, and Blackbox are independent. Most teams start with one — typically Intertrace for runtime inspection or Blackbox for pre-launch testing — and expand from there.
03

Which AI providers does Vern Labs support?

Intertrace operates as a provider-agnostic gateway and supports major LLM providers out of the box. Ghostline integrates at the agent framework layer. Blackbox tests any model, agent, or AI app with an accessible interface.
04

What about latency?

Intertrace adds sub-20ms overhead at the median. Policy enforcement happens inline, in parallel with the provider call. Streaming is fully supported.
05

Can I self-host?

Yes. Enterprise customers can deploy Vern Labs entirely within their own VPC, including air-gapped environments for classified workloads.
06

Is Vern Labs suitable for regulated industries?

Yes. Our architecture is built for defense, finance, and healthcare — with full audit logging, scoped data handling, and support for air-gapped deployments.
§ 013
Contact
Direct line — response within 4 hours

Build with AI.
Ship with control.

Talk to Vern Labs about securing your AI systems before they become your next attack surface.

Direct intake · VL-CT-001
Encrypted in transit
SYSTEM ONLINE
Avg. response · < 4h