adspower-global
Triggered rules
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:46
"AdsPower-Global-${pkgver}-x64.deb::https://version.adspower.net/software/linux-x64-global/${pkgver}/AdsPower-Global-${pkgver}-x64.deb"
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt proprietary .deb binary from version.adspower.net (the vendor's own distribution host) and installs it directly. This is a legitimate pattern for closed-source commercial software distributed via AUR (similar to google-chrome, zoom, slack, etc.), and adspower.net is the official AdsPower vendor domain. The sha256sum is pinned, which mitigates MITM risk. However, the binary is a closed-source antidetect browser — software specifically designed to spoof browser fingerprints for multi-account management — which is inherently high-trust code running with full user privileges. The supply-chain concern is real but not elevated beyond the standard risk of any prebuilt proprietary binary from a vendor host: if adspower.net is compromised or the vendor acts maliciously, arbitrary code executes. This is a genuine medium-severity concern (executed binary from a non-standard/unofficial-ecosystem host), not a false positive, but also not evidence of an active attack.
PKGBUILD
1 offending line(s) highlighted# Maintainer: MoonVlad
# Contributor: Daniel S. Palma <contato at danielspalma dot adm dot br>
# Contributor: Asuka Minato <i at asukaminato dot eu dot org>
pkgname=adspower-global
pkgver=8.4.3
pkgrel=1
pkgdesc="AdsPower - Antidetect Browser for Multi-Account Management"
arch=('x86_64')
url="https://www.adspower.com"
license=('LicenseRef-AdsPower-EULA')
makedepends=('binutils')
depends=(
'alsa-lib'
'at-spi2-core'
'cairo'
'dbus'
'expat'
'gcc-libs'
'glib2'
'glibc'
'gtk3'
'libcups'
'libdrm'
'libx11'
'libxcb'
'libxcomposite'
'libxdamage'
'libxext'
'libxfixes'
'libxkbcommon'
'libxrandr'
'mesa'
'nspr'
'nss'
'pango'
)
optdepends=(
'libnotify: desktop notifications'
'libsecret: credential storage'
'libappindicator-gtk3: tray icon support'
'xdg-utils: open URLs in default browser'
)
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=('04fc2c27af2d7f3fbc6215335483798c0ed23bfe13e09f9427308a16d5f4a2b7')
package() {
cd "$srcdir"
ar x "AdsPower-Global-${pkgver}-x64.deb"
bsdtar -xf data.tar.xz -C "$pkgdir"
install -Dm755 /dev/stdin "$pkgdir/usr/bin/adspower-global" << 'EOF'
#!/bin/sh
exec "/opt/AdsPower Global/adspower_global" "$@"
EOF
for size in 16 32 48 64 128 256 512 1024; do
if [[ -f "$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/adspower_global.png" ]]; then
mv "$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/adspower_global.png" \
"$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/adspower-global.png"
fi
done
rm -f "$pkgdir/usr/share/applications/adspower_global.desktop"
install -Dm644 /dev/stdin "$pkgdir/usr/share/applications/adspower-global.desktop" << 'EOF'
[Desktop Entry]
Name=AdsPower Global
Comment=Antidetect Browser for Multi-Account Management
Exec=adspower-global %U
Icon=adspower-global
Terminal=false
Type=Application
Categories=Network;WebBrowser;
StartupWMClass=AdsPower Global
EOF
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 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 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |