What problem does it solve? Bug-bounty submissions often leak live session cookies, authorization tokens, or other users' PII inside screenshots and HAR files, creating security risks and triage friction. This Skill enforces a redaction and sanitization discipline so evidence convinces triagers without exposing secrets. ## Core Features & Use Cases - Cookie and Token Redaction Protocol: Defines which headers and cookies to mask (session cookies, Authorization, CSRF tokens) versus what is safe to leave visible (trace IDs, Cloudflare cookies), with Preview black-bar, Burp panel-hiding, and DevTools workflows. - HAR Sanitization with jq: Provides a reusable jq filter that strips Cookie, Set-Cookie, and Authorization values from exported HAR files, plus verification grep commands before attaching. - PII Black-Bar Discipline: Specifies what to mask in cross-account data (names, emails, phones, faces) versus what proves the bug (field shapes, attacker UID, trace IDs), with worked IDOR examples. - Use Case: Before submitting a rate-limit finding, you capture a Burp Intruder Results table with the request panel hidden, sanitize the exported HAR with the jq filter, and follow the 5-screenshot capture order with numbered filenames for the report. ## Quick Start Review my PoC screenshots and HAR file for this bug-bounty submission and tell me exactly what to redact before I attach them.