macOS
brew install checkseclocal Homebrew formula metadata
brew
checksec のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install checkseclocal Homebrew formula metadata
sudo apt install checksecDebian stable package indexes · checksec · ソース: deb.debian.org
sudo dnf install checksecFedora Rawhide package metadata · checksec · ソース: dl.fedoraproject.org
nix profile install nixpkgs#checksecnixpkgs package indexes · pkgs/by-name/ch/checksec/package.nix · ソース: api.github.com
sudo pacman -S checksecArch Linux sync databases · checksec · ソース: geo.mirror.pkgbuild.com
sudo zypper install checksecopenSUSE Tumbleweed package metadata · checksec · ソース: download.opensuse.org
概要
Security feature auditing for ELF binaries and Linux kernels
履歴
checksec is a command-line auditor for security properties of ELF executables, running processes, and Linux kernels. It reports mitigations and hardening features such as RELRO, stack canaries, NX, PIE, CFI, FORTIFY_SOURCE, and seccomp.
The original checksec was written by Tobias Klein as a Bash script in 2011. The maintained project is a modern Go rewrite distributed as a single static binary while retaining the familiar checksec purpose and name.
The project is distributed through release binaries, Linux package formats, a container image, Go installation, and several operating-system package managers, making it a common lightweight hardening check in developer and security workflows.
Typical commands inspect one file, recursively scan a directory, audit a process by PID, or examine the running Linux kernel. Machine-readable CSV, JSON, XML, and YAML output makes it suitable for scripts and CI policy checks.
checksec packages a broad set of binary-hardening checks into one small CLI. It is useful after compilation or packaging to verify that toolchain and linker hardening flags survived into the shipped artifact.
セキュリティ状態
checksec に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
checksec | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/slimm609/checksec
インストールメタデータ
| パッケージキー | brew:checksec |
|---|---|
| バージョン | 3.2.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/checksec |
| ホームページ | https://slimm609.github.io/checksec |
| リポジトリ | https://github.com/slimm609/checksec |
| 上流ドキュメント | https://slimm609.github.io/checksec |
| ライセンス | BSD-3-Clause |
| ソースアーカイブ | https://github.com/slimm609/checksec/archive/refs/tags/3.2.0.tar.gz |
| 最終更新 | 2026-07-21T03:05:04Z |
| Pulse | new |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | checksec |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
checksec 2.6.0-2
Bash script to test executable properties
https://github.com/slimm609/checksec.sh
sudo apt install checksecchecksec
nix profile install nixpkgs#checksecchecksec 2.6.0-2
Bash script to test executable properties
https://github.com/slimm609/checksec.sh
sudo apt install checksecchecksec 2.7.1-7.fc44
Tool to check system for binary-hardening
https://github.com/slimm609/checksec.sh
sudo dnf install checksecchecksec 3.1.0-2
Tool designed to test which standard Linux OS and PaX security features are being used
https://slimm609.github.io/checksec/
sudo pacman -S checksecchecksec 3.1.0-2.3
Utility to check binaries for system hardening
https://github.com/slimm609/checksec.sh
sudo zypper install checksecソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.