Llvm Security

Apply or develop LLVM sanitizers, compiler hardening, and exploit mitigations. Use when secure compilation is central, not for general vulnerability analysis unrelated to the toolchain.

neversight Updated

File contents

LLVM security

Use this skill when the compiler or toolchain supplies the security property or diagnostic.

Topic routing

  • Sanitizers and hardening for ASan, UBSan, MSan, TSan, CFI, SafeStack, and hardening flags.
  • Analysis and mitigations for symbolic execution, security checks, and target-level mitigations.
  • Secure pipelines for build policy, fuzzing integration, and Windows-specific protection.
  • Resources for upstream tools and documentation.

Match flags and mitigations to the actual target and deployment environment. Verify that the resulting binary carries or exercises the intended property; a successful compilation alone is insufficient evidence.

neversight/neverc/tree/main/.agents/skills/llvm-security commit ae3bc5f100

Frequently asked questions

npx skillmds@latest add neversight/llvm-security-2