macOS
brew install splintlocal Homebrew formula metadata
sudo port install splintMacPorts ports tree · devel/splint/Portfile · source: api.github.com
brew
Secure Programming Lint. Version 3.1.2 via Homebrew; verified 2026-06-22. Also installable with debian: sudo apt install splint.
install
brew install splintlocal Homebrew formula metadata
sudo port install splintMacPorts ports tree · devel/splint/Portfile · source: api.github.com
sudo apt install splintDebian stable package indexes · splint · source: deb.debian.org
nix profile install nixpkgs#splintnixpkgs package indexes · splint · source: raw.githubusercontent.com
sudo pacman -S splintArch Linux sync databases · splint · source: geo.mirror.pkgbuild.com
sudo zypper install splintopenSUSE Tumbleweed package metadata · splint · source: download.opensuse.org
overview
Secure Programming Lint
history
Splint, short for Secure Programming Lint, is an annotation-assisted static checker for C programs that extends the traditional Unix lint idea into security and stronger interface checking.
Splint came from the University of Virginia Inexpensive Program Analysis Group and the earlier LCLint research line. The official publications page traces LCLint work back through a 1994 FSE paper and a 1996-2000 LCLint user's guide, while the Splint release notes describe Splint 3.0.1 in January 2002 as the successor to LCLint 2.5q.
The project framed itself as lightweight rather than heavyweight formal verification: with little setup it could act as a better lint, and with source annotations it could check stronger assumptions about nullness, memory ownership, buffer sizes, and interfaces. Version 3.1.2 was released in July 2007, and the official homepage now points to a GitHub source repository plus historical source distributions.
Splint's package-manager presence in the supplied input spans Homebrew, Debian, Ubuntu, MacPorts, Nix, Arch, and openSUSE-family packaging. Its adoption is mostly historical and educational now, but it remains packaged because it is a recognizable classic in C static analysis and secure-programming coursework.
Users run `splint` against C source files and adjust checking with command-line flags, annotations in stylized comments, and `.splintrc` files. The manual documents loading `~/.splintrc` and then a working-directory `.splintrc`, with command-line flags overriding both.
Splint matters to package nerds because it is a fossil record of the path from Unix `lint` to annotation-assisted security checking. It is small, old, GPL-licensed, and still installable, which makes it useful for archaeology, examples, and comparing modern static analyzers against earlier C tooling.
security posture
No matching local secret-handling manifest was found for splint. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
.splintrc~/.splintrcexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
splint | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:splint |
|---|---|
| Version | 3.1.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/splint |
| Homepage | https://splint.org/ |
| Repository | https://github.com/splintchecker/splint |
| Upstream docs | https://splint.org/downloads/manual.pdf |
| License | GPL-2.0-or-later |
| Source archive | https://splint.org/downloads/splint-3.1.2.src.tgz |
| Last updated | 2026-06-22T14:06:21-07:00 |
| Pulse | updated |
| Uses from macOS | flex |
| Bottle | available (on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | splint |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
splint 1:3.1.2+dfsg-5
tool for statically checking C programs for bugs
sudo apt install splintsplint-data 1:3.1.2+dfsg-5
tool for statically checking C programs for bugs - data files
sudo apt install splint-datasplint-doc-html 1:3.1.2+dfsg-5
tool for statically checking C programs for bugs - HTML documentation
sudo apt install splint-doc-htmlsplint
nix profile install nixpkgs#splintsplint 1:3.1.2+dfsg-5
tool for statically checking C programs for bugs
sudo apt install splintsplint-data 1:3.1.2+dfsg-5
tool for statically checking C programs for bugs - data files
sudo apt install splint-datasplint-doc-html 1:3.1.2+dfsg-5
tool for statically checking C programs for bugs - HTML documentation
sudo apt install splint-doc-htmlsplint 3.1.2.git20180129-3
A tool for statically checking C programs for security vulnerabilities and coding mistakes
https://repo.or.cz/splint-patched.git
sudo pacman -S splintsplint 3.1.2-104.2
A tool for statically checking C programs
sudo zypper install splintsplint
sudo port install splintsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.