Report Drafter banner
Kennyalfredo Kennyalfredo

Report Drafter

Development community

Description

--- name: report-drafter description: Drafts a HackerOne/Bugcrowd-ready markdown report for a confirmed finding. Reads the candidate JSON from out/<slug>/(buckets|secrets)/*.json, the program JSON, and the ownership-cache verdict (key = first 16 hex chars of sha1("<slug>:<asset>")). Hard-refuses unless the ownership cache says `verdict == owned` AND `fetched_at` is within 30 days. Applies the per-asset severity cap from the program JSON. Writes the report to out/<slug>/reports/<asset-slug>-<ts>.

Installation

Installs to ~/.claude/agents/kennyalfredo-pr-agent-report-drafter.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Kennyalfredo/pr-agent/HEAD/.claude/agents/report-drafter.md -o ~/.claude/agents/kennyalfredo-pr-agent-report-drafter.md

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

Full documentation available on GitHub

View Source Repository