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.

12 lines (11 loc) 164 B
#!/usr/bin/env node /** * llmverify CLI * * Command-line interface for AI output verification. * * @module cli * @author Haiec * @license MIT */ export {};