prepublish-privacy-scrub

Scan skill files for API keys, tokens, secrets, and personal data, then redact and verify.

3|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/Dalomeve/bot-output --skill prepublish-privacy-scrub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prepublish-privacy-scrub
Source: https://github.com/Dalomeve/bot-output/tree/main/skills/prepublish-privacy-scrub
Command: npx skills add https://github.com/Dalomeve/bot-output --skill prepublish-privacy-scrub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scan and remove sensitive data before publishing skills to prevent exposure.

Core Features & Use Cases

  • Scans skill files for API keys, tokens, secrets, and personal data.
  • Redacts found sensitive information and returns scrubbed copies for publication.
  • Supports a verification checklist to ensure no residual sensitive data remains.

Quick Start

Run the privacy scrub on the target skill directory to redact API keys, tokens, secrets, and personal data.

Frequently Asked Questions about prepublish-privacy-scrub

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I redact API keys and secrets from skill files before publishing?

To redact API keys and secrets before publishing, this skill scans all target directory artifacts, identifies sensitive patterns, and returns scrubbed copies with the data removed. A verification checklist ensures no residual sensitive data remains.

What is data scrubbing for pre-publish checks and CI pipelines?

Data scrubbing for pre-publish checks is the process of scanning repository artifacts to identify and redact tokens, personal data, and secrets, ensuring sensitive information is removed before publication.

Can I use this privacy scrub skill to remove personal data across an entire repository?

Yes, you can use this privacy scrub skill to remove personal data across an entire repository, as its scope explicitly covers all skill artifacts within the target directory during pre-publish checks.

Does the skill verify that no residual sensitive data remains after redaction?

Yes, the skill verifies that no residual sensitive data remains after redaction by enforcing a verification checklist step following the initial pattern scanning and data scrubbing processes.

What's the best way to automate secret redaction in a CI pipeline?

The best way to automate secret redaction in a CI pipeline is to run this skill against the target directory, which applies pattern scanning and returns scrubbed files ready for publication.