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: memory-safety

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
  • spacecraft-carbon-guidelines - Spacecraft Carbon Guidelines
    carboncpp-interoperabilitymemory-safetyspacecraft-software

    ★ 0 · Updated 2026-09-17

    Guidelines for writing type-safe and memory-safe Carbon code with C++ interoperability following Spacecraft Software standards.

    ⚙ Write type-safe Carbon code⚙ Configure hardened build profiles⚙ Import C++ packages cleanly
  • memory-safety-patterns - Patterns for cross-language memory-safe programming.
    memory-safetyraiiownershipsmart-pointers

    ★ 2 · Updated 2026-09-09

    Provides cross-language patterns for memory-safe programming including RAII, ownership, smart pointers, and resource management.

    ⚙ Write memory-safe systems code⚙ Manage system and memory resources⚙ Prevent use-after-free and leaks
  • rag-data-safety - Enforce RAG and memory data safety controls.
    ragdata-safetyprovenancetrust-boundary

    ★ 1 · Updated 2026-09-09

    Protects retrieval, storage, cache, and memory safety by enforcing provenance, trust boundaries, filtering, access control, quarantine, and retention rules.

    ⚙ Identify active data surfaces⚙ Define trust models and boundaries⚙ Require provenance for data
  • address-sanitizer - Address Sanitizer for C/C++ Memory Safety Bug Detection
    memory-safetyc-cpptestingsecurity

    ★ 64 · Updated 2026-02-12

    Use AddressSanitizer to detect memory safety bugs in C/C++ programs.

    ⚙ Detect memory safety bugs⚙ Identify use-after-free errors⚙ Identify buffer overflow errors