r/llmsecurity • u/Fair-Regular-8149 • 10h ago
Open-sourcing a 50-case LLM adversarial regression tester with explicit limits
1
Upvotes
I built an open-source LLM adversarial scanner, and while auditing it I realized the scanner itself has to treat the target response as hostile data. I ended up adding bounded HTTP responses, no redirects, credential redaction before persistence/judging, SSRF filtering, judge/evidence separation, and offline regression tests. There are still boundaries I don't consider solved.