suprow
maintainer nzo
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from the project's official domain, which is not on the whitelist but is plausibly legitimate; the worst case of a swapped source would be code execution, but the source is verifiable via checksum and the domain matches the project's official site.
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 a prebuilt binary from the project's official domain, which is not on the whitelist but is plausibly legitimate; the worst case of a swapped source would be code execution, but the source is verifiable via checksum and the domain matches the project's official site.
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
source=("suprow-${_pkgver}.zip::https://suprow.app/downloads/releases/lnx/suprow-linux-x64-${_pkgver}.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Nzo <0x6e7a6f at proton dot me>
2
3
pkgname=suprow
4
pkgver=0.9.9.0.beta
5
_pkgver=0.9.9.0-beta
6
pkgrel=1
7
pkgdesc="Privacy-first desktop browser with built-in ad blocking"
8
arch=('x86_64')
9
url="https://suprow.app"
10
license=('MIT')
11
depends=('alsa-lib' 'gtk3' 'hicolor-icon-theme' 'libseccomp' 'mesa' 'nss' 'xdg-utils')
12
optdepends=('libnotify: desktop notifications'
13
'pipewire: WebRTC and screen sharing under Wayland'
14
'xdg-desktop-portal: desktop integration under Wayland')
15
options=('!strip' '!debug')
16
source=("suprow-${_pkgver}.zip::https://suprow.app/downloads/releases/lnx/suprow-linux-x64-${_pkgver}.zip"
17
"suprow.desktop"
18
"suprow.svg")
19
sha256sums=('6e348a366f8a8eee660cb312e29da89f397e94501ab51fb21bde1f0ff36b29a4'
20
'933bb4042c8d2eca8a9bb81a5694ddec5275a326016ec0ca092a59adb9960d71'
21
'fa94715957cf541271d4d05ba86f385bbf0ed42bcfb1387dc6c527fdd05305c0')
22
23
package() {
24
# The archive extracts to: suprow-linux-x64/
25
local _srcdir="${srcdir}/suprow-linux-x64"
26
27
# Install application files to /opt/suprow
28
install -dm755 "${pkgdir}/opt/suprow"
29
cp -a "${_srcdir}/"* "${pkgdir}/opt/suprow/"
30
31
# Ensure correct permissions for binaries (zip may not preserve them)
32
chmod 755 "${pkgdir}/opt/suprow/suprow"
33
chmod 755 "${pkgdir}/opt/suprow/chrome_crashpad_handler"
34
35
# chrome-sandbox requires SUID root to enable the Electron sandbox
36
chown root:root "${pkgdir}/opt/suprow/chrome-sandbox"
37
chmod 4755 "${pkgdir}/opt/suprow/chrome-sandbox"
38
39
# Create symlink in /usr/bin so the binary is available in PATH
40
install -dm755 "${pkgdir}/usr/bin"
41
ln -sf /opt/suprow/suprow "${pkgdir}/usr/bin/suprow"
42
43
# Install .desktop entry
44
install -Dm644 "${srcdir}/suprow.desktop" "${pkgdir}/usr/share/applications/suprow.desktop"
45
46
# Install scalable icon
47
install -Dm644 "${srcdir}/suprow.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/suprow.svg"
48
49
# Install license file
50
install -Dm644 "${srcdir}/suprow-linux-x64/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
51
}
52
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 |