pkg.soopen package index

brew / Rang 4594

klee mit Homebrew, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für klee in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install klee

local Homebrew formula metadata

Linux

Nixverifiziert · 92%
nix profile install nixpkgs#klee

nixpkgs package indexes · pkgs/by-name/kl/klee/package.nix · Quelle: api.github.com

Überblick

Paketzusammenfassung

Symbolic Execution Engine

Befehle und Aliase

  • kleaver
  • klee
  • klee-exec-tree
  • klee-replay
  • klee-stats
  • klee-zesti
  • ktest-gen
  • ktest-randgen
  • ktest-tool

Verlauf

Projektgeschichte und Nutzung

KLEE is a dynamic symbolic execution engine for LLVM bitcode. It became influential because the 2008 OSDI paper demonstrated automatic test generation and bug finding on real Unix software at a scale that made symbolic execution feel practical rather than purely academic.

Projektgeschichte

KLEE was initially developed at Stanford by Cristian Cadar, Daniel Dunbar, and Dawson Engler and presented at OSDI 2008. The project site describes it as a symbolic execution engine built on LLVM, and the repository describes the two central pieces: the core symbolic virtual machine and a POSIX/Linux emulation layer for running bitcode programs with symbolic operating-system inputs.

The OSDI evaluation is the historical anchor for KLEE: it ran on GNU Coreutils, BusyBox, MINIX utilities, and the HiStar kernel, using generated tests to expose crashes and correctness problems in heavily used systems code. That paper established the shape of KLEE's long-term identity: a research tool that is still packaged as a practical command-line engine.

Adoptionsgeschichte

KLEE has been adopted most visibly in research, program-analysis teaching, and systems-testing workflows. A 2020 journal article describes KLEE as a popular dynamic symbolic execution engine that began at Stanford and was later primarily developed and maintained by the Software Reliability Group at Imperial College London.

Package-manager adoption followed from that academic and systems-tooling footprint. The Homebrew formula ships the `klee`, `kleaver`, `ktest-tool`, replay, stats, and test-generation utilities, reflecting KLEE's role as a suite rather than a single binary.

Wie es verwendet wird

Users compile C or C++ programs to LLVM bitcode, mark inputs symbolic, and run KLEE to explore feasible paths and emit concrete test cases. The POSIX runtime lets KLEE model command-line arguments, files, environment variables, and other parts of a Unix process environment, making it especially attractive for testing command-line utilities.

Warum Paket-Nerds sich dafür interessieren

KLEE matters to package nerds because it turns the package archive itself into test material: Coreutils, BusyBox, and MINIX utilities were not toy examples but ordinary low-level programs. It is also a good example of why some research artifacts become durable packages: the build may be specialized, but the command-line behavior is useful enough for distributions to preserve.

Zeitleiste

  • 2008: OSDI paper presented KLEE as a symbolic execution tool for high-coverage tests on complex systems programs.
  • 2008: The OSDI evaluation reported KLEE runs over more than 452 programs and serious bugs in Coreutils, BusyBox, MINIX, and HiStar.
  • 2020: A journal article described KLEE's post-Stanford maintenance and its academic and industry community.
  • 2025-12-23: GitHub releases page listed KLEE 3.2.

Related projects

  • KLEE is related to LLVM, STP and other SMT-backed solver tooling, S2E, angr, CBMC, AFL-style testing workflows, and the POSIX utility suites used in its original evaluation.

Sicherheitslage

Risikostufe: yellow

generalized runtime or code generation signal.

Risikoklassifikator

yellow Risiko · mittel Konfidenz · runtime

Warum

  • generalized runtime or code generation signal

Signale

  • text:repl

Installationsverhalten

  • Es wurden keine Homebrew-Bottle-Metadaten erfasst.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
kleaverExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
kleeExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
klee-exec-treeExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
klee-replayExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
klee-statsExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
klee-zestiExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
ktest-genExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
ktest-randgenExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
ktest-toolExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-08-03
Manager-Version3.2
Manager aktualisiert2026-07-31
lokale Datenunbekannt
Upstreamnicht verfügbar
neueste erkannte Versionnicht erkannt
  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:klee
Version3.2
PaketmanagerHomebrew
Homepagehttps://klee-se.org
Repositoryhttps://github.com/klee/klee
Zuletzt aktualisiert2026-07-31T14:27:43Z
Pulseupdated
Bottlenicht erfasst
Dienstkeiner deklariert

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Nix95%

klee

nix profile install nixpkgs#klee
  • normalized package name match
  • Abgeglichen nach: Klee
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/kl/klee/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation