roxybrowser-bin

maintainer xifan · 1 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package downloads a prebuilt .deb from a non-whitelisted host (dl.roxybrowser.com), which is not a standard or widely trusted distribution domain, creating a supply-chain risk if the host is compromised or controlled by an unauthorized party.

Triggered rules

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:18 source_x86_64=("roxybrowser-4.0.0.deb::https://dl.roxybrowser.com/app-download/Linux-64-latest")
MEDIUM AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb from a non-whitelisted host (dl.roxybrowser.com), which is not a standard or widely trusted distribution domain, creating a supply-chain risk if the host is compromised or controlled by an unauthorized party.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: xifan <xifan2333@gmail.com>
2# NOTE: This is an unofficial, community-maintained package.
3# 注意:这是一个非官方维护的社区版本。
4
5pkgname=roxybrowser-bin
6_pkgname=roxybrowser
7pkgver=4.0.0
8pkgrel=1
9pkgdesc="Premier Antidetect Browser - Streamline Your Workflow Effortlessly (Unofficial Community Package)"
10arch=('x86_64')
11url="https://roxybrowser.com"
12license=('MIT')
13depends=('gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-core' 'util-linux-libs' 'libsecret')
14optdepends=('libappindicator-gtk3: for system tray icon support')
15provides=("${_pkgname}")
16conflicts=("${_pkgname}")
17options=(!strip)
18source_x86_64=("roxybrowser-4.0.0.deb::https://dl.roxybrowser.com/app-download/Linux-64-latest")
19sha256sums_x86_64=('c3394c9ae759d4c45bb151460dcc59adb3ca25d0ed1add35fd2d1da84a59a7b9')
20
21package() {
22 # Extract the official deb package downloaded from roxybrowser.com
23 # 解压从官网下载的原版 deb 包,不做任何二次修改或重打包
24 bsdtar -xf "${srcdir}/${_pkgname}-${pkgver}.deb"
25 bsdtar -xf "${srcdir}/data.tar.xz" -C "${pkgdir}/"
26
27 # Set required SUID permission for chrome-sandbox (standard security requirement for Chromium-based browsers)
28 # 为 chrome-sandbox 设置必要的 SUID 权限(Chromium 系浏览器的标准安全要求)
29 chmod 4755 "${pkgdir}/opt/RoxyBrowser/chrome-sandbox"
30}
31

Changes since previous scan

--- PKGBUILD @ 2026-07-31 00:14
+++ PKGBUILD @ 2026-08-03 00:08
@@ -4,7 +4,7 @@
pkgname=roxybrowser-bin
_pkgname=roxybrowser
-pkgver=3.9.2
+pkgver=4.0.0
pkgrel=1
pkgdesc="Premier Antidetect Browser - Streamline Your Workflow Effortlessly (Unofficial Community Package)"
arch=('x86_64')
@@ -15,8 +15,8 @@
provides=("${_pkgname}")
conflicts=("${_pkgname}")
options=(!strip)
-source_x86_64=("roxybrowser-3.9.2.deb::https://dl.roxybrowser.com/app-download/Linux-64-latest")
-sha256sums_x86_64=('d8c4fd8f7ad671e4aa84ae83ef148ecf5c88da8f5af5e78e8e6cdf9de2f31ca6')
+source_x86_64=("roxybrowser-4.0.0.deb::https://dl.roxybrowser.com/app-download/Linux-64-latest")
+sha256sums_x86_64=('c3394c9ae759d4c45bb151460dcc59adb3ca25d0ed1add35fd2d1da84a59a7b9')
package() {
# Extract the official deb package downloaded from roxybrowser.com

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 MEDIUM 2
2026-08-02 00:16:08 MEDIUM 2
2026-08-01 00:11:18 MEDIUM 2
2026-07-31 03:17:12 MEDIUM 2
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 00:17:23 MEDIUM 2
2026-07-29 00:25:53 MEDIUM 2
2026-07-28 00:07:28 MEDIUM 2
2026-07-27 00:24:32 MEDIUM 2
2026-07-26 00:07:32 MEDIUM 2
2026-07-25 00:13:44 MEDIUM 2
2026-07-24 00:02:28 MEDIUM 2
2026-07-23 00:14:47 MEDIUM 2
2026-07-22 00:29:32 MEDIUM 2
2026-07-21 00:24:15 MEDIUM 2
2026-07-20 00:19:49 MEDIUM 2
2026-07-19 00:17:08 MEDIUM 2
2026-07-18 00:14:48 MEDIUM 2
2026-07-17 00:06:16 MEDIUM 2
2026-07-16 00:05:41 MEDIUM 2

Report a package

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

0 / 4000
Your suggestion