nfs-browser-bin
The package downloads a prebuilt .deb binary from a non-standard host (browser.nfschina.com) which is not on the whitelist, and although the checksums are provided, the source is a compiled binary, making it an unverifiable executable with potential supply-chain risk if the host were compromised.
Triggered rules
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:26
source_aarch64=("${pkgname%-bin}-${pkgver}-aarch64.deb::https://browser.nfschina.com/download/flavor/aarch64/latest/linux_64")
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a prebuilt .deb binary from a non-standard host (browser.nfschina.com) which is not on the whitelist, and although the checksums are provided, the source is a compiled binary, making it an unverifiable executable with potential supply-chain risk if the host were compromised.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Lynx <wostarxi@outlook.com>
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=nfs-browser-bin
_mainver=6.0.1
_subver=m3+16nfs5
pkgver="${_mainver}_${_subver}"
pkgrel=1
pkgdesc="方德安全浏览器"
arch=(
'aarch64'
'x86_64'
)
url="https://browser.nfschina.com/se.html"
license=('LicenseRef-custom')
provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
depends=(
'alsa-lib'
'gtk3'
'nss'
)
options=(
'!emptydirs'
)
DLAGENTS=('https::/usr/bin/curl -fL -A Mozilla/5.0 -e https://browser.nfschina.com/se.html -o %o %u')
source_aarch64=("${pkgname%-bin}-${pkgver}-aarch64.deb::https://browser.nfschina.com/download/flavor/aarch64/latest/linux_64")
source_x86_64=("${pkgname%-bin}-${pkgver}-x86_64.deb::https://browser.nfschina.com/download/flavor/x86_64/latest/linux_64")
sha256sums_aarch64=('a2f91fc7dec3275e9755d661633ebe1bebccdd05abdf41a8467ab92f4a0350e8')
sha256sums_x86_64=('4e054ee422c7c7dd64ee222498599a0480a10bc737bfa03c0e28b8feb6842d4d')
prepare() {
bsdtar -xf "${srcdir}/data."*
sed -i "s/\/usr\/bin\/${pkgname%-bin}/${pkgname%-bin}/g" "${srcdir}/usr/share/applications/${pkgname%-bin}.desktop"
sed -e "
/executable/d
s/\/usr\/bin\/${pkgname%-bin}/${pkgname%-bin}/g
" -i "${srcdir}/usr/share/gnome-control-center/default-apps/${pkgname%-bin}.xml"
}
package() {
install -Dm755 -d "${pkgdir}/usr/"{bin,lib}
cp -Pr --no-preserve=ownership "${srcdir}/opt/${pkgname%-bin}" "${pkgdir}/usr/lib"
ln -sf "/usr/lib/${pkgname%-bin}/${pkgname%-bin}" "${pkgdir}/usr/bin/${pkgname%-bin}"
_icon_sizes=(16 22 24 32 48 64 128 256)
for _icons in "${_icon_sizes[@]}";do
install -Dm644 "${srcdir}/opt/${pkgname%-bin}/icons/product_logo_${_icons}.png" \
"${pkgdir}/usr/share/icons/hicolor/${_icons}x${_icons}/apps/${pkgname%-bin}.png"
done
install -Dm644 "${srcdir}/usr/share/gnome-control-center/default-apps/${pkgname%-bin}.xml" -t "${pkgdir}/usr/share/gnome-control-center/default-apps"
install -Dm644 "${srcdir}/usr/share/doc/${pkgname%-bin}/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm644 "${srcdir}/usr/share/applications/${pkgname%-bin}.desktop" -t "${pkgdir}/usr/share/applications"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |