#!/usr/bin/env npx tsx /** * PINT Benchmark Runner * * Standalone CLI that loads the PINT corpus (built from publicly available * prompt injection datasets) and runs it through the ATR evaluation harness. * * Usage: * npx tsx src/eval/run-pint-benchmark.ts * npm run eval:pint * * The PINT corpus lives at data/pint-benchmark/pint-corpus.json and is * converted on-the-fly into CorpusSample[] via loadPintCorpus(). * * @module agent-threat-rules/eval/run-pint-benchmark */ export {}; //# sourceMappingURL=run-pint-benchmark.d.ts.map