use-burpsuite-mcp-bridge

use-burpsuite-mcp-bridge is a skill for Codex from hashgraph-online/awesome-codex-plugins. It costs 92 tokens per session (859 once invoked), scanned A, original, Apache-2.0.

A bridge that lets a coding agent operate Burp Suite, a web-security testing tool, to inspect and modify HTTP requests and responses. It is intended for authorized testing of a chosen target.

In plain words
What is it for?
Use it to investigate web application behavior, inspect suspicious flows, test permission or payment logic, and replay a carefully chosen request change.
Why use it?
It gives the agent a controlled view of web traffic and avoids relying on guesses about how an application handles requests.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Use it to investigate web application behavior, inspect suspicious flows, test permission or payment logic, and replay a carefully chosen request change.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hashgraph-online/awesome-codex-plugins/use-burpsuite-mcp-bridge
Install

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.

Any agent
npx skills add hashgraph-online/awesome-codex-plugins --skill use-burpsuite-mcp-bridge
Clone the repo
git clone --depth 1 https://github.com/hashgraph-online/awesome-codex-plugins

Made for: Codex.

Wrote 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.

agentmods badge for use-burpsuite-mcp-bridge

README.md
[![agentmods](https://agentmods.dev/badge/skills/hashgraph-online/awesome-codex-plugins/use-burpsuite-mcp-bridge/github.svg)](https://agentmods.dev/skills/hashgraph-online/awesome-codex-plugins/use-burpsuite-mcp-bridge)
Your own site
<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.

agentmods 80×15 button for use-burpsuite-mcp-bridge

Your own site · 80×15
<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>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 859 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured yesterday against content hash 9de4521178aa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

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.

plugins/6jeffr3y/burpsuite-mcp-bridge/skills/use-burpsuite-mcp-bridge/SKILL.md · 71 lines

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

  1. Call burp_bridge_status and confirm the loaded Burp version, bridge URL, buffers, pending intercepts, and last error.
  2. Call burp_config_get when scope-only, body preview, static filtering, queue limits, or intercept timeout affect the task.
  3. Do not clear buffers until useful existing traffic and selections have been checked.

Select the shortest workflow

Target triage

  1. Call burp_target_overview(host=..., focus=...).
  2. Use focus="logic" for client-controlled success, role, permission, verification, approval, payment, or status decisions.
  3. Prefer marked candidates from burp_marked_flows when Burp comments or highlights exist.
  4. 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.

  1. Create a narrow rule with action="intercept", exact host/path, max_matches=1, and auto_disable=True.
  2. Choose intercept_mode="burp" for native Proxy Intercept editing.
  3. Choose intercept_mode="mcp" when the MCP client must retrieve and decide the pending message.
  4. For MCP mode, trigger the browser request, immediately call burp_intercept_poll(include_bodies=True), then call burp_intercept_decide with forward, replace, or drop.
  5. For replace, change one response field, status, header, or body fragment. Observe the browser's next request before drawing a conclusion.
  6. Confirm the rule auto-disabled or delete it after the experiment.

Read the full file on GitHub · 71 lines

Files

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.

Changes

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.

  1. yesterday First seen · 71 lines · 92 tokens per session scan A 9de4521178aa

Subscribe to this mod's changes

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.

Related

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.

taishi-i/awesome-ChatGPT-repositories · 57 tokens

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…

adriannoes/awesome-agentic-ai · 78 tokens

performance-optimizer

Use for slow endpoints, p95/p99 latency, database query issues, frontend bundle/render performance, memory leaks, caching, profiling, or performance regressions.

DominikTobureto/awesome-grok-build · 36 tokens

refactor-master

Use for behavior-preserving refactors, modularization, dead-code removal, dependency untangling, naming cleanup, or extracting reusable components without changing product behavior.

DominikTobureto/awesome-grok-build · 36 tokens

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.

DominikTobureto/awesome-grok-build · 37 tokens

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.

cclank/lanshu-awesome-ai-video-kit · 146 tokens