PR Evidence Pack Generator

$9 one-time
Buy Now — $9

Prove your AI code review before merge.

AI coding agents generate PRs fast. But teams need evidence — not just claims — that changes were reviewed, tests were run, and risk was assessed. The PR Evidence Pack Generator produces structured, shareable evidence reports from any diff.

Risk Analysis

Automatic risk scoring (0–100) and flagging: dependency changes, config changes, secrets in diffs, auth/payment paths, source-without-tests, and infrastructure changes. Now configurable per team.

GitHub PR Comment

Generate ready-to-paste GitHub PR comments with emoji risk indicators, collapsible metadata, and review checklists. Just --format github-comment.

Configurable Severity NEW v1.2

Custom risk thresholds, flag weights, file patterns, sensitive paths, and secret detection via JSON config. --severity-config team.json

Reviewer Checklist & Sign-Off

Tailored reviewer checklists based on detected risk flags. Author, reviewer, and security reviewer sign-off requirements based on risk level.

Test Coverage

Parses pytest, jest, go test, and generic test output. Shows pass/fail counts and test commands directly in your evidence report.

Quick start

# Generate Markdown evidence report
python3 src/pr_evidence_pack.py --diff my-pr.diff

# GitHub PR comment — paste directly into GitHub
python3 src/pr_evidence_pack.py \\
  --diff my-pr.diff \\
  --test-output pytest-output.txt \\
  --metadata pr-meta.json \\
  --format github-comment \\
  --output pr-comment.md

# Full report with test output + metadata → HTML
python3 src/pr_evidence_pack.py \\
  --diff my-pr.diff \\
  --test-output pytest-output.txt \\
  --metadata pr-meta.json \\
  --format html \\
  --output evidence.html

# Use in CI: exit 1 on high risk → block merge
python3 src/pr_evidence_pack.py --diff pr-changes.diff
echo $?

# Custom severity config for your team
python3 src/pr_evidence_pack.py \\
  --diff my-pr.diff \\
  --severity-config team-config.json \\
  --format markdown

What's in the report

Sample Evidence Pack Output

SectionContent
MetadataPR title, URL, author, reviewer, branch, timestamp
Risk SummaryScore 0–100, level HIGH / MEDIUM / low, verdict
Risk FlagsDEPENDENCY_CHANGE, SENSITIVE_AREA_CHANGE, POSSIBLE_SECRET_LITERAL, etc.
Changed FilesPer-file: path, +lines, -lines, risk flags
Test CoverageTests run, passed, failed, commands
Reviewer ChecklistTailored checklist based on risk flags
Sign-OffAuthor / Reviewer / Security Reviewer requirements

What's included

Who is this for?

Evidence-backed — no fake claims

58 passing unit tests. py_compile validated. Sample fixtures that produce real output. This is a working CLI tool, not a prompt pack or PDF.

Ran 58 tests in 0.019s — OK
py_compile: OK
ZIP SHA256: verified

Honest limitations

Also available

Pair with the AI Agent Change Risk Audit Kit for enhanced risk analysis, or the CI Gate Templates Pack for drop-in CI/CD risk gates.

Buy PR Evidence Pack Generator — $9