pkg.soopen package index

brew / 順位 4962

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

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install lexicon

local Homebrew formula metadata

概要

パッケージ概要

Manipulate DNS records on various DNS providers in a standardized way

コマンドとエイリアス

  • lexicon

履歴

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

DNS-Lexicon, packaged by Homebrew as `lexicon`, is a CLI and Python library for manipulating DNS records through a provider-neutral interface. Its practical niche is automation: scripts and certificate clients can create TXT, A, CNAME, and other records without learning each DNS provider API.

プロジェクトの歴史

Lexicon began in the `AnalogJ/lexicon` repository, created on February 2, 2016. The original project described itself as a standardized way to manipulate DNS records across providers and accumulated a large provider-oriented ecosystem.

The project moved to the `dns-lexicon/dns-lexicon` repository starting with version 3.20.0. The old repository README directs users and issue reporters to the new repository, while the DNS-Lexicon changelog records 3.20.0 on December 12, 2024 and subsequent 3.20.x/3.21.x releases in the new line.

採用の歴史

Lexicon's adoption is tied to ACME DNS-01 automation. The PyPI project page for `dns-lexicon` version 2.1.22 stated that Lexicon was designed for automation, specifically Let's Encrypt, and the official docs include installation, Docker, configuration, provider options, integration, and developer-guide sections for adding providers.

使われ方

As a CLI, Lexicon takes a provider name followed by create, update, delete, or list operations for DNS records. As a library, it exposes the same idea to Python code through a common client/configuration layer. Credentials live in provider-specific configuration, so automation can swap DNS providers with less custom glue.

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

Package nerds care about Lexicon because it is adapter glue packaged as a first-class tool. It turns dozens of vendor APIs into one command surface, making certificate automation, dynamic DNS workflows, and infrastructure scripts more portable.

タイムライン

  • 2016: The original `AnalogJ/lexicon` repository was created on February 2, 2016.
  • 2019: DNS-Lexicon changelog entries show the 3.1.x and 3.2.x release line in active use.
  • 2024: Version 3.19.0 was released from the original repository on December 6, 2024.
  • 2024: Version 3.20.0 on December 12, 2024 marked the move to `dns-lexicon/dns-lexicon`.
  • 2026: The documentation changelog records 3.25.2 on May 10, 2026.

Related projects

  • Lexicon is related to Let's Encrypt and ACME DNS-01 clients such as Certbot and dehydrated hooks. It also sits beside DNS automation tools such as lego, acme.sh integrations, octoDNS, and provider-specific DNS plugins.

セキュリティ状態

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

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

インストール挙動

  • 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
$CONFIG_DIR/lexicon.yml$CONFIG_DIR/lexicon_<provider>.yml

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
$CONFIG_DIR/lexicon.yml$CONFIG_DIR/lexicon_<provider>.yml

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

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

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:lexicon
バージョン3.25.2
パッケージマネージャHomebrew
ホームページhttps://github.com/dns-lexicon/dns-lexicon
リポジトリhttps://github.com/dns-lexicon/dns-lexicon
最終更新2026-06-20T11:14:59Z
Pulseupdated
Bottle未記録
サービス宣言なし

ソースデータベース一致

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

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

Nix95%

lexicon

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

lexicon 3.17.0-1

CLI for manipulating DNS records on various DNS providers

https://github.com/AnalogJ/lexicon

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

python3-lexicon 3.17.0-1

Manipulate DNS records on various DNS providers (Python 3)

https://github.com/AnalogJ/lexicon

sudo apt install python3-lexicon
  • Section: universe/python
  • Architecture: all
  • Source Package: lexicon
  • 10 依存関係
  • 3 任意依存関係
  • normalized package name match
  • 一致条件: Lexicon
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: python3-lexicon from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

ソース経路

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

このページは 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