flareget
maintainer mrozanc
· 36 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt RPMs from the official project's domain (dl.flareget.com) for installation; while the host is not a common forge, it is the project's own distribution infrastructure, and the downloads are verified with sha256 checksums, reducing supply-chain risk.
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 prebuilt RPMs from the official project's domain (dl.flareget.com) for installation; while the host is not a common forge, it is the project's own distribution infrastructure, and the downloads are verified with sha256 checksums, reducing supply-chain risk.
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:17
source_i686=("https://dl.flareget.com/downloads/files/flareget/rpm/i386/${pkgname}-${_rel}-${_subrel}.i386.rpm")
PKGBUILD
1 offending line(s) highlighted
1
# Author: Syed Adnan Kamili <adnan.kamili AT gmail D0T com>
2
# Maintainer: Marc Rozanc <marc AT rozanc D0T fr>
3
4
pkgname=flareget
5
_rel=5.0
6
_subrel=0
7
pkgver=${_rel}.${_subrel}
8
pkgrel=2
9
pkgdesc="A full featured, advanced, multi-threaded, multisegment download manager and accelerator."
10
arch=('i686' 'x86_64')
11
url="https://flareget.com"
12
license=('custom')
13
depends=('glibc>=2.13' 'qt5-base>=5.7.1' 'nss>=3.26')
14
install=${pkgname}.install
15
backup=('etc/opt/chrome/native-messaging-hosts/com.flareget.flareget.json'
16
'etc/chromium/native-messaging-hosts/com.flareget.flareget.json')
17
source_i686=("https://dl.flareget.com/downloads/files/flareget/rpm/i386/${pkgname}-${_rel}-${_subrel}.i386.rpm")
18
source_x86_64=("https://dl.flareget.com/downloads/files/flareget/rpm/amd64/${pkgname}-${_rel}-${_subrel}.x86_64.rpm")
19
sha256sums_i686=("f2f1febed7a1a4f58db92bc076f0641b1eac53124b6b3c8ee730a6e8a6134686")
20
sha256sums_x86_64=("977bdd8ecf2c44611a24beca578c5796473e8be700f752ea5e1b74bd412bb32f")
21
22
package() {
23
cd $srcdir
24
cp -ra usr $pkgdir/usr
25
cp -ra etc $pkgdir/etc
26
[[ -d $pkgdir/usr/lib64 ]] && mv $pkgdir/usr/lib64 $pkgdir/usr/lib
27
#chmod 0755 $pkgdir/usr/bin/flareget
28
#chmod 0755 $pkgdir/usr/bin/flareget-chrome-host
29
30
# License
31
mkdir -p $pkgdir/usr/share/licenses/$pkgname
32
mv $pkgdir/usr/share/doc/$pkgname/COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
33
}
34
35
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 |