metasploit-cursor-harness: Skill for Cursor

.cursor/skills/reporting-pentest/SKILL.md

reporting-pentest is a skill for Cursor from Suzu-Testing/metasploit-cursor-harness. It costs 43 tokens per session (1,528 once invoked), scanned A, original, MIT.

A guide for writing penetration-testing reports, which document security weaknesses found during authorized testing. It covers evidence, severity, impact, reproduction steps, fixes, and report structure.

In plain words
What is it for?
Collecting findings, rating severity with CVSS, linking supporting evidence, drafting summaries and remediation plans, and preparing PDF or Word reports.
Why use it?
It helps turn technical test results into organized client deliverables that both technical and non-technical readers can understand. It also calls for removing credentials and personal information from evidence.

Skill for Cursor

Written for Cursor: installed under .cursor/.

This is Suzu-Testing/metasploit-cursor-harness's own configuration. It tells Cursor how to work on metasploit-cursor-harness itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything metasploit-cursor-harness configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Suzu-Testing/metasploit-cursor-harness. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Suzu-Testing/metasploit-cursor-harness/main/.cursor/skills/reporting-pentest/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Suzu-Testing/metasploit-cursor-harness

Made for: Cursor.

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 reporting-pentest

README.md
[![agentmods](https://agentmods.dev/badge/skills/suzu-testing/metasploit-cursor-harness/reporting-pentest.svg)](https://agentmods.dev/skills/suzu-testing/metasploit-cursor-harness/reporting-pentest)
Your own site
<a href="https://agentmods.dev/skills/suzu-testing/metasploit-cursor-harness/reporting-pentest"><img src="https://agentmods.dev/badge/skills/suzu-testing/metasploit-cursor-harness/reporting-pentest.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,528 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.00043 $0.01528
Opus 5 $0.00022 $0.00764
Sonnet 5 $0.00009 $0.00306
Haiku 4.5 $0.00004 $0.00153

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

Security

Grade A, and why

reporting-pentest 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 7d 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.

Makes network callslowCapability

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

curl -s "https://www.first.org/cvss/calculator/3.1" # use web UI for vector builder
.cursor/skills/reporting-pentest/SKILL.md · 201 lines

How it starts

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

Reporting Pentest

Prerequisites

  • Evidence files live under evidence/msf/ with engagement naming conventions.
  • Complete pentest-workflow SG6 subgates before final delivery.
  • Redact credentials and PII before inclusion in reports.

Workflow

Task Progress:
- [ ] Collect findings with severity, impact, reproduction, remediation
- [ ] Link evidence files from evidence/msf/ to each finding
- [ ] Draft executive summary and severity summary
- [ ] Obfuscate secrets and PII in screenshots
- [ ] Export PDF (or Word via suzu-word MCP) for client delivery

Report structure

1. Title page (client, date, classification)
2. Executive summary (non-technical audience)
3. Scope and methodology
4. Summary of findings (severity table/chart)
5. Detailed findings (sorted by severity: Critical -> Info)
6. Remediation roadmap (prioritized)
7. Appendices (large PoCs, raw scan data, glossary)

Finding template

Each finding must include: Title, Severity/CVSS, Description, Impact, Reproduction steps, Remediation, Evidence.

Rating CVSS range Criteria
Critical 9.0-10.0 Unauthenticated RCE, full domain compromise
High 7.0-8.9 Auth bypass, significant data exposure
Medium 4.0-6.9 Limited impact, requires user interaction
Low 0.1-3.9 Minor info disclosure, hard to exploit
Info 0.0 Best practice, no direct exploit

CVSS calculation workflow

MSF: No direct module; use CLI/tools.

CLI fallback:

# CVSS v3.1 calculator (First.org API)
curl -s "https://www.first.org/cvss/calculator/3.1"  # use web UI for vector builder

# cvss-cli (npm)
npm install -g cvss
cvss --base "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
# Output: 9.8 Critical

# Python cvss library
python3 -c "from cvss import CVSS3; print(CVSS3('CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N').scores)"

Vector selection guide

Metric Common pentest values
AV (Attack Vector) N=network, A=adjacent, L=local
AC (Attack Complexity) L=low, H=high
PR (Privileges Required) N=none, L=low, H=high
UI (User Interaction) N=none, R=required
S (Scope) U=unchanged, C=changed
C/I/A N=none, L=low, H=high

Read the full file on GitHub · 201 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. 7d ago First seen · 201 lines · 43 tokens per session scan A 8b950a0502b1

Subscribe to this mod's changes

reporting-pentest is a skill published in the GitHub repository Suzu-Testing/metasploit-cursor-harness (3 stars, last pushed 13d ago), licensed MIT. It adds 43 tokens to every session and 1,528 once invoked, about $0.0002 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

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens

babysit-pr

Babysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and mergeability state until the PR is merged/closed or user help is required. Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and keep…

openai/codex · 114 tokens