pkg.soopen package index

brew / 順位 801

yamllint を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install yamllint

local Homebrew formula metadata

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

MacPorts ports tree · devel/yamllint/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add yamllint

Alpine Linux edge package indexes · yamllint · ソース: dl-cdn.alpinelinux.org

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

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

Fedora dnf確認済み · 92%
sudo dnf install yamllint

Fedora Rawhide package metadata · yamllint · ソース: dl.fedoraproject.org

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

nixpkgs package indexes · yamllint · ソース: raw.githubusercontent.com

Arch Linux pacman確認済み · 92%
sudo pacman -S yamllint

Arch Linux sync databases · yamllint · ソース: geo.mirror.pkgbuild.com

概要

パッケージ概要

Linter for YAML files

コマンドとエイリアス

  • yamllint

履歴

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

yamllint is a Python linter for YAML files. It checks syntax validity, duplicate keys, and style problems such as line length, trailing spaces, indentation, comments, and document markers.

プロジェクトの歴史

The GitHub repository was created on 2016-01-11. From the beginning of its public documentation, yamllint occupied the linter niche rather than the formatter niche: it reports problems and lets users tune rules rather than rewriting files wholesale.

The official docs organize the project around a rule system. Each rule is independent and can be enabled, disabled, or configured, with bundled `default` and `relaxed` configurations and custom configuration through files, inline `-d` values, or comments that disable checks in selected places.

採用の歴史

yamllint became the default YAML linting package across many Unix-like environments. The official quickstart documents installation on Fedora/CentOS, Debian/Ubuntu, macOS through Homebrew, FreeBSD, OpenBSD, Alpine Linux, pip, and source builds.

Its adoption tracks YAML becoming infrastructure glue: CI definitions, Ansible playbooks, Kubernetes manifests, packaging metadata, and documentation configs all benefit from a linter that catches both invalid YAML and review-noise style drift.

使われ方

Common usage is `yamllint file.yml other-file.yaml`, `yamllint .` for a directory, or `echo ... | yamllint -` for stdin. Output formats include standard terminal output and parsable output for editor integrations.

Configuration is normally kept in `.yamllint`, `.yamllint.yaml`, or `.yamllint.yml` in a project tree, a file referenced by `YAMLLINT_CONFIG_FILE`, or XDG config paths. Configurations can extend the default ruleset and adjust rule severity to warnings or errors.

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

yamllint is one of the canonical examples of a small language-specific linter becoming packaging infrastructure. It is not tied to one YAML-using ecosystem, so it appears wherever maintainers need reproducible checks for human-edited YAML.

It also matters because YAML has edge cases that parsers may accept but humans do not want in shared repos, such as duplicate keys, truthy values, bad indentation, and noisy whitespace. yamllint gives package maintainers a standard policy layer for those files.

タイムライン

  • 2016-01-11: GitHub repository created.
  • 2010s: Documentation established the rule-based model, default and relaxed configurations, and project-local config files.
  • 2020s: Quickstart documented packages across major Linux/BSD/macOS ecosystems plus pip and source installation.
  • 2020s: Editor and software-integration docs positioned parsable output for automation and editor feedback.

Related projects

  • Related tools and contexts include YAML parsers, editor integrations, CI systems, Ansible, Kubernetes-oriented YAML workflows, formatters such as yamlfmt and yamlfix, and project-local lint configs.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

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

推奨レビュー

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

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
.yamllint.yamllint.yaml.yamllint.yml$YAMLLINT_CONFIG_FILE$XDG_CONFIG_HOME/yamllint/config~/.config/yamllint/config

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

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

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:yamllint
バージョン1.38.0
パッケージマネージャHomebrew
ホームページhttps://github.com/adrienverge/yamllint
リポジトリhttps://github.com/adrienverge/yamllint
Bottle未記録
サービス宣言なし

ソースデータベース一致

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

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

Debian apt95%

yamllint 1.37.1-1

Linter for YAML files

https://github.com/adrienverge/yamllint

sudo apt install yamllint
  • Section: devel
  • Architecture: all
  • 3 依存関係
  • normalized package name match
  • 一致条件: Yamllint
Debian stable package indexes · deb.debian.org · Debian stable package indexes: yamllint from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

yamllint

nix profile install nixpkgs#yamllint
  • normalized package name match
  • 一致条件: Yamllint
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: yamllint from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

yamllint 1.33.0-1

Linter for YAML files

https://github.com/adrienverge/yamllint

sudo apt install yamllint
  • Section: universe/devel
  • Architecture: all
  • 4 依存関係
  • normalized package name match
  • 一致条件: Yamllint
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: yamllint from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

yamllint 1.38.0-r0

A linter for YAML files

https://github.com/adrienverge/yamllint

sudo apk add yamllint
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: yamllint
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Yamllint
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: yamllint from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

yamllint-pyc 1.38.0-r0

Precompiled Python bytecode for yamllint

https://github.com/adrienverge/yamllint

sudo apk add yamllint-pyc
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: yamllint
  • 1 依存関係
  • normalized package name match
  • 一致条件: Yamllint
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: yamllint-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

yamllint 1.38.0-3.fc45

A linter for YAML files

https://github.com/adrienverge/yamllint

sudo dnf install yamllint
  • License: GPL-3.0-or-later
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: yamllint
  • 3 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Yamllint
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: yamllint from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
pacman95%

yamllint 1.38.0-1

Linter for YAML files

https://github.com/adrienverge/yamllint

sudo pacman -S yamllint
  • License: GPL-3.0-or-later
  • Architecture: any
  • 3 依存関係
  • normalized package name match
  • 一致条件: Yamllint
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: yamllint from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

yamllint

sudo port install yamllint
  • normalized package name match
  • 一致条件: Yamllint
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/yamllint/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 configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation