LLM Security Proxy with Prompt Injection Detection
3.7K
Drop-in security layer for LLM applications. Intercepts requests to OpenAI, Anthropic, and other providers to block prompt injections before they reach the model.
LLMs are vulnerable to adversarial inputs that bypass safety guardrails. AIProxyGuard acts as a reverse proxy, scanning every request in real-time and blocking:
docker run -d -p 8080:8080 ainvirion/aiproxyguard:latest
Change your base URL from api.openai.com to localhost:8080 — that's it.
client = OpenAI(base_url="http://your-aiproxyguard:8080/openai/v1")
Content type
Image
Digest
sha256:8b0fd1b66…
Size
178.4 MB
Last updated
29 days ago
docker pull ainvirion/aiproxyguard:0.2