Automic VaultAutomic Vault

brew

使用 Homebrew, Nix, pacman 安装 flip-link

查看 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

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • 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