burpsuite

burpsuite is a skill for Claude Code, Codex from nguyenthdat/burp-mcp. It costs 168 tokens per session (3,830 once invoked), scanned A, original, MIT.

A skill for using an already configured Burp Suite connection to test web applications in an authorized security assessment. Burp Suite is a tool for inspecting and replaying web requests, including browser traffic.

In plain words
What is it for?
Use it to inspect proxy history and WebSocket traffic, review the site map and testing scope, replay requests in Repeater, and run bounded fuzzing or race-condition tests.
Why use it?
It gives security testing a controlled process and repeatable evidence instead of relying on ad-hoc manual checks. It supports inspecting traffic and site structure and sending selected requests again for testing.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to inspect proxy history and WebSocket traffic, review the site map and testing scope, replay requests in Repeater, and run bounded fuzzing or race-condition tests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nguyenthdat/burp-mcp/burpsuite
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 nguyenthdat/burp-mcp --skill burpsuite
Clone the repo
git clone --depth 1 https://github.com/nguyenthdat/burp-mcp

Made for: Claude Code, 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 burpsuite

README.md
[![agentmods](https://agentmods.dev/badge/skills/nguyenthdat/burp-mcp/burpsuite.svg)](https://agentmods.dev/skills/nguyenthdat/burp-mcp/burpsuite)
Your own site
<a href="https://agentmods.dev/skills/nguyenthdat/burp-mcp/burpsuite"><img src="https://agentmods.dev/badge/skills/nguyenthdat/burp-mcp/burpsuite.svg" alt="Measured on agentmods" height="20"></a>
Per session 168 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,830 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00168 $0.03830
Opus 5 $0.00084 $0.01915
Sonnet 5 $0.00034 $0.00766
Haiku 4.5 $0.00017 $0.00383

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

Security

Grade A, and why

burpsuite scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Export requests to `curl` or Python `requests` using `burp_http` action `export`.
skills/burpsuite/SKILL.md · 157 lines

How it starts

The opening of the file, as written. The whole thing — 157 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Burp Suite Security Testing Skill

Use the native burp-mcp server as a controlled, deterministic interface to Burp Suite. Focus on reproducible security evidence, defensive test isolation, and bounded side effects.

Tool names in this skill are server-local names. Use the exact names returned by the connected server's tools/list; MCP hosts may expose qualified bindings such as mcp__burp_mcp_burp_http or tool.mcp__burp_mcp_burp_http, so do not assume tool.burp_http exists in an eval kernel. The runtime MCP schema is authoritative.


Decision Index: When to Load Specific References

Load supporting reference files only when the task enters a specific domain:

Domain / Task Reference to Load Purpose
AppSec Testing Methodologies & OAST references/appsec-testing-guide.md OWASP WSTG testing techniques for Auth, IDOR, SQLi, XSS, OAST (Collaborator blind SSRF/RCE/XXE/SQLi), Race conditions, and WebSockets.
Complete Tool Schema & Inputs references/tool-catalog.md Parameter lists, constraints, and schemas for the current tool runtime.
PortSwigger Desktop Workflows references/burp-workflows.md Standard desktop workflows for Proxy, Scope, Repeater, Intruder, and Scanner.
Graph-Based Attack Surface references/sitegraph.md SQLite sitegraph partitioning, modes, clustering, shortest path, and impact analysis.
Scanner Custom Checks references/bcheck-authoring.md Writing, reviewing, validating, and importing declarative BCheck scripts.
Table Filters & Java Scripts references/bambda-authoring.md Writing, reviewing, and importing Java Bambda scripts for Proxy, Logger, and Repeater.

Safety Contract & Testing Discipline

  1. Verify Authorization: Identify the exact target scheme, host, port, and allowed path boundaries before sending active traffic, fuzzing, crawling, polling Collaborator, or modifying Burp state. Scope is a routing boundary, not legal authorization.
  2. Token Efficiency First: Prefer compact metadata history and details (burp_proxy / burp_logger default include_bodies: false, max_body_length: 4096 default). Use server-side projection (headers_only, extract_json: "$.data...", extract_css: "form#login") or explicit capped bodies (include_bodies: true) to preserve client context window. Projections use bounded custom Pest parsers (extract_css with structural/logical pseudos, sibling/child combinators, and :contains; extract_json with negative indexes, slices, recursive descent, and logical filter expressions). Original byte lengths and truncation state are emitted. SiteGraph passive enrichment is separate: its embedded 2026.09.05 typed TOML pack contains 105 ordinary regex rules evaluated by surface-partitioned byte-safe RegexSet matching.
  3. Start Read-Only: Prefer Proxy history (burp_proxy action history), Logger traffic (burp_logger action query), Target site map (burp_target action sitemap), target info (burp_target action info), Scanner issues (burp_scanner action list_issues), sitegraph queries (sitegraph action search), and offline decoder operations (decoder) before generating active traffic.
  4. Preserve Operator State: Record every temporary scope addition, intercept state change, HTTP handler, proxy rule, session rule, macro, cookie, background job, and managed WebSocket connection. Restore or remove it during cleanup.
  5. Interception Discipline: Do not enable proxy interception in unattended flows. Both MCP HTTP (burp_intercept_controller) and WebSocket (burp_websocket_intercept_controller) controllers require a narrow url_filter or in_scope_only: true; both default to RECEIVED-only pauses (preventing duplicate TO_BE_SENT pauses). One logical HTTP exchange may yield request and response items, and one bidirectional WebSocket exchange yields outbound and inbound messages; clients must resolve all intended items, verify pending is zero, and disable the controller. Restore original operator state upon completion.
  6. Rate & Concurrency Bounds: Limit parallel requests (at most 32 via burp_http action send_batch), cap scan concurrency via custom resource pools (burp_scan_config action upsert_pool), and pace background job polling.
  7. Protect Secrets & Redact Evidence: Never log or disclose private keys, session cookies, auth tokens, or Collaborator secrets in reports.

Read the full file on GitHub · 157 lines

Files

What ships with it

6 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 Changed · +12 lines 609447b1c43c
  2. 8d ago First seen · 145 lines · 168 tokens per session scan A abae6fbcf913

Subscribe to this mod's changes

burpsuite is a skill published in the GitHub repository nguyenthdat/burp-mcp (3 stars, last pushed 2d ago), licensed MIT. It adds 168 tokens to every session and 3,830 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

opik-diagnose

Surface the Opik traces worth a developer's attention, ranked by signal — errors, failed tool calls, latency, regressions, and low online-eval scores — plus Diagnostics issues. Reads live/production traces via the SDK (searchtraces and agentinsights) and works with no MCP; uses the MCP issue entity when connected.…

comet-ml/opik-mcp · 147 tokens

cortex-explore-memory

Explore the memory system's state, find gaps in knowledge, assess coverage, and get diagnostic information. Use when the user asks 'what does my memory look like', 'show me memory stats', 'what am I missing', 'how good is my knowledge', 'memory health', 'show coverage', 'find gaps', 'what topics are weak', or when you…

cdeust/Cortex · 91 tokens

quick-capture

Use this skill to drop a new task into GSD Task Manager from any AI assistant that has the gsd-mcp-server connected.

vscarpenter/gsd-task-manager · 0 tokens

event-staffing-ordering

Order W-2 event staff for US/CA events through TempGuru.

Tempguru-co/tempguru-mcp · 22 tokens

chainstack

Work with the Chainstack MCP server to manage blockchain nodes and projects. Use when deploying nodes, migrating to Chainstack from another RPC provider such as QuickNode or Alchemy, checking platform status, searching Chainstack docs, contacting the Chainstack team, or interacting with the Chainstack platform API via…

chainstacklabs/mcp-server · 66 tokens

delegacion-local

Regla y catálogo para delegar pasos mecánicos (resumir, clasificar, extraer, boilerplate, mensaje de commit desde un diff, traducir texto o archivo, resumir salida de lint/tests/CI, explicar código, describir una imagen, verificar si el backend local está disponible) a modelos locales vía las tools local del MCP…

ZahiriNatZuke/local-delegate · 137 tokens