Automic VaultAutomic Vault

brew

kin を Homebrew でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install kin

local Homebrew formula metadata

概要

パッケージ概要

Sane PBXProj files

コマンドとエイリアス

  • kin

履歴

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

Kin is a small command-line syntax checker for Xcode project.pbxproj files. Its README frames the tool around a familiar iOS/macOS team problem: broken Xcode projects after merges.

プロジェクトの歴史

Kin was built as a minimal parser-backed checker rather than a full Xcode project editor. The project uses ANTLR 4 to generate the pbxproj parser and keeps a thin command-line layer around that grammar.

The repository's license block is dated 2023, and GitHub listed 30 releases with version 2.1.14 published on 2025-05-08. That points to a maintained niche tool rather than a one-off gist.

採用の歴史

Kin's adoption is narrow but real: the GitHub repository showed about 1.1k stars, Homebrew installation is documented in the README, and the package is available as a Homebrew formula in this batch.

The README also names flycheck-pbxproj as an editor integration, showing that Kin's parser work became useful beyond one direct CLI invocation.

使われ方

Users run kin from an Xcode project directory and let it auto-detect project.pbxproj, or pass a project.pbxproj path explicitly. A successful parse prints CORRECT; parse failures return a line and grammar error.

It is most useful in pre-commit hooks, CI checks, and merge-conflict recovery for teams that store Xcode project files in Git.

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

Kin is package-nerd interesting because it turns an opaque Apple project-file grammar into a tiny reproducible CLI check. It is not a broad developer platform, but it solves one painful file-format failure mode in a scriptable way.

The package also shows why Homebrew carries niche tools: if a project.pbxproj merge breaks a build, a small parser utility can save more time than a much larger IDE plugin.

タイムライン

  • 2023: The repository license block credits Serchinastico.
  • 2025: GitHub listed Kin 2.1.14 as a release dated 2025-05-08.
  • 2026: The README documented pipx, easy_install, and Homebrew installation paths.

Related projects

  • ANTLR 4 is the parser generator used by Kin.
  • Xcode project.pbxproj files are the target file format.
  • flycheck-pbxproj is the Emacs integration named by the README.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

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

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 1 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。

推奨レビュー

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

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.

macOS
*.xcodeproj/project.pbxproj

実行可能ファイル

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

コマンド種類公開範囲メモ
kincliグローバル実行可能ファイル

鮮度

バージョンと鮮度

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

ページ生成日2026-07-26
マネージャ版2.1.15
マネージャ更新日2026-07-15
ローカルデータOK
上流not checked
検出された最新未検出

https://github.com/Serchinastico/Kin

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:kin
バージョン2.1.15
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/kin
ホームページhttps://github.com/Serchinastico/Kin
リポジトリhttps://github.com/Serchinastico/Kin
上流ドキュメントhttps://github.com/Serchinastico/Kin#readme
ライセンスApache-2.0
ソースアーカイブhttps://files.pythonhosted.org/packages/f7/2d/d4d20d47503442712758f31215f1d38a67910babd3fb2a4ff02deb4fad53/kin-2.1.15.tar.gz
最終更新2026-07-15T15:58:29Z
Pulseupdated
依存関係python@3.14
Bottle利用可能 (対象 all)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namekin
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソース経路

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

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • package relationship graph
  • package version freshness
  • package-page enrichment