SVF-tools/SVF
Static Value-Flow Analysis Framework for Source Code observed · 2026-08-28
Health v2 · maintenance only
86/100
- Activity 99
- Release rhythm 60
- Longevity 100
Flags: 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: 174.0
- age_days: 4108
- days_rel: 106
- days_push: 9
- n_releases_24m: 3
Adoption not part of the score
1705 stars · 495 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
SVF is a C++ static analysis framework built on LLVM that provides scalable and precise value-flow analysis and pointer analysis for source code. It offers reusable graphs, solvers, and analyses for detecting bugs such as memory leaks and incorrect file open/close errors.
Use cases
- perform pointer and points-to analysis on C/C++ programs
- detect memory leaks and source-sink bugs statically
- build custom static analyzers on top of LLVM IR
- compute value-flow dependence and program slicing
- analyze call graphs and interprocedural control-flow graphs
- teach or research static program analysis techniques
When to choose
- you need scalable, precise pointer or value-flow analysis for C/C++ code compiled to LLVM IR
- you are building a custom static analyzer or bug detector on LLVM
- you want an academically grounded framework with field-, flow-, and context-sensitive analyses
When to avoid
- your code does not compile to LLVM IR (e.g., Java or Rust - use Qilin or Rupta instead)
- you need dynamic/runtime analysis rather than static analysis
- you want a turnkey commercial-grade security scanner with minimal setup
Facets
library · maturity active
parser compiler developer-tools security developer-tools security programming-languages compilers cpp static-analysis pointer-analysis llvm value-flow bug-detection abstract-interpretation code-verification linux macos
2 sources
- readme: https://github.com/SVF-tools/SVF · fetched 2026-08-28 · 87ab2594c50f
- homepage: http://svf-tools.github.io/SVF/ · fetched 2026-08-29 · 7c2c5b28a065
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| SVF-tools/SVF | main | 86 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem