sanitizer▌
2 indexed skills · max 10 per page
output-sanitizer
useai-pro/openclaw-skills-security · Productivity
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.
address-sanitizer
trailofbits/skills · Productivity
Memory error detection for C/C++ fuzzing via compile-time instrumentation. \n \n Detects buffer overflows, use-after-free, double-free, and memory leaks by instrumenting code at compile time with the -fsanitize=address flag \n Requires approximately 20TB of virtual memory; disable fuzzer memory limits with -rss_limit_mb=0 (libFuzzer) or -m none (AFL++) \n Introduces 2–4x performance overhead; best suited for testing and fuzzing, not production use \n Integrates with libFuzzer, AFL++, cargo-fuzz,