UNPKG

llmverify

Version:

AI Output Verification Toolkit — Local-first LLM safety, hallucination detection, PII redaction, prompt injection defense, and runtime monitoring. Zero telemetry. OWASP LLM Top 10 aligned.

9 lines (6 loc) 141 B
#!/usr/bin/env node /** * llmverify-serve CLI entry point * Starts the HTTP server for IDE integration */ require('../dist/server.js');