Add one API call before your LLM and block jailbreaks, role hijacking, prompt leaking, and 20+ attack patterns — invisibly, in real time.
Detection is rule-based with deterministic pattern matching — not an LLM, which means no latency overhead and no false positives from prompt context. Novel obfuscation variants are added to the signature library on a rolling basis.
import requests # Screen every user message before your LLM call result = requests.post( "https://injecto.xyz/api/detect", headers={"x-api-key": "inj_your_key_here"}, json={"prompt": user_message} ).json() if not result["safe"]: raise ValueError(f"Blocked: {result['attack_types']}") # Safe — proceed to your LLM
1,000 analyses per month, no card required.
Enter your email to access your API key and usage stats.