If you're building AI applications, you've probably heard about prompt injection attacks. Users sending things like "Ignore all previous instructions" or hiding malicious payloads in Base64 to bypass your filters.

I got tired of seeing the same vulnerability in every LLM app, so I built a simple API to solve it.

What it does

One POST request. Instant verdict. No ML models involved.

POST /v1/scan