TL;DR: 200-plus community nominations, AI-assisted payload generation, and extension-driven testability patterns highlighted in PortSwigger’s 2026 Burp Extensibility Month, according to PortSwigger. The broader lesson is that modern app testing now depends on programmable workflows, not static scanner output.
NHIMG editorial — based on content published by PortSwigger: Burp Extensibility 2026: Awards, Talks, and Highlights
By the numbers:
- More than 200 nominations were submitted for 46 extensions.
- Highlighter And Extractor was the single most-nominated extension in the entire competition with 18 votes.
- Postman Burp Importer and Burp AI Agent each received 17 votes.
Questions worth separating out
Q: How should security teams use Burp extensions in application testing workflows?
A: Use them to automate repeated testing tasks, restore visibility into complex request flows, and extend scanner coverage where built-in checks fall short.
Q: Why do access-control flaws keep showing up in web application testing?
A: Because authentication success does not guarantee correct authorisation, and many applications still enforce privileges inconsistently at the server layer.
Q: What do security teams get wrong about AI safety testing?
A: The common mistake is treating AI safety testing as if it were just another security scan.
Practitioner guidance
- Map high-value extension use cases Identify which recurring tasks in your testing workflow justify custom extensions, Bambdas, or BChecks.
- Add a deterministic validation loop Require every AI-generated payload, rule, or extension change to run through a real execution harness before use.
- Standardise token and header manipulation workflows Document how testers should handle JWTs, CSRF values, authentication headers, and short-lived tokens so that request replay is consistent across tools and testers.
What's in the full article
PortSwigger's full post covers the operational detail this analysis intentionally leaves for the source:
- Walkthroughs of the award-winning extensions and the specific testing problems they solve in Burp.
- Session-level detail on how AI-assisted payload generation and extension development were demonstrated in practice.
- Examples of custom extension logic used to restore testability in encrypted or otherwise complex application scenarios.
- Community workflow guidance for submitting, sharing, and iterating on extensions, BChecks, and Bambdas.
👉 Read PortSwigger's recap of Burp Extensibility Month and extension awards →
Burp extensibility and AI-assisted testing: what changes for security teams?
Explore further
Programmable testing is becoming a core security capability, not a specialist convenience. The article shows that teams are using extensions and custom checks to solve problems that scanners miss, especially around authentication state, token reuse, and complex request logic. That matters because application security programmes increasingly need repeatable test orchestration, not just higher scan volume. The practical conclusion is that extensibility should be treated as part of the testing architecture.
A question worth separating out:
Q: How can organisations govern community-built testing extensions safely?
A: Treat them like any other operational tool that can touch sensitive traffic. Review code provenance, restrict where it can run, and test how it handles tokens, headers, and data before allowing it into shared workflows or production-adjacent environments.
👉 Read our full editorial: Burp extensibility in 2026 shows how testing workflows are evolving