Automic VaultAutomic Vault

brew

varlock を Homebrew でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install varlock

local Homebrew formula metadata

概要

パッケージ概要

Add declarative schema to .env files using @env-spec decorator comments

コマンドとエイリアス

  • varlock

履歴

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

Varlock is a young configuration and secrets tool for `.env`-based workflows. Its project tagline frames the tool around AI-safe `.env` files: schemas are safe for agents and collaborators to read, while actual secrets are resolved separately.

プロジェクトの歴史

The project is built on `@env-spec`, a DSL that extends normal `.env` syntax with JSDoc-style decorator comments and function-call values. The initial `@env-spec` RFC was proposed on May 13, 2025 by maintainers Phil Millman and Theo Ephraim, describing the goal of richer validation, type coercion, sensitive-value handling, and dynamic loading while keeping the familiar `.env` format.

採用の歴史

Varlock targets the pain point left by `.env.example`: example files are safe to commit but often drift from real runtime requirements. Varlock instead promotes a committed `.env.schema` as a single source of truth, with local or environment-specific `.env.*` files supplying values.

使われ方

Typical usage starts with `varlock init`, which scans existing `.env` files and creates a root `.env.schema`. Users then run `varlock load` to validate and inspect resolved environment variables or `varlock run -- <command>` to execute a process with resolved values. The tool also ships as a standalone binary, Docker image, editor support, and plugins for secret backends such as 1Password, AWS, Azure, Google Secret Manager, HashiCorp Vault, and others.

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

For package users, Varlock is notable as an attempt to standardize metadata around environment variables without forcing a new YAML, JSON, or TypeScript schema file. It is especially tuned for modern AI-assisted development, where agents need configuration context but should not be handed plaintext secrets.

タイムライン

  • 2025-05-13: Initial `@env-spec` RFC proposed.
  • 2026: Repository documents Varlock as a CLI, Docker image, VS Code extension ecosystem, and plugin host for multiple secret backends.

Related projects

  • DMNO is cited by the maintainers as the predecessor whose lessons informed Varlock.
  • `@env-spec` is the underlying specification and parser family used by Varlock.

ソース

  • Initial @env-spec RFC: https://github.com/dmno-dev/varlock/discussions/17
  • Official @env-spec overview: https://varlock.dev/env-spec/overview/
  • Official GitHub repository: https://github.com/dmno-dev/varlock
  • Official installation guide: https://varlock.dev/getting-started/installation/

セキュリティ状態

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

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

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 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.

Unix
.env.schema

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
.env.local.env.*

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

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

https://varlock.dev

  • 情報Release/tag comparison is only available for GitHub repositories.https://varlock.dev信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:varlock
バージョン1.13.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/varlock
ホームページhttps://varlock.dev
リポジトリhttps://github.com/dmno-dev/varlock
上流ドキュメントhttps://varlock.dev/getting-started/introduction
ライセンスMIT
ソースアーカイブhttps://registry.npmjs.org/varlock/-/varlock-1.13.0.tgz
最終更新2026-07-22T21:21:52Z
Pulseupdated
依存関係node
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namevarlock
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • 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