adspower-global-bin
The package downloads a prebuilt .deb from the official project domain (adspower.net), which is plausibly the vendor's own release infrastructure;虽非标准主机但属项目官方源,且仅安装其自带文件,无远程代码执行或恶意 payload
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 .deb from the official project domain (adspower.net), which is plausibly the vendor's own release infrastructure;虽非标准主机但属项目官方源,且仅安装其自带文件,无远程代码执行或恶意 payload
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:49
"AdsPower-Global-${pkgver}-x64.deb::https://version.adspower.net/software/linux-x64-global/${pkgver}/AdsPower-Global-${pkgver}-x64.deb"
PKGBUILD
1 offending line(s) highlighted# Maintainer: zmr233
pkgname=adspower-global-bin
pkgver=7.12.29
pkgrel=1
pkgdesc="AdsPower Global antidetect browser repackaged from the official upstream .deb"
arch=('x86_64')
url="https://www.adspower.com/"
license=('custom')
makedepends=('binutils')
provides=('adspower-global')
conflicts=('adspower-global')
depends=(
'alsa-lib'
'at-spi2-core'
'cairo'
'dbus'
'expat'
'gcc-libs'
'glib2'
'glibc'
'gtk3'
'libcups'
'libdrm'
'libnotify'
'libsecret'
'libx11'
'libxcb'
'libxcomposite'
'libxdamage'
'libxext'
'libxfixes'
'libxkbcommon'
'libxrandr'
'libxss'
'libxtst'
'mesa'
'nspr'
'nss'
'pango'
'util-linux-libs'
'xdg-utils'
)
optdepends=(
'libappindicator-gtk3: tray icon support'
)
options=('!strip')
source=(
"AdsPower-Global-${pkgver}-x64.deb::https://version.adspower.net/software/linux-x64-global/${pkgver}/AdsPower-Global-${pkgver}-x64.deb"
)
noextract=("AdsPower-Global-${pkgver}-x64.deb")
sha256sums=('6e8dcd0f746549817b60460197103cd0af98d92d122f6e17a48af8a12be27595')
package() {
local deb="${srcdir}/AdsPower-Global-${pkgver}-x64.deb"
local extractdir="${srcdir}/deb-extract"
rm -rf "${extractdir}"
install -d "${extractdir}"
cd "${extractdir}"
ar x "${deb}"
bsdtar -xf data.tar.xz -C "${pkgdir}"
install -d "${pkgdir}/usr/bin"
cat > "${pkgdir}/usr/bin/adspower-global" <<'EOF'
#!/bin/sh
exec "/opt/AdsPower Global/adspower_global" "$@"
EOF
chmod 755 "${pkgdir}/usr/bin/adspower-global"
if [[ -f "${pkgdir}/usr/share/applications/adspower_global.desktop" ]]; then
sed -i 's|Exec="/opt/AdsPower Global/adspower_global" %U|Exec=adspower-global %U|' \
"${pkgdir}/usr/share/applications/adspower_global.desktop"
fi
install -d "${pkgdir}/usr/share/licenses/${pkgname}"
ln -sf "/opt/AdsPower Global/LICENSE.electron.txt" \
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.electron.txt"
}
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 |