flclash-myflavor-bin

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

The package downloads a prebuilt .deb from a GitHub release (via a proxy) which is not on a standard host, but it is the official release of a known fork; the source is verifiable via checksum and the payload is a legitimate application binary, not executed code or data exfiltration.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt .deb from a GitHub release (via a proxy) which is not on a standard host, but it is the official release of a known fork; the source is verifiable via checksum and the payload is a legitimate application binary, not executed code or data exfiltration.

1 higher static finding 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:29 "${pkgname%-bin}-${pkgver}-x86_64.deb::https://gh-proxy.com/${url}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-linux-amd64.deb"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: illusory <becomeillusory AT gmail DOT com>
2
3
4pkgname=flclash-myflavor-bin
5_pkgname=FlClash
6pkgver=1.19.31
7pkgrel=1
8pkgdesc="Multi-platform proxy client based on ClashMeta, simple and easy to use, open-source and ad-free, follows the mainline mihomo core updates. (Forked by myflavor)"
9arch=('x86_64')
10url="https://github.com/myflavor/FlClash"
11license=('GPL-3.0-only')
12conflicts=("${pkgname%-bin}")
13provides=("${pkgname%-bin}=${pkgver}")
14
15depends=(
16 'libayatana-appindicator'
17 'ayatana-ido'
18 'libdbusmenu-glib'
19 'libkeybinder3'
20)
21
22
23source=(
24 "${pkgname%-bin}.sh"
25)
26
27
28source_x86_64=(
29 "${pkgname%-bin}-${pkgver}-x86_64.deb::https://gh-proxy.com/${url}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-linux-amd64.deb"
30)
31
32
33sha256sums=('debddc0c8728bcbc552d0826ef0b5a4cd33e20df01752baa85e54498ec8ec3d5')
34sha256sums_x86_64=('6c083bff90c3e0d56b9b71be0d2d53a7e5f103870cb383d38f1decfbec01f02e')
35
36prepare() {
37 sed -i -e "
38 s/@appname@/${pkgname%-bin}/g
39 s/@runname@/${_pkgname}/g
40 " "${srcdir}/${pkgname%-bin}.sh"
41 bsdtar -xf "${srcdir}/data."*
42 sed -i -e "
43 s/Exec=${_pkgname}/Exec=${pkgname%-bin}/g
44 s/Icon=${_pkgname}/Icon=${pkgname%-bin}/g
45 5i\Categories=Network;
46 10i\StartupWMClass=com.follow.clash
47 " "${srcdir}/usr/share/applications/${_pkgname}.desktop"
48}
49package() {
50 install -Dm755 "${srcdir}/${pkgname%-bin}.sh" "${pkgdir}/usr/bin/${pkgname%-bin}"
51 install -Dm755 -d "${pkgdir}/usr/lib/${pkgname%-bin}"
52 cp -Pr --no-preserve=ownership "${srcdir}/usr/share/${_pkgname}/"* "${pkgdir}/usr/lib/${pkgname%-bin}/"
53 install -Dm644 "${srcdir}/usr/share/applications/${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname%-bin}.desktop"
54 install -Dm644 "${srcdir}/usr/share/icons/hicolor/128x128/apps/${_pkgname}.png" "${pkgdir}/usr/share/icons/hicolor/128x128/apps/${pkgname%-bin}.png"
55 install -Dm644 "${srcdir}/usr/share/icons/hicolor/256x256/apps/${_pkgname}.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/${pkgname%-bin}.png"
56}
57

Changes since previous scan

--- PKGBUILD @ 2026-09-15 00:25
+++ PKGBUILD @ 2026-09-17 00:27
@@ -3,7 +3,7 @@
pkgname=flclash-myflavor-bin
_pkgname=FlClash
-pkgver=1.19.30
+pkgver=1.19.31
pkgrel=1
pkgdesc="Multi-platform proxy client based on ClashMeta, simple and easy to use, open-source and ad-free, follows the mainline mihomo core updates. (Forked by myflavor)"
arch=('x86_64')
@@ -31,7 +31,7 @@
sha256sums=('debddc0c8728bcbc552d0826ef0b5a4cd33e20df01752baa85e54498ec8ec3d5')
-sha256sums_x86_64=('21ad5e11439305f5a1b168877bcead90aa4f88376d6125637a3e46612d70a6e1')
+sha256sums_x86_64=('6c083bff90c3e0d56b9b71be0d2d53a7e5f103870cb383d38f1decfbec01f02e')
prepare() {
sed -i -e "

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 05:18:46 Medium 1
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

Report a package

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

0 / 4000
Your suggestion