macOS
brew install mtbllocal Homebrew formula metadata
brew / 順位 13908
mtbl のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install mtbllocal Homebrew formula metadata
sudo apt install libmtbl-devDebian stable package indexes · libmtbl-dev · ソース: deb.debian.org
概要
Immutable sorted string table library
履歴
mtbl is a Farsight Security C library that packages the Sorted String Table idea as a small Unix-style library rather than as a full database. Its README describes the design as based on the SSTable implementation in Google LevelDB: immutable files map sorted byte-string keys to byte-string values, with an index at the end for lookup. The project deliberately leaves database duties such as update handling, deletion, and coordinating search results across tables to the caller, exposing primitives for creating, searching, and merging SSTable files instead.
In practice mtbl is used where a program wants compact, immutable, searchable key-value files and wants to control the surrounding data-management workflow itself. Writers accept already sorted, duplicate-free key-value pairs and write in a single sequential pass; readers support exact-key, prefix, and range iteration; sorter and merger interfaces support bulk-load and multi-table merge workflows with caller-provided duplicate-key merge logic. The file format changed at version 1.0.0, with newer releases retaining read support for older files.
Its ecosystem role is clearest in Farsight/Internet-measurement software. CAIDA slides from ISC described mtbl alongside dnstable as an SSTable implementation for scalable, compact, sequential-I/O construction. FreeBSD's 2015 addition of dnstable records dnstable as a passive-DNS encoding library and utilities that store records in SSTable files and depend on libmtbl. For package managers, mtbl is a low-level C dependency rather than an end-user application; Homebrew exposes the companion utilities mtbl_dump, mtbl_info, mtbl_merge, and mtbl_verify for inspecting, merging, and checking table files.
セキュリティ状態
library-like package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
mtbl_dump | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
mtbl_info | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
mtbl_merge | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
mtbl_verify | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:mtbl |
|---|---|
| バージョン | 1.7.1 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://github.com/farsightsec/mtbl |
| リポジトリ | https://github.com/farsightsec/mtbl |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
libmtbl-dev 1.6.1-1+b1
immutable sorted string table library (development files)
sudo apt install libmtbl-devlibmtbl1 1.6.1-1+b1
immutable sorted string table library
sudo apt install libmtbl1mtbl-bin 1.6.1-1+b1
immutable sorted string table library (utilities)
sudo apt install mtbl-binlibmtbl-dev 1.3.0-1
immutable sorted string table library (development files)
sudo apt install libmtbl-devlibmtbl1 1.3.0-1
immutable sorted string table library
sudo apt install libmtbl1mtbl-bin 1.3.0-1
immutable sorted string table library (utilities)
sudo apt install mtbl-binソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.