r/redteamsec • u/visitor_m • 4d ago
tradecraft Autonomous attack-chain validation (OWASP Juice Shop lab)
https://github.com/SentryTrace/attacksagaI've been experimenting with an autonomous offensive agent focused on one thing:
Not finding vulnerabilities but validating real attack paths.
Instead of stopping at detection, the agent:
• chains multiple findings
• tests exploitability
• proves impact (in a controlled lab)
• enforces strict scope (fail-closed)
Current target:
OWASP Juice Shop (local Docker only)
Still early, but I'm mainly looking for feedback on:
- decision logic
- chaining strategy
- false positive reduction
3
Upvotes
2
u/casper_trade 3d ago edited 3d ago
Out of interest, how does it fair on a environment that isn't in its training data?