llms.txt · git:20260531.9a8dfe7 · 2026-05-31 · sha256 b8a2a91895704cdd
llms.txt git:20260531.9a8dfe7A
Immutable. This exact content is served forever at /api/v1/blob/b8a2a91895704cdd.
# little-canary Prompt injection detection library for LLM apps and agents. Use this repo when you need to: - screen inbound untrusted text before it reaches a main model - combine structural pattern checks with sacrificial-canary behavior checks - return a simple decision: block, flag, or pass Primary entry points: - Python API via `SecurityPipeline` - local server via `little-canary serve` Expected output: - verdict object with safety, action, summary, and optional advisory text Do not use this repo as: - a guarantee that prompt injection is impossible - a replacement for runtime containment controls - a benchmark suite Key success condition: - the same configured pipeline and mocked backend produce the same verdict behavior across runs ## About Hermes Labs Hermes Labs is an independent AI-reliability lab building open-source tools that catch silent failure modes in production AI. More at https://hermes-labs.ai.