uuyc

LOW
maintainer Particle_G 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

Low AI review downgraded a static finding 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)
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: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
1# Maintainer: ParticleG <particle_g@outlook.com>
2
3pkgname=uuyc
4pkgver=4.33.0.8907
5pkgrel=3
6pkgdesc='NetEase UU Remote (网易UU远程) client configured for Wine'
7arch=('x86_64')
8url='https://uuyc.163.com/'
9license=('LicenseRef-UU-Remote-EULA')
10depends=('wine>=11.1' 'hicolor-icon-theme' 'procps-ng' 'util-linux')
11makedepends=('7zip')
12optdepends=('libnotify: desktop notifications during first-run setup')
13options=('!strip' '!debug')
14source=(
15 "uuyc-${pkgver}.exe::https://a56.gdl.netease.com/UURemote_Setup_${pkgver}_0715193023_gwqd.exe"
16 'uuyc'
17 'uuyc.desktop'
18 'UU-Remote-EULA.html::https://uuyc.163.com/contact/20240402/40294_1146065.html'
19)
20noextract=("uuyc-${pkgver}.exe")
21sha256sums=(
22 '5e3cfe8cfdc6552c1fc26f1ad2c94df133ca20dc3c45c23155358c32ac9bf53e'
23 '6bc2df340099809a8b5bd4e187252509ef94cb575f3865d805c98c4684aaa8d3'
24 '03c7d6d57d291dc2d5cf6d7af46ce606b1d5f488f819363af0158c2783376397'
25 '3a2b28509a7c54bb701ae877af8312f2c366388c198427f483cf791c6eae0b65'
26)
27
28prepare() {
29 rm -rf "$srcdir/uuyc-icon"
30 7z x -y -o"$srcdir/uuyc-icon" \
31 "$srcdir/uuyc-${pkgver}.exe" '.rsrc/ICON/6'
32}
33
34package() {
35 install -Dm755 "$srcdir/uuyc" "$pkgdir/usr/bin/uuyc"
36 install -Dm644 "$srcdir/uuyc.desktop" \
37 "$pkgdir/usr/share/applications/uuyc.desktop"
38 install -Dm644 "$srcdir/uuyc-${pkgver}.exe" \
39 "$pkgdir/usr/share/uuyc/uuyc-installer.exe"
40 install -Dm644 "$srcdir/uuyc-icon/.rsrc/ICON/6" \
41 "$pkgdir/usr/share/icons/hicolor/256x256/apps/uuyc.png"
42 install -Dm644 "$srcdir/UU-Remote-EULA.html" \
43 "$pkgdir/usr/share/licenses/$pkgname/UU-Remote-EULA.html"
44
45 printf '%s\n' "$pkgver" >"$pkgdir/usr/share/uuyc/upstream-version"
46 printf '%s-%s\n' "$pkgver" "$pkgrel" \
47 >"$pkgdir/usr/share/uuyc/package-release"
48}
49

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion