fluxer-canary-bin
maintainer Caus
· 5 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt tarball from the project's own API domain (api.fluxer.app), which is plausibly official; while not on a standard code host, it is a targeted supply chain risk at worst, not active malware.
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 a prebuilt tarball from the project's own API domain (api.fluxer.app), which is plausibly official; while not on a standard code host, it is a targeted supply chain risk at worst, not active malware.
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:20
source_x86_64=("fluxer-${pkgver}-x64.tar.gz::https://api.fluxer.app/dl/desktop/canary/linux/x64/${pkgver}/tar_gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Caus <caus@ik.me>
2
# Contributor (original package): Cosmo <cptncosmo@gmail.com>
3
4
pkgname=fluxer-canary-bin
5
pkgver=2026.602.31138
6
pkgrel=1
7
pkgdesc="Fluxer Canary Desktop Application"
8
arch=('x86_64' 'aarch64')
9
url="https://fluxer.app"
10
license=('AGPL-3.0')
11
depends=('gtk3' 'nss' 'alsa-lib')
12
options=('!strip')
13
14
source=("fluxer-canary.desktop" "fluxer-canary.png")
15
sha256sums=('0435d76ef93c99abd3f772984aa4d535149900c3a810ffba1676f3a4c98134ac'
16
'bf29f74512940bb5abfa4cc6579579a2365d78b7a4f6cbf65d58c73cf0202589')
17
sha256sums_x86_64=('221cc47186827029423bfa88624128d89b132c407e2b4f9c41609a24ed59cfb0')
18
sha256sums_aarch64=('4e0df586e127b3813b15593552e288b5d8f987f4f76bd45a7670c20a7b2d6e6a')
19
20
source_x86_64=("fluxer-${pkgver}-x64.tar.gz::https://api.fluxer.app/dl/desktop/canary/linux/x64/${pkgver}/tar_gz")
21
source_aarch64=("fluxer-${pkgver}-arm64.tar.gz::https://api.fluxer.app/dl/desktop/canary/linux/arm64/${pkgver}/tar_gz")
22
23
package() {
24
# Determine directory name based on architecture
25
if [ "$CARCH" = "x86_64" ]; then
26
_arch_dir="Fluxer Canary-${pkgver}-linux-x64"
27
elif [ "$CARCH" = "aarch64" ]; then
28
_arch_dir="Fluxer Canary-${pkgver}-linux-arm64"
29
fi
30
31
check_dir="${srcdir}/${_arch_dir}"
32
33
# Fallback search if directory name is different
34
if [ ! -d "$check_dir" ]; then
35
cd "${srcdir}"
36
# try to find directory matching pattern
37
_arch_dir=$(ls -d Fluxer*"${pkgver}"* 2>/dev/null | head -n 1)
38
fi
39
40
if [ -z "$_arch_dir" ] || [ ! -d "${srcdir}/${_arch_dir}" ]; then
41
echo "Error: Could not find extracted directory for architecture $CARCH"
42
# Lists content of srcdir to help debugging
43
ls -la "${srcdir}"
44
return 1
45
fi
46
47
cd "${srcdir}/${_arch_dir}"
48
49
install -d "${pkgdir}/opt/${pkgname}"
50
cp -r . "${pkgdir}/opt/${pkgname}/"
51
52
install -d "${pkgdir}/usr/bin"
53
ln -s "/opt/${pkgname}/fluxer-canary" "${pkgdir}/usr/bin/fluxer-canary"
54
55
install -Dm644 "${srcdir}/fluxer-canary.desktop" "${pkgdir}/usr/share/applications/fluxer-canary.desktop"
56
install -Dm644 "${srcdir}/fluxer-canary.png" "${pkgdir}/usr/share/icons/hicolor/512x512/apps/fluxer-canary.png"
57
}
58
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 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 |
| 2026-07-15 00:09:25 | LOW | 2 |