suprow

LOW
maintainer nzo 0 votes scanned 2026-09-17 00:27:14.276658
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
3pkgname=suprow
4pkgver=0.9.9.0.beta
5_pkgver=0.9.9.0-beta
6pkgrel=1
7pkgdesc="Privacy-first desktop browser with built-in ad blocking"
8arch=('x86_64')
9url="https://suprow.app"
10license=('MIT')
11depends=('alsa-lib' 'gtk3' 'hicolor-icon-theme' 'libseccomp' 'mesa' 'nss' 'xdg-utils')
12optdepends=('libnotify: desktop notifications'
13 'pipewire: WebRTC and screen sharing under Wayland'
14 'xdg-desktop-portal: desktop integration under Wayland')
15options=('!strip' '!debug')
16source=("suprow-${_pkgver}.zip::https://suprow.app/downloads/releases/lnx/suprow-linux-x64-${_pkgver}.zip"
17 "suprow.desktop"
18 "suprow.svg")
19sha256sums=('6e348a366f8a8eee660cb312e29da89f397e94501ab51fb21bde1f0ff36b29a4'
20 '933bb4042c8d2eca8a9bb81a5694ddec5275a326016ec0ca092a59adb9960d71'
21 'fa94715957cf541271d4d05ba86f385bbf0ed42bcfb1387dc6c527fdd05305c0')
22
23package() {
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)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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