Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add hashgraph-online/awesome-codex-plugins --skill use-burpsuite-mcp-bridgegit clone --depth 1 https://github.com/hashgraph-online/awesome-codex-pluginsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/hashgraph-online/awesome-codex-plugins/use-burpsuite-mcp-bridge)<a href="https://agentmods.dev/skills/hashgraph-online/awesome-codex-plugins/use-burpsuite-mcp-bridge"><img src="https://agentmods.dev/badge/skills/hashgraph-online/awesome-codex-plugins/use-burpsuite-mcp-bridge/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/hashgraph-online/awesome-codex-plugins/use-burpsuite-mcp-bridge"><img src="https://agentmods.dev/badge/skills/hashgraph-online/awesome-codex-plugins/use-burpsuite-mcp-bridge.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00092 | $0.00859 |
| Opus 5 | $0.00046 | $0.00430 |
| Sonnet 5 | $0.00018 | $0.00172 |
| Haiku 4.5 | $0.00009 | $0.00086 |
Grade A, and why
use-burpsuite-mcp-bridge scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 71 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Use BurpSuite MCP Bridge
Use Burp as the runtime source of truth. Prefer compact indexes and one decisive flow over broad history dumps or speculative requests.
Start with the bridge
- Call
burp_bridge_statusand confirm the loaded Burp version, bridge URL, buffers, pending intercepts, and last error. - Call
burp_config_getwhen scope-only, body preview, static filtering, queue limits, or intercept timeout affect the task. - Do not clear buffers until useful existing traffic and selections have been checked.
Select the shortest workflow
Target triage
- Call
burp_target_overview(host=..., focus=...). - Use
focus="logic"for client-controlled success, role, permission, verification, approval, payment, or status decisions. - Prefer marked candidates from
burp_marked_flowswhen Burp comments or highlights exist. - Pull only the chosen flow with the source-specific getter.
Use this source mapping:
| Source | Detail |
|---|---|
history, live |
burp_flow_get |
logger |
burp_logger_flow_get |
selection |
burp_selection_get(consume=False) while iterating |
One-off request mutation
Use burp_replay_flow from a confirmed baseline. Change one variable at a time and compare the full server response. Use send_to_repeater=True only when human follow-up in Burp is useful.
Request or response intercept
Use an intercept when the browser must receive the modified message.
- Create a narrow rule with
action="intercept", exact host/path,max_matches=1, andauto_disable=True. - Choose
intercept_mode="burp"for native Proxy Intercept editing. - Choose
intercept_mode="mcp"when the MCP client must retrieve and decide the pending message. - For MCP mode, trigger the browser request, immediately call
burp_intercept_poll(include_bodies=True), then callburp_intercept_decidewithforward,replace, ordrop. - For
replace, change one response field, status, header, or body fragment. Observe the browser's next request before drawing a conclusion. - Confirm the rule auto-disabled or delete it after the experiment.
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 71 lines · 92 tokens per session scan A 9de4521178aa
use-burpsuite-mcp-bridge is a skill published in the GitHub repository hashgraph-online/awesome-codex-plugins (968 stars, last pushed today), licensed Apache-2.0. It adds 92 tokens to every session and 859 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-08.
Other skills, from other repositories
search
Search 2500+ curated ChatGPT and LLM open-source repositories. Use when the user asks to find tools, libraries, or repos related to ChatGPT, LLMs, RAG, agents, langchain, NLP, AI development, or any open-source AI tooling.
detecting-process-injection-techniques
Detects and analyzes process injection techniques used by malware including classic DLL injection, process hollowing, APC injection, thread hijacking, and reflective loading. Uses memory forensics, API monitoring, and behavioral analysis to identify injection artifacts. Activates for requests involving process…
performance-optimizer
Use for slow endpoints, p95/p99 latency, database query issues, frontend bundle/render performance, memory leaks, caching, profiling, or performance regressions.
refactor-master
Use for behavior-preserving refactors, modularization, dead-code removal, dependency untangling, naming cleanup, or extracting reusable components without changing product behavior.
tdd-test-engineer
Use for test-first development, regression tests, flaky test debugging, coverage gaps, test strategy, CI failures, or converting bugs into minimal reproducible tests.
seedance-debugger
A troubleshooting guide for fixing common problems in Seedance 2.0 AI-generated videos, such as changing faces, unwanted text, watermarks, style changes, or broken scene transitions.