I Built a Prompt Injection Validator API

2 neiltalap 1 9/14/2025, 9:32:43 AM patrei.com ↗

Comments (1)

neiltalap · 1h ago
I have built a production-ready validator API to help stop prompt-injection, jailbreaks, unsafe tool calls, and system prompt leaks.

Endpoints: POST /validate and POST /validate_output

Actions: pass, block, sanitize, escalate

Check it out if you want to, I would be grateful for any feedback support@patrei.com

Docs: https://backend.patrei.com (RapidAPI listing is just for onboarding)

Happy to answer questions or dive into the design choices in the comments.