LogoClawIndex
CasesSkillsAbout
LogoClawIndex

llvm-security - LLVM Security Features and Hardening

Implements LLVM security features including sanitizers, hardening, and secure compilation

Tags

Updated: 2026-03-23

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Compile with sanitizers
  • Detect memory errors
  • Detect data races
  • Detect undefined behavior
  • Implement stack protection
  • Enable control flow integrity
  • Perform fuzzing
  • Integrate symbolic execution
  • Harden build pipeline
  • Protect return addresses

Inputs

  • Source code
  • Compiler flags
  • Symbolic inputs
  • Fuzz test cases

Outputs

  • Memory error reports
  • Security diagnostics
  • Vulnerability reports
  • Hardened binaries

Requirements

  • LLVM compiler toolchain
  • Clang compiler
  • Linker with security support

Source

  • Spec: SKILL.md

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.
Compiler security
Memory safety
Hardening
LLVM
Sanitizers
Compile with sanitizers
Detect memory errors
Detect data races
Detect undefined behavior
Source code
Compiler flags
Symbolic inputs
Memory error reports
Security diagnostics
Vulnerability reports