LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: sanitizers

Browse skills that share this tag.

  • fuzzing-for-memory-bugs - Fuzz C/C++ code with sanitizers to find memory bugs
    fuzzingmemory-safetycppsanitizers

    ★ 43 · Updated 2026-09-23

    Audit C/C++ code for memory safety bugs using sanitizer builds, target harnesses, fuzzing engines, and crash triage.

    ⚙ Design target fuzz harnesses⚙ Build targets with sanitizers⚙ Prepare seed corpus and dictionaries
  • cpp-testing - C++ testing workflow using GoogleTest and CMake/CTest
    cppgoogletestctestcmake

    ★ 0 · Updated 2026-09-21

    Workflow for writing and updating C++ tests, configuring GoogleTest and CTest, diagnosing failures, and enabling coverage or sanitizers.

    ⚙ Write C++ tests⚙ Fix existing tests⚙ Configure GoogleTest and CTest
  • cpp-testing - GoogleTest and CMake/CTest workflow for modern C++
    cppgtestcmakectest

    ★ 0 · Updated 2026-09-21

    Used for writing and repairing C++ tests, configuring GoogleTest and CTest, diagnosing failures, and adding code coverage or sanitizers.

    ⚙ Write and update C++ tests⚙ Configure GoogleTest and CTest workflows⚙ Diagnose test failures and flakiness
  • llvm-security - LLVM Security Expert - Hardening & Sanitizers
    compiler securitymemory safetysanitizershardening

    ★ 438 · Updated 2026-03-23

    Implements LLVM security features, sanitizers, hardening techniques, exploit mitigations, and secure compilation

    ⚙ compile program with sanitizers⚙ detect memory errors⚙ detect data races