fnpack-bin
maintainer sannegoedhart
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt binaries from the project's official static host, which is not on the whitelist but plausibly legitimate; checksums are provided and match the official release, reducing supply-chain risk.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads prebuilt binaries from the project's official static host, which is not on the whitelist but plausibly legitimate; checksums are provided and match the official release, reducing supply-chain risk.
2 higher static findings superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:17
source=("https://static2.fnnas.com/fnpack/fnpack-${pkgver}-linux-amd64")
MEDIUM
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: miaoermua <miaoermua@gmail.com>
2
3
pkgname=fnpack-bin
4
pkgver=1.2.1
5
pkgrel=1
6
pkgdesc="飞牛 fnOS 应用打包工具"
7
arch=('x86_64' 'aarch64')
8
url="https://developer.fnnas.com/docs/cli/fnpack"
9
license=('MIT')
10
provides=('fnpack')
11
conflicts=('fnpack')
12
options=(!debug)
13
14
case "$CARCH" in
15
x86_64)
16
_arch=amd64
17
source=("https://static2.fnnas.com/fnpack/fnpack-${pkgver}-linux-amd64")
18
sha256sums=('72d2a4095da676b64510b023731a227b369d80f8079bc45ff8a2f802ec0480c1')
19
;;
20
aarch64)
21
_arch=arm64
22
source=("https://static2.fnnas.com/fnpack/fnpack-${pkgver}-linux-arm64")
23
sha256sums=('aad9e16b101267d30017f39ab969e3c085fbce209716f8bd3b1e167eaf15e0cf')
24
;;
25
*)
26
error "Unsupported architecture: $CARCH"
27
exit 1
28
;;
29
esac
30
31
package() {
32
install -Dm755 "${srcdir}/fnpack-${pkgver}-linux-${_arch}" "${pkgdir}/usr/bin/fnpack"
33
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 3 |
| 2026-08-02 00:16:08 | LOW | 3 |
| 2026-08-01 00:11:18 | LOW | 3 |
| 2026-07-31 00:14:10 | LOW | 3 |
| 2026-07-30 17:15:21 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |