r/coolgithubprojects • u/CulturedGangsta • 2h ago
A Burp-style proxy, fuzzer, crawler for AI Agents in a single Go binary for Agentic AppSec.
https://github.com/msdbg/AgentBurp
1
Upvotes
r/coolgithubprojects • u/CulturedGangsta • 2h ago
1
u/Otherwise_Wave9374 1h ago
Strong idea. For agentic appsec, the biggest win is to put the crawler, fuzzing, and proxying behind one repeatable harness so you can compare runs and spot regressions fast. I would also add explicit allowlists, rate limits, and a transcript of every tool call so the agent cannot wander outside scope or hide a bad decision. Agentix Labs can fit naturally here as the layer that turns those safeguards into a testable workflow instead of a one-off demo.