fx-agent-bin
LOW
maintainer lapsus
0 votes
scanned 2026-08-19 17:42:05.760176
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>
2
pkgname=fx-agent-bin
3
pkgver=0.0.3
4
pkgrel=1
5
pkgdesc="Unix like coding agent"
6
arch=('aarch64' 'x86_64')
7
url="https://github.com/vercel-labs/fx"
8
license=('Apache-2.0')
9
provides=('fx-agent')
10
conflicts=('fx-agent' 'fx')
11
depends=()
12
options=('!debug')
13
source_aarch64=("${pkgname%-bin}-${pkgver}-aarch64.tar.gz::https://github.com/vercel-labs/fx/releases/download/v${pkgver}/fx-linux-aarch64.tar.gz")
14
sha256sums_aarch64=('867eb2d669693ae0b5e3453a571230ba3b67465626d566cbca83ae8432b1e03a')
15
sha256sums_x86_64=('23d32e60233b24581b9ce1965b65bab6a46d5693a24add7817854aef3adf5bfb')
16
source_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
18
latestver() {
19
gh api repos/vercel-labs/fx/releases/latest --jq '.tag_name' | sed 's/^v//'
20
}
21
22
package() {
23
install -Dm755 "${srcdir}/fx" "${pkgdir}/usr/bin/fx"
24
}
25
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-19 17:42:05 | Low | 1 |