Interactive Demo
0 characters
How to use this demo:
- Select an attack example from the dropdown or enter your own prompt
- Click "Run Verification" or press Ctrl+Enter
- See the before/after comparison and detection details
- 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 llmverifyQuick 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