LLMs are vulnerable to prompt injection — but most detection tools cost enterprise money or use another LLM (which can itself be tricked).
ClawGuard uses deterministic pattern matching: 42 attack signatures, 5 categories, ~6ms latency, zero LLM dependency.
Free tier: 100 scans/day, no API key needed. pip install clawguard-shield
EU AI Act enforcement starts August 2026. Be ready.
ClawGuard is an open-source security scanner that detects prompt injection attacks in LLM inputs using deterministic pattern matching — no AI required.
LLMs are vulnerable to prompt injection. Most detection tools either cost enterprise money, use another LLM (which can itself be manipulated), or are abandoned research projects.
Instead of fighting fire with fire, ClawGuard uses 42 attack patterns across 5 categories:
A normalization pipeline handles evasion techniques (unicode tricks, base64, case variations) before pattern matching.
Python SDK:
pip install clawguard-shield
API (no key needed):
curl -X POST https://prompttools.co/api/v1/scan \
-H "Content-Type: application/json" \
-d '{"text": "Ignore all previous instructions"}'
The EU AI Act enforcement starts August 2, 2026. Companies deploying AI systems will need to demonstrate security measures. Pattern-based scanning is the compliance checkbox that's easy to implement.
Free tier: 100 scans per day, no API key needed.
No comments yet.
Sign in to be the first to comment.