Automic VaultAutomic Vault

brew

mask を Homebrew, MacPorts, Nix, scoop でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install mask

local Homebrew formula metadata

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

MacPorts ports tree · sysutils/mask/Portfile · ソース: api.github.com

Linux

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

nixpkgs package indexes · pkgs/by-name/ma/mask/package.nix · ソース: api.github.com

Windows

Scoop確認済み · 92%
scoop install main/mask

Scoop official bucket manifest trees · bucket/mask.json · ソース: api.github.com

概要

パッケージ概要

CLI task runner defined by a simple markdown file

履歴

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

mask is a Rust CLI task runner whose commands are defined in a Markdown file. It treats `maskfile.md` as both human-readable project documentation and executable command metadata.

プロジェクトの歴史

The mask repository was created in July 2019, and the earliest GitHub releases followed within the same month. Its initial release introduced the core Markdown-driven task-runner idea; later early releases added shell executors and adjusted argument syntax so required arguments would not conflict with Markdown rendering.

The README explains the author's motivation: mask grew from frustration with Makefile syntax, interest in `just`, and inspiration from `maid`, while choosing a single Rust binary instead of an npm package with many dependencies. That origin is central to its package identity: a lightweight executable with docs-as-commands semantics.

採用の歴史

mask has modest but real adoption for a specialized developer tool, with GitHub showing around 1.6k stars and packaging in Homebrew, MacPorts, Nix, and Scoop according to the supplied package metadata.

Its adoption is concentrated among users who prefer checked-in project task files that read like documentation, especially where a `Makefile` or ad hoc scripts feel too terse for onboarding.

使われ方

A project defines headings, blockquotes, options, and code blocks in `maskfile.md`; running `mask build` or another subcommand executes the associated script. The README documents support for positional arguments, named flags, multiple runtimes, nested commands, and injected helper variables.

By default mask searches the current directory for `maskfile.md`, but `--maskfile <path_to_maskfile>` lets users run a project or global task file from another location.

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

mask is interesting to package users because it competes in the same ergonomic space as `make`, `just`, and npm scripts while using Markdown as the configuration language.

The single-binary Rust distribution model makes it easy to install through general package managers, which fits its pitch as a low-friction project automation tool.

タイムライン

  • 2019: GitHub repository created.
  • 2019: v0.2.0 initial public release.
  • 2019: v0.2.1 adds bash, zsh, and fish executors.
  • 2026: GitHub lists mask v0.11.7 as the latest release in January 2026.

Related projects

  • mask is conceptually related to `make`, `just`, and `maid`.
  • Its parser is also exposed as the `mask-parser` crate, though the README says it is not yet documented or stable.

セキュリティ状態

リスクレベル: グリーン

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 メタデータは 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
maskfile.mdfile supplied with --maskfile

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

ページ生成日2026-07-25
マネージャ版0.11.7
マネージャ更新日
ローカルデータOK
上流最新
検出された最新mask/0.11.7

https://github.com/jacobdeichert/mask

  • 情報No package-manager update timestamp was available.信頼度 低

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:mask
バージョン0.11.7
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/mask
ホームページhttps://github.com/jacobdeichert/mask/
リポジトリhttps://github.com/jacobdeichert/mask
上流ドキュメントhttps://github.com/jacobdeichert/mask#readme
ライセンスMIT
ソースアーカイブhttps://github.com/jacobdeichert/mask/archive/refs/tags/mask/0.11.7.tar.gz
ビルド依存関係rust
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

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

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

Nix95%

mask

nix profile install nixpkgs#mask
  • normalized package name match
  • 一致条件: Mask
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ma/mask/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
MacPorts95%

mask

sudo port install mask
  • normalized package name match
  • 一致条件: Mask
MacPorts ports tree · api.github.com · MacPorts ports tree: sysutils/mask/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/mask

scoop install main/mask
  • normalized package name match
  • 一致条件: Mask
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/mask.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

ソース経路

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

このページは 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
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment