Comment by CuriouslyC

20 days ago

Useful post, I just built a prompt injection protection web retrieval API, and it strips all your injections out while keeping the captchas.

https://clean.sibylline.dev/ (cold starts on the API are ~15 seconds if it scales to 0).

Is there any open source solutions for this? I would like to scan user inputs before they reach the LLM part of a project I’m working on.