browser360-bin

MEDIUM
maintainer zxp19821005 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a prebuilt .deb binary from a non-standard host (gedown.360safe.com) which is not a widely recognized or whitelisted domain, posing a supply-chain risk if the host is compromised or the binary is silently replaced, despite valid checksums.

Triggered rules

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:27 source_aarch64=("${pkgname%-bin}-${pkgver}-aarch64.deb::https://gedown.360safe.com/gc/${pkgname%-bin}-cn-stable_${pkgver}-1_arm64.deb")
Medium AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a prebuilt .deb binary from a non-standard host (gedown.360safe.com) which is not a widely recognized or whitelisted domain, posing a supply-chain risk if the host is compromised or the binary is silently replaced, despite valid checksums.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Lynx <wostarxi@outlook.com>
2# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
3pkgname=browser360-bin
4_pkgname=com.360.browser-stable
5pkgver=13.4.1131.0
6pkgrel=1
7pkgdesc="360 Browser stable version"
8arch=(
9 'aarch64'
10 'x86_64'
11)
12url="https://browser.360.net/gc/index.html"
13license=('LicenseRef-custom')
14provides=("${pkgname%-bin}=${pkgver}")
15conflicts=("${pkgname%-bin}")
16depends=(
17 'qt5-base'
18 'alsa-lib'
19 'gtk3'
20 'gtk2'
21 'nss'
22 'dmidecode'
23 'libxcrypt-compat'
24 'libcanberra'
25)
26install="${pkgname%-bin}.install"
27source_aarch64=("${pkgname%-bin}-${pkgver}-aarch64.deb::https://gedown.360safe.com/gc/${pkgname%-bin}-cn-stable_${pkgver}-1_arm64.deb")
28source_x86_64=("${pkgname%-bin}-${pkgver}-x86_64.deb::https://gedown.360safe.com/gc/signed_${_pkgname}_${pkgver}-1_amd64.deb")
29sha256sums_aarch64=('ec5b3320df10699527371a5fef7abd6ef212a54bec79b717807c6e4949fec837')
30sha256sums_x86_64=('ca4f62f82dc08a57b9db97c584b8dcce2aa87582b1a46cb7feef6f0f9b7c8b18')
31prepare() {
32 bsdtar -xf "${srcdir}/data."*
33 rm -rf "${srcdir}/opt/apps/${_pkgname}/info" \
34 "${srcdir}/opt/apps/${_pkgname}/entries/autostart"
35}
36package() {
37 cp -a "${srcdir}/opt" "${pkgdir}"
38 install -Dm644 "${srcdir}/opt/apps/${_pkgname}/files/components/professional.qcert" -t "${pkgdir}/var/lib/${pkgname%-bin}"
39 install -Dm644 "${srcdir}/opt/apps/${_pkgname}/files/components/professional.qcert" -t "${pkgdir}/apps-data/private/${_pkgname}"
40 for _icons in 16x16 24x24 32x32 48x48 64x64 128x128 256x256; do
41 install -Dm644 "${srcdir}/opt/apps/${_pkgname}/files/product_logo_${_icons/x*}.png" \
42 "${pkgdir}/usr/share/icons/hicolor/${_icons}/apps/${_pkgname}.png"
43 done
44 install -Dm644 "${srcdir}/opt/apps/${_pkgname}/files/components/procopyright.html" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
45 install -Dm644 "${srcdir}/opt/apps/${_pkgname}/entries/applications/${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
46}
47

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion