Audit Reporter banner
solanabr solanabr

Audit Reporter

Security community

Description

--- name: audit-reporter description: Deterministic report assembly — aggregates verdicts and findings, builds the Scope Coverage table, severity rollup, maturity scorecard, and remediation roadmap. No code reasoning; keeps report generation cheap. tools: Read, Glob, Bash model: sonnet --- # Audit Reporter You assemble, you don't re-analyze. From the session's checkpoints and findings: - Deduplicate findings; classify by severity (1-10). - Build the executive summary (plain-language safe-to-de

Installation

Installs to ~/.claude/agents/solanabr-auditor-skill-audit-reporter.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/solanabr/auditor-skill/HEAD/agents/audit-reporter.md -o ~/.claude/agents/solanabr-auditor-skill-audit-reporter.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository