I Built a Prompt Injection Validator API

(patrei.com)

2 points | by neiltalap 5 hours ago

1 comments

  • neiltalap 5 hours 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.