vuln-report

vuln-report is a command for coding agents from HermeticOrmus/LibreSecOps-Claude-Code. It costs 0 tokens per session (1,155 once invoked), scanned A, original, MIT.

A command for writing a professional vulnerability report, which documents a confirmed security weakness for a bug bounty submission. It covers reproduction steps, evidence, severity, impact, retesting, and chains of related findings.

In plain words
What is it for?
Use it to draft, improve, or retest reports about issues such as cross-site scripting, unauthorized access, server-side request forgery, or SQL injection.
Why use it?
It turns technical security findings into a clear report that reviewers can reproduce and assess.

Command

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 commands/hermeticormus/libresecops-claude-code/vuln-report
Clone the repo
git clone --depth 1 https://github.com/HermeticOrmus/LibreSecOps-Claude-Code

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 vuln-report

README.md
[![agentmods](https://agentmods.dev/badge/commands/hermeticormus/libresecops-claude-code/vuln-report.svg)](https://agentmods.dev/commands/hermeticormus/libresecops-claude-code/vuln-report)
Your own site
<a href="https://agentmods.dev/commands/hermeticormus/libresecops-claude-code/vuln-report"><img src="https://agentmods.dev/badge/commands/hermeticormus/libresecops-claude-code/vuln-report.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,155 The whole file, excluding the scripts and references it only reads on demand.
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 $0.00000 $0.01155
Opus 5 $0.00000 $0.00577
Sonnet 5 $0.00000 $0.00231
Haiku 4.5 $0.00000 $0.00115

Measured 5d ago against content hash 3fd3892df251, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

vuln-report 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 5d 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.

plugins/bug-bounty-methodology/commands/vuln-report.md · 139 lines

How it starts

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

/vuln-report

Write a professional vulnerability report for bug bounty platform submission with clear reproduction steps, accurate severity assessment, and impact analysis.

Trigger

Use when you have confirmed a vulnerability and need to write a clear, professional report for submission. Also useful for:

  • Reviewing and improving a draft report before submission
  • Escalating a finding by demonstrating higher impact
  • Writing a retest report after a fix has been deployed
  • Documenting a vulnerability chain combining multiple findings

Input

  • Vulnerability type: What class of vulnerability (XSS, IDOR, SSRF, SQLi, etc.)
  • Affected asset: Exact URL, endpoint, or application component
  • Description: What you found and how it works
  • Reproduction steps: How you triggered the vulnerability
  • Evidence: HTTP requests/responses, screenshots, PoC code
  • Impact assessment: What an attacker could achieve
  • Program context: Which bug bounty program, any relevant program-specific information
  • Severity estimate: Your initial assessment of severity

Process

  1. Title crafting -- Write a specific, descriptive title that communicates the vulnerability type, location, and impact in one line. Examples:

    • Good: "Stored XSS via SVG upload in profile avatar allows session hijacking on app.example.com"
    • Bad: "XSS found"
    • Good: "IDOR in /api/v2/users/{id}/documents allows any authenticated user to download other users' documents"
    • Bad: "Authorization bypass"
  2. Summary writing -- 2-3 sentences covering: what the vulnerability is, where it exists, and the maximum impact. This is what the triage analyst reads first.

  3. Reproduction steps -- Write exact, numbered steps that work on the first attempt:

    • Start with prerequisites (account type, browser, extensions needed)
    • Every step must be specific: exact URLs, exact input values, exact clicks
    • Include the expected vs actual result
    • Provide raw HTTP requests for precision

Read the full file on GitHub · 139 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. 5d ago First seen · 139 lines · 0 tokens per session scan A 3fd3892df251

Subscribe to this mod's changes

vuln-report is a command published in the GitHub repository HermeticOrmus/LibreSecOps-Claude-Code (4 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,155 tokens. 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.