mayflower

Report — Security skill for Claude Code

Security community

Compile findings into markdown security assessment report.

How to install Report

Installs to ~/.claude/commands/mayflower-kali-ai-redteam-report.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/mayflower/kali-ai-redteam/HEAD/.claude/commands/report.md -o ~/.claude/commands/mayflower-kali-ai-redteam-report.md

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

What Report does


description: Compile findings into markdown security assessment report

Generate AI security assessment report from `/pentest/` findings.

Report Structure

Create `/pentest/reports/assessment-$(date +%Y%m%d).md` with:

1. Executive Summary

  • Assessment scope and objectives
  • Key findings overview (Critical/High/Medium/Low counts)
  • Overall risk rating
  • Top 3 recommendations

2. Methodology

  • Tools used (garak, promptfoo, manual testing)
  • Testing phases completed
  • Scope lim

Alternatives in Security

  • Security Scan Report — Generated: 2026-04-10 20:48 UTC Skills scanned: 134 Total findings: 836 Critical: 32 High: 50 Safe skills: 100 18.1k ★
  • Skills Audit Report — Date: 2026-02-15 Auditor: Automated Skill Quality Audit Scope: Recently added skills in business-growth/, fina 5.3k ★
  • Review Artifact — Creates one polished, self-contained HTML artifact from review findings, audit notes, PR feedback, code review 652 ★

Full documentation available on GitHub

View Source Repository