fluxer-bin

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

The package downloads prebuilt binaries from the project's own API domain (api.fluxer.app), which is not on standard whitelists but plausibly official; checksums are provided and the installed content is a desktop application with no evidence of obfuscated or malicious behavior.

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 prebuilt binaries from the project's own API domain (api.fluxer.app), which is not on standard whitelists but plausibly official; checksums are provided and the installed content is a desktop application with no evidence of obfuscated or malicious behavior.

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:19 source_x86_64=("fluxer-${pkgver}-x64.tar.gz::https://api.fluxer.app/dl/desktop/stable/linux/x64/${pkgver}/tar_gz")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Felitendo <felitendoyt@gmail.com>
2# Contributor: Cosmo <cptncosmo@gmail.com>
3# This PKGBUILD is updated automatically:
4# https://github.com/Felitendo/PKGBUILDS
5
6pkgname=fluxer-bin
7pkgver=0.0.8
8pkgrel=1
9pkgdesc="Fluxer Desktop Application"
10arch=('x86_64' 'aarch64')
11url="https://fluxer.app"
12license=('AGPL-3.0-only')
13depends=('gtk3' 'nss' 'alsa-lib')
14options=('!strip')
15
16source=("fluxer.desktop")
17sha256sums=('981daa8015b823fef254bb8e79fe6b28f77dda02cdc374796443bd64f5041de1')
18
19source_x86_64=("fluxer-${pkgver}-x64.tar.gz::https://api.fluxer.app/dl/desktop/stable/linux/x64/${pkgver}/tar_gz")
20sha256sums_x86_64=('acf6398fa6810720fed85b06c011b324e7db4fec6bf2fc7ad93c2446c3600f2d')
21
22source_aarch64=("fluxer-${pkgver}-arm64.tar.gz::https://api.fluxer.app/dl/desktop/stable/linux/arm64/${pkgver}/tar_gz")
23sha256sums_aarch64=('77b874a98caf48de5bc4ccf03119f45262fe26fd7be085b57d7b40b1505d0ec8')
24
25package() {
26 local _dir
27 case "$CARCH" in
28 x86_64) _dir="fluxer-stable-${pkgver}-x64" ;;
29 aarch64) _dir="fluxer-stable-${pkgver}-arm64" ;;
30 esac
31 # upstream has changed the archive layout before - fall back to a glob
32 if [ ! -d "$srcdir/$_dir" ]; then
33 _dir=$(cd "$srcdir" && ls -d [Ff]luxer*"${pkgver}"*/ 2>/dev/null | head -n1)
34 _dir="${_dir%/}"
35 fi
36 if [ -z "$_dir" ] || [ ! -d "$srcdir/$_dir" ]; then
37 echo "Error: could not find extracted directory for $CARCH" >&2
38 ls -la "$srcdir" >&2
39 return 1
40 fi
41
42 install -d "$pkgdir/opt/$pkgname"
43 cp -a "$srcdir/$_dir/." "$pkgdir/opt/$pkgname/"
44
45 install -d "$pkgdir/usr/bin"
46 ln -s "/opt/$pkgname/fluxer" "$pkgdir/usr/bin/fluxer"
47
48 install -Dm644 "$srcdir/fluxer.desktop" "$pkgdir/usr/share/applications/fluxer.desktop"
49
50 if [ -f "$pkgdir/opt/$pkgname/resources/512x512.png" ]; then
51 install -Dm644 "$pkgdir/opt/$pkgname/resources/512x512.png" \
52 "$pkgdir/usr/share/icons/hicolor/512x512/apps/fluxer.png"
53 fi
54}
55

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 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 Low 2

Report a package

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

0 / 4000
Your suggestion