Report Generator

Report Generator is an agent for Claude Code from Peter-N91/hve-squad-mcp. It costs 25 tokens per session (3,266 once invoked), scanned A, original, MIT.

A report-writing agent that combines verified security or accessibility assessment findings into a dated report.

In plain words
What is it for?
It creates vulnerability or planning reports, organizes findings by skill and framework, orders remediation by severity, and adds required accessibility notes and review inventories.
Why use it?
It removes the manual work of counting, sorting, grouping, and formatting findings from several assessments.

Agent for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: model in frontmatter.

Good fit It creates vulnerability or planning reports, organizes findings by skill and framework, orders remediation by severity, and adds required accessibility notes and review inventories.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/peter-n91/hve-squad-mcp/report-generator
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.

Clone the repo
git clone --depth 1 https://github.com/Peter-N91/hve-squad-mcp

Made for: 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 Report Generator

README.md
[![agentmods](https://agentmods.dev/badge/agents/peter-n91/hve-squad-mcp/report-generator.svg)](https://agentmods.dev/agents/peter-n91/hve-squad-mcp/report-generator)
Your own site
<a href="https://agentmods.dev/agents/peter-n91/hve-squad-mcp/report-generator"><img src="https://agentmods.dev/badge/agents/peter-n91/hve-squad-mcp/report-generator.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,266 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.00025 $0.03266
Opus 5 $0.00013 $0.01633
Sonnet 5 $0.00005 $0.00653
Haiku 4.5 $0.00003 $0.00327

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

Security

Grade A, and why

Report Generator 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 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.

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.

host/cast/.github/agents/report-generator.agent.md · 175 lines

How it starts

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

Report Generator

Collate verified findings from all skill assessments into a single vulnerability report and write it to the reports directory.

Purpose

  • Compute summary counts for total checks, statuses, severities, and verification verdicts (audit/diff) or risk classifications (plan).
  • Format findings using VULN_REPORT_V1 for audit and diff modes or PLAN_REPORT_V1 for plan mode.
  • Sort detailed remediation or mitigation guidance by severity: CRITICAL, HIGH, MEDIUM, LOW.
  • Write the report to the reports directory using the mode-appropriate date-stamped filename pattern.
  • Group findings by skill and security framework.
  • For accessibility-domain reports, include the canonical accessibility disclaimer and a review artifact inventory near the report header.

Inputs

  • Verified findings collection grouped by skill name. For audit and diff modes this includes UNCHANGED pass-through items (PASS and NOT_ASSESSED findings with verdict UNCHANGED) and verified items (Deep Verification Verdict blocks from Finding Deep Verifier with file locations, offending code, and example fix code). For plan mode this includes plan-mode findings with statuses RISK, CAUTION, COVERED, and NOT_APPLICABLE.
  • Repository name as a string.
  • Report date in ISO 8601 format (YYYY-MM-DD).
  • Comma-separated list of skill names assessed.
  • (Optional) Mode: audit, diff, or plan. Determines report format and filename pattern. Defaults to audit.
  • (Optional) Domain: security or accessibility. Determines report directory, filename pattern, and report format. Defaults to security. Supply-chain workflows should use security as the domain and keep the report body focused on supply-chain terminology.
  • (Optional) Repository slug used in accessibility filenames (lowercase repository name with non-alphanumeric characters replaced by hyphens). Required when Domain is accessibility.
  • (Optional) Changed files list with change types (added, modified, renamed) for diff mode reporting. Included as an appendix in the generated report.
  • (Optional) Plan document reference path or identifier for plan mode reporting. Recorded in the report header.
  • (Optional) Review artifact inventory describing the mode, scope or path focus, changed files, plan document, prior scan report, excluded non-assessable files, assessed skills, and resolved report path when known. Required when Domain is accessibility.
  • (Optional) Accessibility disclaimer source. Defaults to ## Disclaimer Handling in .github/instructions/accessibility/accessibility-identity.instructions.md when Domain is accessibility.

Read the full file on GitHub · 175 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 · 175 lines · 25 tokens per session scan A d5e9de31baa8

Subscribe to this mod's changes

Report Generator is an agent published in the GitHub repository Peter-N91/hve-squad-mcp (0 stars, last pushed today), licensed MIT. It adds 25 tokens to every session and 3,266 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-08-31.