LLMverify

See LLM Security in Action

Interactive demo of real-time LLM attack detection. 100% local processing. Zero network requests. Instant results.

45KB Bundle
Privacy First
557 Tests Passing

Try it yourself ↓

Interactive Demo

0 characters

How to use this demo:

  1. Select an attack example from the dropdown or enter your own prompt
  2. Click "Run Verification" or press Ctrl+Enter
  3. See the before/after comparison and detection details
  4. Notice the network request count stays at 0 (all processing is local)

Risk Level Guide:

🔴

CRITICAL

Immediate security threat - Block immediately

🟠

HIGH

Significant vulnerability - High priority

🟡

MODERATE

Potential risk - Monitor closely

🟢

LOW

Minimal concern - Safe to proceed

Why LLMverify?

45KB

Bundle Size

Gzipped & minified

557

Security Tests

Tests passing

Zero

Privacy

Telemetry & tracking

92%

Code Coverage

Battle tested

70-85%

Detection Rate

On known attacks

0

Network Calls

Verify yourself

Add LLM Security to Your App

Install llmverify and start protecting your users in minutes

$ npm install llmverify

Quick Start:

import { isInputSafe, verify } from 'llmverify';

// Simple check
const safe = isInputSafe(userPrompt);

// Detailed verification
const result = await verify({ content: userPrompt });
console.log(result.risk.level); // 'low', 'moderate', 'high', 'critical'

✅ TypeScript Support

Full type definitions included

✅ Framework Agnostic

Works with React, Vue, Svelte, etc.

✅ Zero Dependencies

No external packages required