# google/sanitizers

AddressSanitizer, ThreadSanitizer, MemorySanitizer

Repository: https://github.com/google/sanitizers
Canonical: https://ross.abutalabs.com/products/sanitizers
Language: C
License: NOASSERTION
License Family: other
Last push: 2026-05-19T16:35:54+00:00

## Health v2 (maintenance only)
Score: 70/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 83, release rhythm 35, longevity 100
- inputs: {"age_days": 4382, "days_push": 106, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 12455, forks 1098 (observed 2026-08-28T04:10:58.976161+00:00)

## What it is
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
- artifact type: library
- maturity: abandoned
- function: testing, security, developer-tools
- domain: developer-tools, testing, security
- platform: windows, cpp, c
- tags: addresssanitizer, threadsanitizer, memorysanitizer, leaksanitizer, ubsan, memory-safety, dynamic-analysis, archived, llvm, linux, macos

## Member repositories
- google/sanitizers (main) score 70

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:58.976161+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:14:02.866768+00:00, confidence not recorded.
  - readme: https://github.com/google/sanitizers (fetched 2026-08-28T04:10:58.976161+00:00, sha 5132e2a6f3ee)
- Data as of 2026-08-30T08:39:29.467469+00:00.
