From cybersec-toolkit
Sanitizes security evidence (HAR, logs, screenshots, curl, PoC output) by redacting tokens, cookies, PII, and internal data while preserving reproducibility for reports and writeups.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cybersec-toolkit:evidence-hygieneThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this before `report-writing`, `writeup-template`, external submission, or sharing
Use this before report-writing, writeup-template, external submission, or sharing
PoC artifacts. Keep evidence useful enough for reproduction while removing secrets,
PII, and unrelated data.
Cookie, Set-Cookie, session IDs, CSRF tokens.Authorization, bearer tokens, JWTs, API keys, OAuth codes, refresh tokens.[REDACTED_COOKIE], [REDACTED_TOKEN], [REDACTED_EMAIL],
[REDACTED_CUSTOMER_ID], [REDACTED_INTERNAL_HOST].tok_abcd...[REDACTED]...7890.writeups/ and external reports.Cookie, Authorization, X-API-Key, CSRF, JWT, and tracking
headers unless a redacted placeholder is needed to explain auth context.npx claudepluginhub 26zl/cybersec-toolkit --plugin cybersec-toolkitGuides redaction of cookies, PII, and secrets in bug-bounty evidence (screenshots, HAR files, HTTP requests). Invoke before capturing PoC evidence or attaching HARs.
Redacts network/MITM capture directories (JSONL, JSON, logs, HAR) in place with class-preserving substitution that keeps token prefixes for analysis. For use when a wire capture must enter public notes or repos without leaking session secrets.
Identifies sensitive data exposure vulnerabilities including API key leakage, PII in responses, insecure storage, and unprotected data transmission during security assessments.