Rapid7 Bulk Export Analysis Expert

Rapid7 Bulk Export Analysis Expert is a skill for Claude Code, Codex from rapid7/rapid7-bulk-export-mcp. It costs 24 tokens per session (12,065 once invoked), scanned A, original, MIT.

A set of instructions for analysing Rapid7 InsightVM security data exported in bulk. InsightVM is a system that reports vulnerabilities, policy issues, affected assets, and software.

In plain words
What is it for?
It is for checking exports, starting and monitoring downloads, loading the data, and analysing vulnerabilities, policies, remediation work, assets, and installed software.
Why use it?
It prevents analysis from starting without the required Rapid7 connection and data, and makes clear which export types are needed for a complete view.

Skill for Claude CodeCodex

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

Good fit It is for checking exports, starting and monitoring downloads, loading the data, and analysing vulnerabilities, policies, remediation work, assets, and installed software.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rapid7/rapid7-bulk-export-mcp/rapid7-bulk-export
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 rapid7/rapid7-bulk-export-mcp --skill rapid7-bulk-export
Clone the repo
git clone --depth 1 https://github.com/rapid7/rapid7-bulk-export-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 Rapid7 Bulk Export Analysis Expert

README.md
[![agentmods](https://agentmods.dev/badge/skills/rapid7/rapid7-bulk-export-mcp/rapid7-bulk-export/github.svg)](https://agentmods.dev/skills/rapid7/rapid7-bulk-export-mcp/rapid7-bulk-export)
Your own site
<a href="https://agentmods.dev/skills/rapid7/rapid7-bulk-export-mcp/rapid7-bulk-export"><img src="https://agentmods.dev/badge/skills/rapid7/rapid7-bulk-export-mcp/rapid7-bulk-export/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 Rapid7 Bulk Export Analysis Expert

Your own site · 80×15
<a href="https://agentmods.dev/skills/rapid7/rapid7-bulk-export-mcp/rapid7-bulk-export"><img src="https://agentmods.dev/badge/skills/rapid7/rapid7-bulk-export-mcp/rapid7-bulk-export.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 12,065 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.00024 $0.12065
Opus 5 $0.00012 $0.06032
Sonnet 5 $0.00005 $0.02413
Haiku 4.5 $0.00002 $0.01206

Measured 2d ago against content hash 7be92c0a214e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

Rapid7 Bulk Export Analysis Expert 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 2d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/rapid7-bulk-export/SKILL.md · 1,178 lines

How it starts

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

Rapid7 Bulk Export Analysis Expert

CRITICAL REQUIREMENTS:

  1. The Rapid7 MCP server MUST be installed and configured
  2. You MUST ensure data is available before analysis (check with get_rapid7_stats() or list_rapid7_exports())
  3. Without these, you CANNOT help with analysis
  4. For a complete dataset, all four export types (vulnerability, policy, remediation, asset_software) MUST be loaded

Prerequisites - MANDATORY

This skill ONLY works with the Rapid7 MCP server. You must:

  1. Verify MCP server is available - Check if you have access to these tools:

    • list_rapid7_exports() - Check available exports and their dates
    • get_rapid7_stats() - Check if data is loaded (covers all tables)
    • start_rapid7_export(export_type, start_date, end_date) - Kick off any export type (instant, non-blocking). For remediation, this starts a background job covering the whole date range and returns a job id.
    • check_rapid7_export_status(export_id) - Check progress once (instant, non-blocking). Reports the platform export status, the local download/load progress, or a remediation job's per-window progress. Accepts an export id or a remediation job id.
    • download_rapid7_export(export_id, export_type) - Start downloading a completed export and loading it in the background; poll check_rapid7_export_status(export_id) until it reports the load is complete. (Not used for remediation — that is loaded by the job started in start_rapid7_export.)
    • query_rapid7(sql) - Execute SQL queries against all tables
    • get_rapid7_schema() - View table schemas for all tables
  2. Check data availability FIRST - Before ANY analysis:

    1. Call list_rapid7_exports() to see available exports
    2. Call get_rapid7_stats() to check if data is loaded
    3. Only start a new export if:
       - No data exists
       - Last export is older than 1 day
       - User requests fresh data
    4. For a COMPLETE dataset, ensure all four export types have been run
    

Read the full file on GitHub · 1,178 lines

Files

What ships with it

2 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. 2d ago First seen · 1,178 lines · 24 tokens per session scan A 7be92c0a214e

Subscribe to this mod's changes

Rapid7 Bulk Export Analysis Expert is a skill published in the GitHub repository rapid7/rapid7-bulk-export-mcp (30 stars, last pushed 2d ago), licensed MIT. It adds 24 tokens to every session and 12,065 once invoked, about $0.0001 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-07.

Related

Other skills, from other repositories

Rapid7 Bulk Export Analysis Expert

Expert analysis of Rapid7 InsightVM data exported via Bulk Export API with strict MCP requirements.

Cgisclair29/Rapid7-MCP · 24 tokens

html-ppt-zhangzara-grove

A municipal urban-tree-canopy policy proposal — the public need, the evidence, the options, and the funding decision. Built as a decision-grade policy briefing deck for city council, agency reviewers.

nexu-io/open-design · 50 tokens

html-ppt-zhangzara-stencil-tablet

A workplace-safety compliance review for a manufacturing regulator — findings, the evidence chain, and the corrective mandate. Built as a decision-grade policy briefing deck for regulator, plant leadership.

nexu-io/open-design · 49 tokens

correlation-regime

Correlation-regime detection and crisis attribution — edge-density regime states with hysteresis, causal (no look-ahead) smoothing, regime-aware exposure context, first-mover crisis attribution with honest NAME / MACRO / AMBIGUOUS / ABSTAIN verdicts, and a correlation-rewiring leaderboard that catches slow bleed-outs.

HKUDS/Vibe-Trading · 70 tokens

performance-attribution

Performance attribution analysis — Brinson sector/stock-selection attribution, factor alpha/beta decomposition, market-timing evaluation, and benchmark comparison framework.

HKUDS/Vibe-Trading · 32 tokens

behavioral-finance

Behavioral finance applications: theories of overreaction and underreaction, behavioral explanations for momentum and reversal, investor sentiment cycles, cognitive-bias checklists, and debiasing quantitative strategies.

HKUDS/Vibe-Trading · 42 tokens