PostToolUse
01Hook Claude Code
Runs after a tool call finishes for Write, Edit and Bash tool calls, executing server-version.ts and tool-args.ts with --no-error-on-unmatched-pattern and --no-git-tag-version (3 commands). From MadaBurns/bv-mcp.
Hook Claude Code
Runs after a tool call finishes for Write, Edit and Bash tool calls, executing server-version.ts and tool-args.ts with --no-error-on-unmatched-pattern and --no-git-tag-version (3 commands). From MadaBurns/bv-mcp.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing block-git-add-broad.sh and block-force-push.sh (2 commands). From MadaBurns/bv-mcp.
Settings file Claude Code
Agent settings declaring 2 hook events (PostToolUse, PreToolUse).
Skill Claude CodeCodex
Use when adding, removing, or renaming an MCP tool in the bv-mcp / blackveil-dns repo — anything that touches TOOLDEFS in src/schemas/tool-definitions.ts or changes the tool count. Symptoms: 'Missing required parameter: domain' on a new tool, toHaveLength(N) spec failures, a category-count or score-snapshot assertion…
Skill Claude CodeCodex
Use when operating bv-mcp's infrastructure surfaces — wrangler bindings (what a BV service binding does, which are operator-deploy-only, fail-soft semantics), deploy paths and workflow history (deploy-prod.yml, publish.yml, removed workflows), CI/CD workflow inventory and branch protection, the scandomain subrequest…
Skill Claude CodeCodex
Use when bumping the version or cutting a release of the bv-mcp / blackveil-dns repo — version-sync across SERVERVERSION, package.json, package-lock.json, server.json, CHANGELOG, and the publish.yml tag flow. Symptoms: version mismatch CI failures, the publish workflow's auto-bump push rejected by branch protection…
Skill Claude CodeCodex
Use when changing the bv-mcp / blackveil-dns scoring model — category weights, profiles, grade thresholds, the passed/missing-control rule, or the score computation in packages/dns-checks/src/scoring. Also use when computing an adoption, coverage, or zero-rate statistic from category scores across a corpus of domains.…
Skill Claude CodeCodex
Use when writing or debugging tests in the bv-mcp / blackveil-dns repo — Vitest in the Cloudflare Workers pool, DNS mocking via dns-mock, dynamic-import mock isolation, cache clearing between cases, and the pyramid-layer filename suffixes. Symptoms: a mock leaking between tests, a tool not picking up mocked DNS, cache…
Cursor rule Cursor
Always use the bv-context-engine MCP's codebasesearch tool for any semantic search or architectural exploration. Prioritize this over grep to minimize context usage.
Instructions file GitHub Copilot
Copilot instructions for MadaBurns/bv-mcp, covering project guidelines, build and test, runtime and code style, architecture and project conventions.
Instructions file GitHub Copilot
Use when modifying scandomain orchestration, maturity staging, post-processing adjustments, partial timeout handling, or scan report formatting in this repository.
Instructions file GitHub Copilot
Use when editing or creating Zod schemas, adding tool argument validation, modifying enum normalization, or deriving MCP inputSchema in this repository.
Instructions file GitHub Copilot
Use when performing security audits, reviewing code for vulnerabilities, triaging findings, or assessing OWASP compliance in this repository.
Instructions file GitHub Copilot
Use when editing or creating test files, fixing flaky tests, writing DNS mocks, or validating cache and session behavior in this repository.
Instructions file GitHub Copilot
Use when adding or modifying MCP tools, DNS checks, schemas, handlers, scan orchestration, or scoring-related findings in this repository.
MCP server Claude CodeCodexCursor +2
MCP server "blackveil-dns", hosted remotely at dns-mcp.blackveilsecurity.com, as configured in MadaBurns/bv-mcp.
Instructions file CodexOpenCode
AGENTS.md instructions for MadaBurns/bv-mcp, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.
Instructions file
Claude Code instructions for MadaBurns/bv-mcp, covering claude.md, what is this?, commands, tech and architecture.
MCP server Claude CodeCodexCursor +2
DNS and email security scanner with 78 MCP tools for SPF, DMARC, DNSSEC, SSL, and brand audits. Remote server at dns-mcp.blackveilsecurity.com.