Conversation
Add mandatory documentation/logging sections to all 10 prompt templates instructing Claude Code to write detailed audit trail files at engagement end: 1. Engagement/Scan/Hunt/Collection Log — chronological record of every phase, tool execution, decision, and outcome with structured summary tables 2. Issues & Errors Log — complete record of tool failures, scan anomalies, exploitation failures, false positives, skipped tests, and data quality notes 3. Evidence Index — catalog of screenshots, extracted data, traffic captures, payloads, and session artifacts with cross-references to findings Each documentation section is tailored to the template type: - Exploitation templates: full engagement log + evidence index with PoC mapping - Recon template: discovery index with subdomain/DNS/service inventories - OSINT template: intelligence index with source tracking - Bug bounty template: hunt log with scope compliance and program rule tracking - Quick scan: lighter scan log with coverage gaps and follow-up recommendations Also adds "Before you start" pre-flight checklists to all templates (UX improvement) covering target confirmation, MCP health, and authorization status. All documentation files write to output/reports/ with target-and-date filenames. https://claude.ai/code/session_01UxruBeSAeE6Dn5HmyD2b2M
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds standardized pre-engagement checklists and comprehensive documentation requirements across all assessment templates. These additions ensure consistent preparation, execution tracking, and audit trail generation for all engagement types.
Key Changes
Pre-engagement checklists: Added "Before you start" sections to all 10 templates with 4-6 critical setup steps including:
make health)make inject-verification)Mandatory documentation framework: Added three standardized documentation files required at the end of each engagement:
Template-specific documentation: Each template's documentation section tailored to its engagement type:
Notable Implementation Details
[log-type]-[TARGET]-DDMMYYYY.mdhttps://claude.ai/code/session_01UxruBeSAeE6Dn5HmyD2b2M