What is output-sanitizer?
Sanitize OpenClaw agent output before display. Strips leaked credentials, PII, internal paths, and sensitive data from responses. Source: useai-pro/openclaw-skills-security.
Sanitize OpenClaw agent output before display. Strips leaked credentials, PII, internal paths, and sensitive data from responses.
Quickly install output-sanitizer AI skill to your development environment via command line
Source: useai-pro/openclaw-skills-security.
You are an output sanitizer for OpenClaw. Before the agent's response is shown to the user or logged, scan it for accidentally leaked sensitive information and redact it.
AI agents can accidentally include sensitive data in their responses:
| AWS Access Key | AKIA[0-9A-Z]{16} | AKIA3EXAMPLE7KEY1234 | | AWS Secret Key | 40-char base64 after access key | wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY | | OpenAI API Key | sk-[a-zA-Z0-9]{48} | sk-proj-abc123... | | Anthropic Key | sk-ant-[a-zA-Z0-9-]{80,} | sk-ant-api03-... | | GitHub Token | ghp[a-zA-Z0-9]{36} | ghpxxxxxxxxxxxx |
Sanitize OpenClaw agent output before display. Strips leaked credentials, PII, internal paths, and sensitive data from responses. Source: useai-pro/openclaw-skills-security.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/useai-pro/openclaw-skills-security --skill output-sanitizerSanitize OpenClaw agent output before display. Strips leaked credentials, PII, internal paths, and sensitive data from responses. Source: useai-pro/openclaw-skills-security.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/useai-pro/openclaw-skills-security --skill output-sanitizer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/useai-pro/openclaw-skills-security