pkg.soopen package index

brew / 順位 7615

zlint を Homebrew, apt, MacPorts, Nix でインストール

zlint のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install zlint

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install zlint

MacPorts ports tree · security/zlint/Portfile · ソース: api.github.com

Linux

Debian apt確認済み · 92%
sudo apt install zlint

Debian stable package indexes · zlint · ソース: deb.debian.org

Nix確認済み · 92%
nix profile install nixpkgs#zlint

nixpkgs package indexes · pkgs/by-name/zl/zlint/package.nix · ソース: api.github.com

概要

パッケージ概要

X.509 Certificate Linter focused on Web PKI standards and requirements

コマンドとエイリアス

  • zlint

履歴

プロジェクトの歴史と使われ方

ZLint is a Go-based X.509 certificate linter from the ZMap/Web PKI research ecosystem. It encodes checks from RFC 5280, CA/Browser Forum Baseline Requirements, and related PKI rules so certificates can be linted before or after issuance.

プロジェクトの歴史

The public GitHub repository was created in 2016 under the ZMap organization, and the 2018 paper Tracking Certificate Misissuance in the Wild introduced ZLint as part of a systematic study of certificate authority mistakes. The paper describes manually dissecting RFC 5280 and CA/B Forum Baseline Requirements into standalone lints, with hundreds of checks that could be run over certificate corpora.

ZLint grew out of the same measurement culture as ZMap and Censys: turn public Internet and Web PKI data into testable artifacts. Its README presents it both as a command-line tool and as a library that can be integrated into CA software, which is why the package matters beyond one-off certificate inspection.

採用の歴史

The original research ran ZLint over browser-trusted certificates in Censys, making it part of a Web PKI measurement pipeline rather than only a local developer utility. The tool helped quantify how certificate construction errors changed over time and how errors correlated with CA operational practices.

The CA/Browser Forum lists ZLint among linting software resources, alongside tools such as pkilint and pkimetal. That placement is significant because CA/B Forum rules are the policy surface ZLint was built to encode, and the listing reflects its role in the public certificate-issuance tooling ecosystem.

使われ方

Practical use is usually pre-issuance or post-issuance certificate checking: feed a certificate to the zlint CLI, or call the Go library from CA, CT-monitoring, or compliance tooling. Results are useful for catching malformed extensions, missing required fields, invalid names, and other policy or standards violations that are easier to automate than to audit by hand.

For package users, ZLint is a specialist security tool: it is not a TLS scanner like testssl.sh and not a certificate parser like OpenSSL. Its niche is standards and policy linting for certificate objects themselves.

パッケージ好きにとっての重要性

ZLint is a good example of research software becoming operational infrastructure. It packages Web PKI policy as runnable checks, so a formula install gives operators and researchers the same kind of linting logic used in large-scale certificate studies.

It also shows the ZMap project's broader pattern: small focused command-line tools that turn Internet measurement and PKI knowledge into reusable Unix-style components.

タイムライン

  • 2016-11-30: The zmap/zlint GitHub repository is created.
  • 2018: Tracking Certificate Misissuance in the Wild introduces and releases ZLint as a Go-based certificate linting framework.
  • 2018: The paper reports running ZLint over browser-trusted certificates in Censys.
  • 2020s: The CA/Browser Forum resources page lists ZLint as X.509 certificate linting software.

Related projects

  • ZMap and Censys are related through the broader Internet measurement and Web PKI research lineage.
  • pkilint and pkimetal occupy adjacent PKI linting and meta-linting roles listed by the CA/Browser Forum.
  • certlint is an earlier certificate linting tool referenced in Web PKI linting literature.

セキュリティ状態

保護ツール対応はまだ見つかっていません

zlint に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
zlint実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-08-03
マネージャ版3.7.1
マネージャ更新日2026-07-25
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:zlint
バージョン3.7.1
パッケージマネージャHomebrew
ホームページhttps://zmap.io/
リポジトリhttps://github.com/zmap/zlint
最終更新2026-07-25T21:50:59+02:00
Pulseupdated
Bottle未記録
サービス宣言なし

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

zlint 3.6.2-4

X.509 Certificate Linter focused on Web PKI standards (program)

https://github.com/zmap/zlint

sudo apt install zlint
  • Section: golang
  • Architecture: amd64
  • Source Package: golang-github-zmap-zlint
  • 1 依存関係
  • normalized package name match
  • 一致条件: Zlint
Debian stable package indexes · deb.debian.org · Debian stable package indexes: zlint from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

zlint

nix profile install nixpkgs#zlint
  • normalized package name match
  • 一致条件: Zlint
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/zl/zlint/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
MacPorts95%

zlint

sudo port install zlint
  • normalized package name match
  • 一致条件: Zlint
MacPorts ports tree · api.github.com · MacPorts ports tree: security/zlint/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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