Automic VaultAutomic Vault

brew

flip-link を Homebrew, Nix, pacman でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install flip-link

local Homebrew formula metadata

Linux

Nix確認済み · 92%
nix profile install nixpkgs#flip-link

nixpkgs package indexes · pkgs/by-name/fl/flip-link/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S flip-link

Arch Linux sync databases · flip-link · ソース: geo.mirror.pkgbuild.com

概要

パッケージ概要

Adds zero-cost stack overflow protection to your embedded programs

コマンドとエイリアス

  • flip-link

履歴

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

flip-link is a Rust linker wrapper from the Knurling embedded tooling project. It adds zero-cost stack overflow protection to bare-metal embedded Rust programs by flipping the memory layout used for ARM Cortex-M targets.

プロジェクトの歴史

The README explains the motivating bug class: stack overflows in bare-metal Cortex-M Rust programs can collide with .bss and .data static variables, causing undefined behavior even in code without unsafe blocks.

flip-link changes the link layout so the stack grows toward the physical RAM boundary instead of into static data. A stack overflow then becomes a hardware exception handled through the Cortex-M runtime rather than silent memory corruption.

採用の歴史

The README documents installation from crates.io with cargo install flip-link and configuration through .cargo/config.toml, making it a drop-in build-tool package for embedded Rust projects.

The input package metadata records packaging in Homebrew, Nix, and Arch, showing adoption outside Cargo for users who install embedded toolchain helpers through system package managers.

使われ方

Users set the target linker to flip-link for bare-metal ARM targets, replacing rust-lld in Cargo configuration. flip-link invokes the Rust toolchain linker after adjusting the memory layout.

The official docs note support for ARM Cortex-M programs using cortex-m-rt 0.6.x and 0.7.x with LLD, with other architectures and runtime crates outside the tested scope.

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

flip-link is significant because it packages a linker-level safety trick as a small CLI rather than requiring every embedded project to maintain custom linker scripts.

For Rust package maintainers, it is also a clear example of tooling that belongs in the build environment: the binary is tiny, target-specific, and wired through Cargo configuration rather than imported as a normal runtime library.

タイムライン

  • 2020: v0.1.0 was released.
  • 2021: v0.1.3 improved documentation and project checks around the stack overflow problem and solution.
  • 2022: v0.1.6 updated the project to Rust 2021 and improved memory.x handling.
  • 2024: v0.1.9 recommended target linker configuration for recent Cargo versions.
  • 2025: v0.1.10 added help behavior and a fuller parser for ORIGIN and LENGTH expressions.

Related projects

  • flip-link is part of Knurling, Ferrous Systems' embedded Rust tooling effort.
  • It is closely related to cortex-m-rt, rust-lld, Cargo target configuration, and ARM Cortex-M bare-metal Rust applications.

セキュリティ状態

リスクレベル: グリーン

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 件のビルド依存関係があります。

推奨レビュー

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

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

ページ生成日2026-07-08
マネージャ版0.1.12
マネージャ更新日
ローカルデータOK
上流最新
検出された最新v0.1.12

https://github.com/knurling-rs/flip-link

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

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:flip-link
バージョン0.1.12
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/flip-link
ホームページhttps://github.com/knurling-rs/flip-link
リポジトリhttps://github.com/knurling-rs/flip-link
上流ドキュメントhttps://github.com/knurling-rs/flip-link#readme
ライセンスApache-2.0 OR MIT
ソースアーカイブhttps://github.com/knurling-rs/flip-link/archive/refs/tags/v0.1.12.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 Nameflip-link
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

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

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

Nix95%

flip-link

nix profile install nixpkgs#flip-link
  • normalized package name match
  • 一致条件: Flip Link
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/fl/flip-link/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
pacman95%

flip-link 0.1.12-2

Flips the memory layout of embedded programs to protect against stack overflows

https://github.com/knurling-rs/flip-link

sudo pacman -S flip-link
  • License: MIT AND Apache-2.0
  • Architecture: x86_64
  • 2 依存関係
  • normalized package name match
  • 一致条件: Flip Link
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: flip-link from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

ソース経路

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

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