fx-agent-bin

LOW
maintainer lapsus 0 votes scanned 2026-08-19 17:42:05.760176
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Yakov Till <yakov.till@gmail.com>
2pkgname=fx-agent-bin
3pkgver=0.0.3
4pkgrel=1
5pkgdesc="Unix like coding agent"
6arch=('aarch64' 'x86_64')
7url="https://github.com/vercel-labs/fx"
8license=('Apache-2.0')
9provides=('fx-agent')
10conflicts=('fx-agent' 'fx')
11depends=()
12options=('!debug')
13source_aarch64=("${pkgname%-bin}-${pkgver}-aarch64.tar.gz::https://github.com/vercel-labs/fx/releases/download/v${pkgver}/fx-linux-aarch64.tar.gz")
14sha256sums_aarch64=('867eb2d669693ae0b5e3453a571230ba3b67465626d566cbca83ae8432b1e03a')
15sha256sums_x86_64=('23d32e60233b24581b9ce1965b65bab6a46d5693a24add7817854aef3adf5bfb')
16source_x86_64=("${pkgname%-bin}-${pkgver}-x86_64.tar.gz::https://github.com/vercel-labs/fx/releases/download/v${pkgver}/fx-linux-x86_64.tar.gz")
17
18latestver() {
19 gh api repos/vercel-labs/fx/releases/latest --jq '.tag_name' | sed 's/^v//'
20}
21
22package() {
23 install -Dm755 "${srcdir}/fx" "${pkgdir}/usr/bin/fx"
24}
25

Scan history

Scanned at (UTC)SeverityRules
2026-08-19 17:42:05 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion