google/sanitizers
AddressSanitizer, ThreadSanitizer, MemorySanitizer observed · 2026-08-28
Health v2 · maintenance only
70/100
- Activity 83
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4382
- days_rel: n/a
- days_push: 106
- n_releases_24m: 0
Adoption not part of the score
12455 stars · 1098 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
The Google sanitizers repository hosts documentation and helper code for AddressSanitizer, ThreadSanitizer, MemorySanitizer, LeakSanitizer, and related dynamic analysis tools for C/C++ code. The repository is archived; the sanitizer runtimes now live in the LLVM project.
Use cases
- detect memory errors like buffer overflows and use-after-free in C/C++ programs
- find data races and deadlocks in multithreaded code
- catch uses of uninitialized memory
- detect memory leaks in native applications
- instrument the Linux kernel with KASAN/KMSAN/KCSAN
- run undefined behavior checks with UBSan
When to choose
- you need historical documentation or helper code for the sanitizers
- you want to understand how AddressSanitizer or ThreadSanitizer work
When to avoid
- you need the actual sanitizer runtimes - use LLVM or GCC directly
- you want to file bugs or get new features - the repo is archived and unmaintained
- you need hardware-assisted sanitizers like HWASAN - go to the LLVM project
Facets
library · maturity abandoned
testing security developer-tools developer-tools testing security windows cpp c addresssanitizer threadsanitizer memorysanitizer leaksanitizer ubsan memory-safety dynamic-analysis archived llvm linux macos
1 source
- readme: https://github.com/google/sanitizers · fetched 2026-08-28 · 5132e2a6f3ee
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| google/sanitizers | main | 70 |
For agents
markdown · JSON · MCP: product_card(name="google/sanitizers")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem