# checksec を Homebrew, apt, dnf, Nix, pacman, zypper でインストール

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

## インストール

```sh
sudo av install brew:checksec
```

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

### macOS

- Homebrew (100%):

```sh
brew install checksec
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install checksec
```

  証拠: Debian stable package indexes: checksec from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install checksec
```

  証拠: Fedora Rawhide package metadata: checksec from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#checksec
```

  証拠: nixpkgs package indexes: pkgs/by-name/ch/checksec/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S checksec
```

  証拠: Arch Linux sync databases: checksec from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install checksec
```

  証拠: openSUSE Tumbleweed package metadata: checksec from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:checksec
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/checksec>
- **バージョン:** 3.2.0
- **ソース概要:** Security feature auditing for ELF binaries and Linux kernels
- **ホームページ:** <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
- **生成日時:** 2026-07-25T07:20:51+00:00

## 実行可能ファイル

- checksec (cli)
- checksec (エイリアス)

## ビルド依存関係

- go

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-25
- マネージャ版: 3.2.0
- マネージャ更新日: 2026-07-21
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/slimm609/checksec
- 検出された最新: 3.2.0 (最新)
## プロジェクトの歴史と使われ方

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.

### タイムライン

- 2011: Tobias Klein wrote the original Bash implementation.
- 2014: The current official GitHub repository was created.
- 2026: The Go-based 3.x series was distributed as static binaries, native packages, containers, and source builds.

### Related projects

- The project is closely associated with ELF tooling, Linux kernel hardening, compiler and linker mitigations, and CI systems that consume its structured reports.

### ソース

- <https://github.com/slimm609/checksec>
- <https://slimm609.github.io/checksec/>
- <https://slimm609.github.io/checksec/checks/binary/>
- <https://slimm609.github.io/checksec/checks/process/>


## セキュリティノート

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


## ソースデータベース詳細

- **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:** stable

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

- Debian apt - checksec - 2.6.0-2: normalized package name match | Debian stable package indexes: checksec from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Bash script to test executable properties | https://github.com/slimm609/checksec.sh
- Nix - checksec: normalized package name match | nixpkgs package indexes: pkgs/by-name/ch/checksec/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - checksec - 2.6.0-2: normalized package name match | Ubuntu 24.04 LTS package indexes: checksec from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Bash script to test executable properties | https://github.com/slimm609/checksec.sh
- dnf - checksec - 2.7.1-7.fc44: normalized package name match | Fedora Rawhide package metadata: checksec from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Tool to check system for binary-hardening | https://github.com/slimm609/checksec.sh
- pacman - checksec - 3.1.0-2: normalized package name match | Arch Linux sync databases: checksec from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Tool designed to test which standard Linux OS and PaX security features are being used | https://slimm609.github.io/checksec/
- zypper - checksec - 3.1.0-2.3: normalized package name match | openSUSE Tumbleweed package metadata: checksec from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Utility to check binaries for system hardening | https://github.com/slimm609/checksec.sh


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Developer build packages](https://www.automicvault.com/ja/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [go](https://www.automicvault.com/ja/pkg/brew/go/) - Build dependency declared by Homebrew.
- [execstack](https://www.automicvault.com/ja/pkg/brew/execstack/) - Shares av.db curated category or tags: binary-analysis, cli, elf, security.
- [redress](https://www.automicvault.com/ja/pkg/brew/redress/) - Shares av.db curated category or tags: binary-analysis, cli, security.
- [bandit](https://www.automicvault.com/ja/pkg/brew/bandit/) - Shares av.db curated category or tags: cli, security, static-analysis.
- [caracal](https://www.automicvault.com/ja/pkg/brew/caracal/) - Shares av.db curated category or tags: cli, security, static-analysis.
- [cargo-geiger](https://www.automicvault.com/ja/pkg/brew/cargo-geiger/) - Shares av.db curated category or tags: cli, security, static-analysis.
- [cfripper](https://www.automicvault.com/ja/pkg/brew/cfripper/) - Shares av.db curated category or tags: cli, security, static-analysis.
- [checkov](https://www.automicvault.com/ja/pkg/brew/checkov/) - Shares av.db curated category or tags: cli, security, static-analysis.
- [flawfinder](https://www.automicvault.com/ja/pkg/brew/flawfinder/) - Shares av.db curated category or tags: cli, security, static-analysis.
- [intercept](https://www.automicvault.com/ja/pkg/brew/intercept/) - Security-sensitive metadata or terminology overlaps. Shared terms: analysis, auditing, cli, security, static.
- [modsurfer](https://www.automicvault.com/ja/pkg/brew/modsurfer/) - Security-sensitive metadata or terminology overlaps. Shared terms: analysis, binaries, binary, binary-analysis, cli.

## Combined YAML source

View the package source record on GitHub. [combined/checksec.yml](https://github.com/automic-vault/db/blob/main/combined/checksec.yml)


## ソース

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