What problem does it solve?
It prevents bug-bounty submissions from leaking session cookies, authorization tokens, and other users’ personal data in screenshots and HAR files, which can derail reports and create privacy/security harm.
Core Features & Use Cases
- Cookie redaction discipline: Identifies what to mask in cookies/Authorization (and what correlation IDs are safe to leave visible) across common capture workflows like DevTools, Burp Repeater/Intruder, and screenshotting.
- Other-user PII black-bar protocol: Specifies what to redact (names, emails, phones, faces, addresses, government IDs) while leaving bug-verifying structure (JSON keys/field shapes and attacker session identifiers) intact.
- HAR sanitization with jq: Provides concrete header and cookie stripping guidance and verification checks to ensure no sensitive values remain.
- Evidence capture hygiene: Establishes pre-capture and post-capture checklists, screenshot ordering conventions, filename structure, and post-submission rotation rules for test accounts.
Quick Start
Before capturing any screenshot or exporting a HAR for a bug-bounty submission, apply the cookie/PII redaction checks from this skill to produce evidence that triagers can verify without exposing secrets or victim data.