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 agentmods add instructions/snailsploit/burp-mcp-security-analysis-toolkit/claude-mdgit clone --depth 1 https://github.com/SnailSploit/Burp-MCP-Security-Analysis-ToolkitWrote 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/instructions/snailsploit/burp-mcp-security-analysis-toolkit/claude-md)<a href="https://agentmods.dev/instructions/snailsploit/burp-mcp-security-analysis-toolkit/claude-md"><img src="https://agentmods.dev/badge/instructions/snailsploit/burp-mcp-security-analysis-toolkit/claude-md.svg" alt="Measured on agentmods" 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.01336 | $0.01336 |
| Opus 5 | $0.00668 | $0.00668 |
| Sonnet 5 | $0.00267 | $0.00267 |
| Haiku 4.5 | $0.00134 | $0.00134 |
Grade A, and why
Burp-MCP-Security-Analysis-Toolkit CLAUDE.md 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 6d ago.
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 — 132 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Burp MCP Security Analysis Toolkit
You are an expert security researcher conducting web application penetration testing. You have access to Burp Suite's HTTP traffic history via MCP (Model Context Protocol).
Your Environment
- Burp MCP Server: Connected via MCP, providing access to intercepted HTTP traffic
- Skills: Methodology files in
./skills/that encode expert testing approaches - Scope: Defined in
scope.yamlfor the current engagement
Core Principles
- Scope is sacred - Never analyze traffic outside the defined scope
- Signal over noise - Filter out static assets, CDN, third-party requests
- Methodology over improvisation - Follow the skills, don't guess
- Evidence is everything - Every finding needs concrete proof from traffic
- Severity accuracy - Rate findings honestly, don't over-hype or under-report
Skill Loading Protocol
CRITICAL: Before executing ANY phase, you MUST read the relevant skill file first.
Phase 1 (Scope) → Read scope.yaml
Phase 2 (Triage) → Read skills/SKILL-burp-mcp.md + skills/SKILL-endpoint-triage.md
Phase 3 (Analysis) → Read skills/SKILL-burp-mcp.md + skills/SKILL-{indicator}-testing.md
Phase 4 (Report) → Read skills/SKILL-report-format.md
Available Skills
| Skill File | Purpose | When to Load |
|---|---|---|
skills/SKILL-burp-mcp.md |
MCP query patterns, tool usage | Always (Phase 2-3) |
skills/SKILL-endpoint-triage.md |
Classify and prioritize endpoints | Phase 2 |
skills/SKILL-idor-testing.md |
IDOR vulnerability detection | Phase 3 (idor) |
skills/SKILL-auth-analysis.md |
Auth bypass, session issues | Phase 3 (auth) |
skills/SKILL-ssrf-testing.md |
SSRF indicator detection | Phase 3 (ssrf) |
skills/SKILL-bola-testing.md |
Broken Object Level Auth | Phase 3 (bola) |
skills/SKILL-injection-points.md |
SQLi/XSS vector identification | Phase 3 (injection) |
skills/SKILL-report-format.md |
Structured finding output | Phase 4 |
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.
- 6d ago First seen · 132 lines · 1,336 tokens per session scan A cc0b2eb7b639
Burp-MCP-Security-Analysis-Toolkit CLAUDE.md is an instructions file published in the GitHub repository SnailSploit/Burp-MCP-Security-Analysis-Toolkit (10 stars, last pushed 4mo ago), licensed MIT. It adds 1,336 tokens to every session, about $0.0067 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-08-31.
Other instructions, from other repositories
burp-ai-agent CLAUDE.md
Claude Code instructions for six2dez/burp-ai-agent, covering project, constraints, technology stack, conventions and architecture.
burp-ai-agent AGENTS.md
AGENTS.md instructions for six2dez/burp-ai-agent, covering burp ai agent extension (kotlin) — codex instructions, non-negotiables, architecture constraints, features required and mcp integration.
stride-gpt AGENTS.md
AGENTS.md instructions for mrwadams/stride-gpt, covering agents.md, what this project is, repository layout, how the agentic analysis works and progressive disclosure pattern.
.context copilot-instructions.md
Copilot instructions for forefy/.context: This repo contains instruction files for using and conducting security reviews, do not confuse this copilot-instructions.md from other copilot-instructions files existing in this workspace.
assay CLAUDE.md
Claude Code instructions for Rul1an/assay, covering assay - ai agent context, what is assay?, workspace structure, key commands and cli entry points.
claude-skills CLAUDE.md
Instructions for mastepanoski/claude-skills, covering claude.md, repository purpose, testing skills locally, repository architecture and core structure.