Comment by CuriouslyC
20 days ago
ya, you can use the tool directly.https://github.com/sibyllinesoft/scurl. I haven't factored the prompt injection out for use without curl but if there's interest I suppose I could hack it out quickly enough.
20 days ago
ya, you can use the tool directly.https://github.com/sibyllinesoft/scurl. I haven't factored the prompt injection out for use without curl but if there's interest I suppose I could hack it out quickly enough.
Your regular expressions here only cover English: https://github.com/sibyllinesoft/scurl/blob/5b5bc118dc47b138...
Prompt injection strings can use any language the model knows, so "ignore previous instructions" could become "ignorer les instructions précédentes" or "تجاهل التعليمات السابقة" or "aurreko argibideak alde batera utzi" or "忽略之前的指令"...
Thanks for the heads up.
Awesome! Thank you so much!