burp-ai-agent AGENTS.md

burp-ai-agent AGENTS.md is an instructions file for Codex, OpenCode from six2dez/burp-ai-agent. It costs 513 tokens per session, scanned A, original, MIT.

A set of project instructions for building a Burp Suite extension in Kotlin that connects web-security testing data to AI agents.

In plain words
What is it for?
Use it when developing the Burp AI Agent extension, including its interface, request and response context, redaction, agent supervision, and scanner integration.
Why use it?
It gives the coding agent firm rules for the extension’s architecture, supported backends, privacy handling, and audit logging.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions Codex; mentions Gemini CLI; mentions OpenCode.

About the project

Custom AI Agent is a Burp Suite extension that adds AI-assisted security analysis, scanning, and connections to external AI agents through MCP. It is intended for security testers and bug bounty researchers using local or cloud AI providers during manual and automated web-application testing.

six2dez/burp-ai-agent · 1,483 stars · on GitHub · burp-ai-agent.six2dez.com

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.

agentmods
npx agentmods add instructions/six2dez/burp-ai-agent/agents-md
Clone the repo
git clone --depth 1 https://github.com/six2dez/burp-ai-agent

Made for: Codex, OpenCode.

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 burp-ai-agent AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/six2dez/burp-ai-agent/agents-md.svg)](https://agentmods.dev/instructions/six2dez/burp-ai-agent/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/six2dez/burp-ai-agent/agents-md"><img src="https://agentmods.dev/badge/instructions/six2dez/burp-ai-agent/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 513 This file is loaded in full into every session.
When invoked 513 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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.00513 $0.00513
Opus 5 $0.00257 $0.00257
Sonnet 5 $0.00103 $0.00103
Haiku 4.5 $0.00051 $0.00051

Measured 6d ago against content hash f96dd2449aa5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

burp-ai-agent AGENTS.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.

AGENTS.md · 64 lines

How it starts

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

Burp AI Agent Extension (Kotlin) — Codex Instructions

Non-negotiables

  • All explanations and comments MUST be in English.
  • All code MUST be in English.
  • Kotlin + Gradle Kotlin DSL.
  • Burp Montoya API.
  • Target: Burp Community + Pro, cross-platform (macOS/Linux/Windows).
  • Production-grade: stable, defensive coding, deterministic modes, audit logging.

Architecture constraints

  • Keep a strict boundary between:
    1. UI (Swing)
    2. Context collection (Burp selections)
    3. Redaction pipeline (privacy modes)
    4. Backend adapters (pluggable)
    5. Supervisor (start/stop/restart)
    6. Audit logging (JSONL + hashes)
    7. Passive AI Scanner (background traffic analysis)
  • New backends must be addable without refactoring core logic (ServiceLoader).

Features required

  • Burp tab UI
  • Context menu actions for:
    • Requests/responses
    • Repeater tabs
    • Scanner findings (Pro)
  • Backends at launch:
    • Codex CLI
    • Gemini CLI
    • Claude CLI
    • Copilot CLI
    • OpenCode CLI
    • Ollama (local)
    • LM Studio (local)
    • NVIDIA NIM
    • Perplexity
    • Generic OpenAI-compatible
    • Anthropic (native Messages API, not a CLI wrapper)
    • Burp native AI
  • Supervision of external agents (launch/restart/stop)
  • Embedded UI + optional external terminal spawning
  • Privacy modes: cookie stripping, token redaction, host anonymization
  • Audit/session logs + reproducible prompt bundles
  • AI Passive Scanner for automatic traffic analysis

MCP integration

  • Built-in MCP server (SSE + optional stdio)
  • Prefer designs that allow integration with Burp MCP tools.
  • Do not leak raw traffic outside Burp when privacy mode is enabled.
  • MCP tools include: issue_create for programmatic issue creation

AI Passive Scanner

  • Background analysis of proxy traffic using selected AI backend
  • Automatic issue creation when confidence >= 85%
  • Configurable: rate limit, in-scope only, max size
  • Issues prefixed with [AI] for identification

Quality bar

  • Use small, testable components
  • Favor pure functions for redaction
  • Add unit tests where feasible
  • No demo-only shortcuts

Read the full file on GitHub · 64 lines

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. 6d ago First seen · 64 lines · 513 tokens per session scan A f96dd2449aa5

Subscribe to this mod's changes

burp-ai-agent AGENTS.md is an instructions file published in the GitHub repository six2dez/burp-ai-agent (1,483 stars, last pushed 3d ago), licensed MIT. It adds 513 tokens to every session, about $0.0026 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-30.