log-redactor

star 1

Redact secrets and PII from logs before sharing or summarizing. Use when the user asks to sanitize/redact logs or remove emails, tokens, API keys, or passwords.

ZeroZ-lab By ZeroZ-lab schedule Updated 1/5/2026

name: log-redactor description: Redact secrets and PII from logs before sharing or summarizing. Use when the user asks to sanitize/redact logs or remove emails, tokens, API keys, or passwords.

Log Redactor Skill

Workflow

  1. Run the redaction script on the raw log.
  2. Verify that obvious secrets and PII are masked.
  3. Summarize the redacted content if requested.

Script usage

  • Run: python scripts/redact_logs.py --input <path> --output <path>
  • If no output path is provided, print to stdout.

Output format

Redacted log:

<redacted content>

Optional summary:

  • ...

Notes

  • Do not invent values when masking.
  • Keep original structure intact while replacing sensitive tokens.
Install via CLI
npx skills add https://github.com/ZeroZ-lab/ai-hub --skill log-redactor
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator