suprow
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
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)
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# Maintainer: Nzo <0x6e7a6f at proton dot me>
pkgname=suprow
pkgver=0.9.9.0.beta
_pkgver=0.9.9.0-beta
pkgrel=1
pkgdesc="Privacy-first desktop browser with built-in ad blocking"
arch=('x86_64')
url="https://suprow.app"
license=('MIT')
depends=('alsa-lib' 'gtk3' 'hicolor-icon-theme' 'libseccomp' 'mesa' 'nss' 'xdg-utils')
optdepends=('libnotify: desktop notifications'
'pipewire: WebRTC and screen sharing under Wayland'
'xdg-desktop-portal: desktop integration under Wayland')
options=('!strip' '!debug')
source=("suprow-${_pkgver}.zip::https://suprow.app/downloads/releases/lnx/suprow-linux-x64-${_pkgver}.zip"
"suprow.desktop"
"suprow.svg")
sha256sums=('6e348a366f8a8eee660cb312e29da89f397e94501ab51fb21bde1f0ff36b29a4'
'933bb4042c8d2eca8a9bb81a5694ddec5275a326016ec0ca092a59adb9960d71'
'fa94715957cf541271d4d05ba86f385bbf0ed42bcfb1387dc6c527fdd05305c0')
package() {
# The archive extracts to: suprow-linux-x64/
local _srcdir="${srcdir}/suprow-linux-x64"
# Install application files to /opt/suprow
install -dm755 "${pkgdir}/opt/suprow"
cp -a "${_srcdir}/"* "${pkgdir}/opt/suprow/"
# Ensure correct permissions for binaries (zip may not preserve them)
chmod 755 "${pkgdir}/opt/suprow/suprow"
chmod 755 "${pkgdir}/opt/suprow/chrome_crashpad_handler"
# chrome-sandbox requires SUID root to enable the Electron sandbox
chown root:root "${pkgdir}/opt/suprow/chrome-sandbox"
chmod 4755 "${pkgdir}/opt/suprow/chrome-sandbox"
# Create symlink in /usr/bin so the binary is available in PATH
install -dm755 "${pkgdir}/usr/bin"
ln -sf /opt/suprow/suprow "${pkgdir}/usr/bin/suprow"
# Install .desktop entry
install -Dm644 "${srcdir}/suprow.desktop" "${pkgdir}/usr/share/applications/suprow.desktop"
# Install scalable icon
install -Dm644 "${srcdir}/suprow.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/suprow.svg"
# Install license file
install -Dm644 "${srcdir}/suprow-linux-x64/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |