flowee

maintainer TomZander · 2 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a tarball from a project-affiliated domain (bitcoincashcode.org) hosting the official Flowee source code; building from this source is standard practice and the checksum is verified, so the risk is low despite the non-whitelisted host.

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 source is a tarball from a project-affiliated domain (bitcoincashcode.org) hosting the official Flowee source code; building from this source is standard practice and the checksum is verified, so the risk is low despite the non-whitelisted host.

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:23 source=("https://bitcoincashcode.org/Flowee/thehub/archive/$pkgver.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Tom Zander
2
3pkgname=flowee
4pkgver=2026.05.2
5options=(!lto)
6pkgrel=1
7pkgdesc="Flowee provides the shortest path to Bitcoin Cash"
8arch=('x86_64' 'aarch64')
9url="https://flowee.org/"
10license=('GPL3')
11depends=('boost-libs' 'libevent' 'openssl')
12makedepends=('boost' 'cmake' 'pkgconf')
13optdepends=('miniupnpc' 'qt6-base')
14optmakedepends=('qt6-tools')
15provides=('flowee-hub' 'flowee-libs')
16backup=("etc/flowee/flowee.conf"
17 "etc/flowee/indexer.conf"
18 "etc/flowee/rest-service.conf"
19 "etc/flowee/bitcore-proxy.conf"
20 "etc/flowee/walletStore.conf"
21)
22install=flowee.install
23source=("https://bitcoincashcode.org/Flowee/thehub/archive/$pkgver.tar.gz"
24 "flowee.logrotate")
25
26sha256sums=("764d68246bce6cecef34b6aac1c2b87675ebe4ddaf0f5f88ab8721324e79711f"
27 "0438e1a44523aeb3bbecd60fd920ca7b2aacd267b5cf988ab77a44eb7c03929e")
28
29build() {
30 mkdir -p build
31 cd build
32 cmake -DCMAKE_BUILD_TYPE=Release -Dbuild_apps=ON -DCMAKE_INSTALL_PREFIX=$pkgdir/usr/ ../thehub
33 echo '#define GIT_COMMIT_ID "d19571fc"' > include/build.h
34 echo '#define BUILD_DATE "2026-05-25 18:07:12 +0200"' >> include/build.h
35 make
36}
37
38package() {
39 cd build
40 make install
41 cd "$pkgdir"
42 mv usr/etc .
43 chmod 775 etc/flowee
44 install -Dm 664 "$srcdir/thehub/support/flowee.conf" -t "$pkgdir/etc/flowee"
45 install -Dm 644 "$srcdir/flowee.logrotate" "$pkgdir/etc/logrotate.d/flowee"
46 install -Dm 664 "$srcdir/thehub/support/logs.conf" -t "$pkgdir/etc/flowee"
47 install -Dm 644 "$srcdir/thehub/support/thehub.service" -t "$pkgdir/usr/lib/systemd/system"
48 install -Dm 644 "$srcdir/thehub/support/indexer.service" -t "$pkgdir/usr/lib/systemd/system"
49 install -Dm 664 "$srcdir/thehub/support/indexer.conf" -t "$pkgdir/etc/flowee"
50 install -Dm 644 "$srcdir/thehub/support/indexer.service" -t "$pkgdir/usr/lib/systemd/system"
51 install -Dm 644 "$srcdir/thehub/support/rest-service.conf" -t "$pkgdir/etc/flowee"
52 install -Dm 644 "$srcdir/thehub/support/rest-service.service" -t "$pkgdir/usr/lib/systemd/system"
53 install -Dm 644 "$srcdir/thehub/support/bitcore-proxy.service" -t "$pkgdir/usr/lib/systemd/system"
54 install -Dm 644 "$srcdir/thehub/support/bitcore-proxy.conf" -t "$pkgdir/etc/flowee"
55 install -Dm 644 "$srcdir/thehub/support/wallet-store-server.service" -t "$pkgdir/usr/lib/systemd/system"
56 install -Dm 644 "$srcdir/thehub/support/walletStore.conf" -t "$pkgdir/etc/flowee"
57}
58

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion