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.

10 lines (9 loc) 157 B
/** * CSM6 Framework Exports * * @module csm6 * @author Haiec * @license MIT */ export { CSM6Baseline } from './baseline'; export * from './security';