flowee-pay
maintainer TomZander
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The non-standard host (flowee.org) provides a static data file (blockheaders) that is not executable; worst case is data tampering, not code execution, so risk is low.
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 non-standard host (flowee.org) provides a static data file (blockheaders) that is not executable; worst case is data tampering, not code execution, so risk is low.
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:16
"https://flowee.org/products/pay/blockheaders-850000")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Tom Zander
2
3
pkgname=flowee-pay
4
pkgver=2026.05.1
5
options=(!lto)
6
pkgrel=1
7
pkgdesc="Flowee Payment solution"
8
arch=('x86_64' 'aarch64')
9
url="http://flowee.org/pay/"
10
license=('GPL3')
11
depends=('qt6-base' 'qt6-declarative' 'qt6-svg' 'qt6-shadertools' 'qt6-scxml' 'zxing-cpp' 'qt6-multimedia')
12
makedepends=('boost' 'cmake' 'flowee>=2026.05.2' 'qt6-tools')
13
provides=('flowee-pay')
14
install=flowee-pay.install
15
source=("https://codeberg.org/Flowee/pay/archive/$pkgver.tar.gz"
16
"https://flowee.org/products/pay/blockheaders-850000")
17
sha256sums=('3bbfefd32101c511c48351e9a3c6dce8b687668396383a01e1ae079d89989cc6'
18
'4a98c3b655cfd7520b4d4f682d95e3a82e0f03fda4fa687d28f2127205d66047')
19
20
build() {
21
ln -sf "$srcdir/blockheaders-850000" "$srcdir/blockheaders"
22
mkdir -p build
23
cd build
24
cmake -Dbuild_mobile_pay=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$pkgdir/usr/ ../pay
25
make
26
}
27
28
prepare() {
29
cd "$srcdir/pay"
30
}
31
32
check() {
33
cd build/testing
34
make check
35
}
36
37
package() {
38
cd build
39
make install
40
41
# install blockheaders to avoid first-run download
42
install -Dm 644 "$srcdir/blockheaders" -t "$pkgdir/usr/share/floweepay"
43
}
44
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 |