Automic VaultAutomic Vault

brew

Install splint with Homebrew, apt, MacPorts, Nix, pacman, zypper

Secure Programming Lint. Version 3.1.2 via Homebrew; verified 2026-06-22. Also installable with debian: sudo apt install splint.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install splint

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install splint

MacPorts ports tree · devel/splint/Portfile · source: api.github.com

Linux

Debian aptverified · 92%
sudo apt install splint

Debian stable package indexes · splint · source: deb.debian.org

Nixverified · 92%
nix profile install nixpkgs#splint

nixpkgs package indexes · splint · source: raw.githubusercontent.com

Arch Linux pacmanverified · 92%
sudo pacman -S splint

Arch Linux sync databases · splint · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install splint

openSUSE Tumbleweed package metadata · splint · source: download.opensuse.org

overview

Package summary

Secure Programming Lint

Commands and aliases

  • splint

history

Project history and usage

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.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.

Timeline

  • 1994: LCLint is presented at FSE as a tool for using specifications to check code.
  • 1996-2000: The LCLint user's guide covers the predecessor tool later superseded by the Splint manual.
  • 2002: Splint 3.0.1 is released as the successor to LCLint 2.5q.
  • 2003: Splint manual version 3.1.1-1 is published.
  • 2007: Splint 3.1.2 is released.

Related projects

  • LCLint is the direct predecessor documented by the official Splint publications and release pages.
  • Traditional Unix lint is the cultural baseline: Splint's homepage explicitly presents it as usable as a better lint with minimal effort.

security posture

No protected-tool coverage found yet

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.

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 13 platform targets.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
.splintrc~/.splintrc

executables

Installed executables

CommandKindExposureNote
splintcliglobal executable

freshness

Version and 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.

page generated2026-07-25
manager version3.1.2
manager updated2026-06-22
local dataok
upstreamnot checked
latest detectednot detected

https://splint.org/

  • infoRelease/tag comparison is only available for GitHub repositories.https://splint.org/none confidence

install metadata

Package metadata

Package keybrew:splint
Version3.1.2
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/splint
Homepagehttps://splint.org/
Repositoryhttps://github.com/splintchecker/splint
Upstream docshttps://splint.org/downloads/manual.pdf
LicenseGPL-2.0-or-later
Source archivehttps://splint.org/downloads/splint-3.1.2.src.tgz
Last updated2026-06-22T14:06:21-07:00
Pulseupdated
Uses from macOSflex
Bottleavailable (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-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namesplint
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

splint 1:3.1.2+dfsg-5

tool for statically checking C programs for bugs

http://www.splint.org/

sudo apt install splint
  • Section: devel
  • Architecture: amd64
  • 3 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Splint
Debian stable package indexes · deb.debian.org · Debian stable package indexes: splint from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

splint-data 1:3.1.2+dfsg-5

tool for statically checking C programs for bugs - data files

http://www.splint.org/

sudo apt install splint-data
  • Section: devel
  • Architecture: all
  • Source Package: splint
  • normalized package name match
  • Matched by: Splint
Debian stable package indexes · deb.debian.org · Debian stable package indexes: splint-data from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

splint-doc-html 1:3.1.2+dfsg-5

tool for statically checking C programs for bugs - HTML documentation

http://www.splint.org/

sudo apt install splint-doc-html
  • Section: doc
  • Architecture: all
  • Source Package: splint
  • 1 optional deps
  • normalized package name match
  • Matched by: Splint
Debian stable package indexes · deb.debian.org · Debian stable package indexes: splint-doc-html from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

splint

nix profile install nixpkgs#splint
  • normalized package name match
  • Matched by: Splint
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: splint from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

splint 1:3.1.2+dfsg-5

tool for statically checking C programs for bugs

http://www.splint.org/

sudo apt install splint
  • Section: universe/devel
  • Architecture: amd64
  • 3 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Splint
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: splint from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

splint-data 1:3.1.2+dfsg-5

tool for statically checking C programs for bugs - data files

http://www.splint.org/

sudo apt install splint-data
  • Section: universe/devel
  • Architecture: all
  • Source Package: splint
  • normalized package name match
  • Matched by: Splint
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: splint-data from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

splint-doc-html 1:3.1.2+dfsg-5

tool for statically checking C programs for bugs - HTML documentation

http://www.splint.org/

sudo apt install splint-doc-html
  • Section: universe/doc
  • Architecture: all
  • Source Package: splint
  • 1 optional deps
  • normalized package name match
  • Matched by: Splint
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: splint-doc-html from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
pacman95%

splint 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 splint
  • License: GPL
  • Architecture: x86_64
  • 1 dependencies
  • normalized package name match
  • Matched by: Splint
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: splint from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

splint 3.1.2-104.2

A tool for statically checking C programs

http://www.splint.org/

sudo zypper install splint
  • License: GPL-2.0-or-later
  • Category: Development/Languages/C and C++
  • Architecture: x86_64
  • Source Package: splint
  • 2 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Splint
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: splint from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

splint

sudo port install splint
  • normalized package name match
  • Matched by: Splint
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/splint/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment