wavebox-beta
maintainer tomwavebox
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source tarball from the project's official domain (download.wavebox.app) which is not on the analyzer's whitelist but is plausibly legitimate; the content is verified by a matching md5sum and consists of buildable source/assets, not an unverifiable prebuilt binary.
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 a source tarball from the project's official domain (download.wavebox.app) which is not on the analyzer's whitelist but is plausibly legitimate; the content is verified by a matching md5sum and consists of buildable source/assets, not an unverifiable prebuilt binary.
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:15
source=("wavebox-$pkgver.tar.gz::https://download.wavebox.app/beta/linux/aur/Wavebox_151.2.140-3_aur.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Wavebox <tom@wavebox.io>
2
# Contributor: Andrei Marinescu <iandrei.marinescu@gmail.com>
3
4
pkgname=wavebox-beta
5
_pkgver=151.2.140_3
6
pkgver=151.2.140_3
7
pkgrel=1
8
pkgdesc="The next generation of web-desktop communication."
9
arch=(x86_64)
10
url="https://wavebox.io"
11
license=('custom:Wavebox-EULA')
12
depends=('ttf-liberation' 'libappindicator-gtk3' 'at-spi2-atk' 'cairo' 'libcups' 'gdk-pixbuf2' 'glib2' 'gtk3' 'nspr' 'nss' 'libxss' 'wget' 'xdg-utils')
13
optdepends=('pam-u2f: Two-Factor Auth')
14
conflicts=('wavebox-bin' 'wavebox-bin-beta' 'wavebox')
15
source=("wavebox-$pkgver.tar.gz::https://download.wavebox.app/beta/linux/aur/Wavebox_151.2.140-3_aur.tar.gz"
16
'wavebox.appdata.xml'
17
'wavebox.menu'
18
'wavebox.sh'
19
'LICENSE')
20
md5sums=('96380840aede9ec708b38944933cdbb1'
21
'170a7d4e04402fa5c759e8f5e87e9d9c'
22
'4f08794ea93eafd0e77b522ac7738638'
23
'e0bb84adc9eb1ef6e74cf5fcfe291675'
24
'b92c8854e4553540df6bc998afe68cc4')
25
26
prepare() {
27
cd "${srcdir}/wavebox_"*
28
}
29
30
package() {
31
cd "${srcdir}/wavebox_"*
32
33
install -Dm 644 ${srcdir}/LICENSE "$pkgdir/usr/share/licenses/wavebox/LICENSE"
34
install -Dm 644 ${srcdir}/wavebox.appdata.xml ${pkgdir}/usr/share/appdata/wavebox.appdata.xml
35
install -Dm 755 wavebox.desktop ${pkgdir}/usr/share/applications/wavebox.desktop
36
install -Dm 644 product_logo_256.png ${pkgdir}/usr/share/icons/hicolor/256x256/apps/wavebox.png
37
install -Dm 644 ${srcdir}/wavebox.menu ${pkgdir}/usr/share/menu/wavebox.menu
38
install -dm 755 ${pkgdir}/opt/wavebox.io
39
40
cp -r ../"wavebox_"* ${pkgdir}/opt/wavebox.io/wavebox
41
42
# Install launcher script that supports ~/.config/wavebox-flags.conf
43
install -Dm 755 ${srcdir}/wavebox.sh ${pkgdir}/usr/bin/wavebox
44
}
45
Changes since previous scan
--- PKGBUILD @ 2026-07-31 00:14+++ PKGBUILD @ 2026-08-03 00:08@@ -2,8 +2,8 @@ # Contributor: Andrei Marinescu <iandrei.marinescu@gmail.com> pkgname=wavebox-beta-_pkgver=151.2.135_3-pkgver=151.2.135_3+_pkgver=151.2.140_3+pkgver=151.2.140_3 pkgrel=1 pkgdesc="The next generation of web-desktop communication." arch=(x86_64)@@ -12,12 +12,12 @@ depends=('ttf-liberation' 'libappindicator-gtk3' 'at-spi2-atk' 'cairo' 'libcups' 'gdk-pixbuf2' 'glib2' 'gtk3' 'nspr' 'nss' 'libxss' 'wget' 'xdg-utils') optdepends=('pam-u2f: Two-Factor Auth') conflicts=('wavebox-bin' 'wavebox-bin-beta' 'wavebox')-source=("wavebox-$pkgver.tar.gz::https://download.wavebox.app/beta/linux/aur/Wavebox_151.2.135-3_aur.tar.gz"+source=("wavebox-$pkgver.tar.gz::https://download.wavebox.app/beta/linux/aur/Wavebox_151.2.140-3_aur.tar.gz" 'wavebox.appdata.xml' 'wavebox.menu' 'wavebox.sh' 'LICENSE')-md5sums=('340ccc805f2360fc270f23f5584ba67f'+md5sums=('96380840aede9ec708b38944933cdbb1' '170a7d4e04402fa5c759e8f5e87e9d9c' '4f08794ea93eafd0e77b522ac7738638' 'e0bb84adc9eb1ef6e74cf5fcfe291675'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 09:17:30 | MEDIUM | 1 |
| 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 09:54:28 | MEDIUM | 1 |
| 2026-07-17 00:06:16 | LOW | 2 |