adrive
The package downloads a prebuilt .exe from the official vendor's CDN, extracts an app.asar file, and runs it via system Electron; while the source host is non-standard and the checksum is verifiable, the worst case of a malicious swap is limited to code execution within the app context, but it is not actively obfuscated or exfiltrating, and the source is plausibly official.
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 .exe from the official vendor's CDN, extracts an app.asar file, and runs it via system Electron; while the source host is non-standard and the checksum is verifiable, the worst case of a malicious swap is limited to code execution within the app context, but it is not actively obfuscated or exfiltrating, and the source is plausibly official.
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:15
"https://cdn.aliyundrive.net/downloads/apps/desktop/aDrive-4.9.16.exe"
PKGBUILD
1 offending line(s) highlighted# Maintainer: ArcanusNEO <admin@transcliff.top>
# Contributor: zhullyb < zhullyb [at] outook dot com >
# Contributor: sukanka < su975853527 [at] gmail dot com >
pkgname=adrive
url="https://www.aliyundrive.com/"
pkgrel=7
pkgver=4.9.16
pkgdesc="阿里云盘官方客户端app.asar提取版,直接调用系统electron运行"
arch=("x86_64")
license=("custom")
_electron=electron
depends=("$_electron" "python")
makedepends=('p7zip')
source=(
"https://cdn.aliyundrive.net/downloads/apps/desktop/aDrive-4.9.16.exe"
"aDrive.desktop"
"aDrive.png"
"aDrive.py"
)
sha256sums=('bb36e6204d6be7073ca9b13f273b55f788cd48dc9a849251a26b3239438b08d4'
'057a9d329fce8775df05f24f108a280dbe3202381f8bc841c273ee34c6ae8b35'
'fc2493439b0766992698acd3a7c74a1a90d2877699442b1d7c410d8606d74244'
'238bcc948112710018e7fe6abfb5f4238ea5aef189271b7deeb88917f925865f')
prepare() {
7z x aDrive-4.9.16.exe -o"${srcdir}/aDrive"
cat >aDrive.sh <<EOF
#!/bin/sh
set -eu
export ELECTRON_FORCE_IS_PACKAGED=true
export ELECTRON_IS_DEV=0
exec $_electron --no-sandbox /usr/lib/aDrive/app.asar "\$@"
EOF
}
package() {
install -Dm644 ${srcdir}/aDrive/resources/app.asar -t ${pkgdir}/usr/lib/aDrive/
install -Dm644 ${srcdir}/aDrive.png -t ${pkgdir}/usr/lib/aDrive/
mkdir -p ${pkgdir}/usr/share/icons/hicolor/256x256/apps/
ln -s /usr/lib/aDrive/aDrive.png ${pkgdir}/usr/share/icons/hicolor/256x256/apps/aDrive.png
install -Dm644 ${srcdir}/aDrive.desktop -t ${pkgdir}/usr/share/applications/
install -Dm755 ${srcdir}/aDrive.sh ${pkgdir}/usr/lib/aDrive/aDrive.sh
install -Dm755 ${srcdir}/aDrive.py ${pkgdir}/usr/bin/aDrive
}
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 |