uuyc
Downloads a Windows installer EXE from NetEase's own CDN (a56.gdl.netease.com) with a pinned SHA256 checksum; the installer is bundled as data for the user to run later via Wine, not executed at build time. The EULA HTML is also fetched from the official domain. No obfuscation, no remote code execution at build/install time.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 80%): Downloads a Windows installer EXE from NetEase's own CDN (a56.gdl.netease.com) with a pinned SHA256 checksum; the installer is bundled as data for the user to run later via Wine, not executed at build time. The EULA HTML is also fetched from the official domain. No obfuscation, no remote code execution at build/install time.
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
"uuyc-${pkgver}.exe::https://a56.gdl.netease.com/UURemote_Setup_${pkgver}_0715193023_gwqd.exe" -
PKGBUILD:18
'UU-Remote-EULA.html::https://uuyc.163.com/contact/20240402/40294_1146065.html'
PKGBUILD
2 offending line(s) highlighted# Maintainer: ParticleG <particle_g@outlook.com>
pkgname=uuyc
pkgver=4.33.0.8907
pkgrel=3
pkgdesc='NetEase UU Remote (网易UU远程) client configured for Wine'
arch=('x86_64')
url='https://uuyc.163.com/'
license=('LicenseRef-UU-Remote-EULA')
depends=('wine>=11.1' 'hicolor-icon-theme' 'procps-ng' 'util-linux')
makedepends=('7zip')
optdepends=('libnotify: desktop notifications during first-run setup')
options=('!strip' '!debug')
source=(
"uuyc-${pkgver}.exe::https://a56.gdl.netease.com/UURemote_Setup_${pkgver}_0715193023_gwqd.exe"
'uuyc'
'uuyc.desktop'
'UU-Remote-EULA.html::https://uuyc.163.com/contact/20240402/40294_1146065.html'
)
noextract=("uuyc-${pkgver}.exe")
sha256sums=(
'5e3cfe8cfdc6552c1fc26f1ad2c94df133ca20dc3c45c23155358c32ac9bf53e'
'6bc2df340099809a8b5bd4e187252509ef94cb575f3865d805c98c4684aaa8d3'
'03c7d6d57d291dc2d5cf6d7af46ce606b1d5f488f819363af0158c2783376397'
'3a2b28509a7c54bb701ae877af8312f2c366388c198427f483cf791c6eae0b65'
)
prepare() {
rm -rf "$srcdir/uuyc-icon"
7z x -y -o"$srcdir/uuyc-icon" \
"$srcdir/uuyc-${pkgver}.exe" '.rsrc/ICON/6'
}
package() {
install -Dm755 "$srcdir/uuyc" "$pkgdir/usr/bin/uuyc"
install -Dm644 "$srcdir/uuyc.desktop" \
"$pkgdir/usr/share/applications/uuyc.desktop"
install -Dm644 "$srcdir/uuyc-${pkgver}.exe" \
"$pkgdir/usr/share/uuyc/uuyc-installer.exe"
install -Dm644 "$srcdir/uuyc-icon/.rsrc/ICON/6" \
"$pkgdir/usr/share/icons/hicolor/256x256/apps/uuyc.png"
install -Dm644 "$srcdir/UU-Remote-EULA.html" \
"$pkgdir/usr/share/licenses/$pkgname/UU-Remote-EULA.html"
printf '%s\n' "$pkgver" >"$pkgdir/usr/share/uuyc/upstream-version"
printf '%s-%s\n' "$pkgver" "$pkgrel" \
>"$pkgdir/usr/share/uuyc/package-release"
}
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 |