rep+ - Your AI security copilot for HTTP requests.
by•
rep+ is a lightweight Chrome DevTools extension inspired by Burp Suite's Repeater, now supercharged with AI. I often need to poke at a few requests without spinning up the full Burp stack, so I built this extension to keep my workflow fast, focused, and intelligent with integrated LLM support.


Replies
Bour, this resonates so much! 🤝 Spinning up the full Burp Suite just to replay a modified request or test a simple IDOR feels like total overkill for 90% of daily debugging.
Having a 'Repeater-like' experience directly inside Chrome DevTools is a huge workflow unlock. I love that you kept it lightweight.
Quick question: regarding the AI security analysis, does it inspect the response body for common patterns (like leaked PII or SQL errors) automatically, or do I need to prompt it for specific checks? Upvoted!
@elevenapril
Thanks a lot, really appreciate the thoughtful feedback 🤝
That “90% overkill” pain is exactly what pushed me to build Rep+ directly in DevTools.
For the AI analysis today, it’s prompt-driven. You explicitly tell it what to look for in the request or response.
That said, there are some deterministic checks already running automatically:
Secret extraction using Kingfisher rules
Automatic extraction of parameters and hidden endpoints from JavaScript files
These run without prompting and help surface low-hanging fruit quickly.
Going forward, I’m planning to add more predefined security prompts / heuristics so common issues in requests and responses (PII exposure, auth issues, error patterns, etc.) are caught more easily and with less manual prompting, especially to help pentesters move faster.
Thanks again for the upvote and the great question 🙌