ugee-tablet
The source is a tarball from the official vendor's download domain, building the vendor's own software; the non-whitelisted host is plausibly part of the vendor's infrastructure, and the package installs only vendor-provided files without executing remote code.
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 source is a tarball from the official vendor's download domain, building the vendor's own software; the non-whitelisted host is plausibly part of the vendor's infrastructure, and the package installs only vendor-provided files without executing remote code.
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:9
source=("https://download.ugee.com.cn/upload/download/$_pkgver_sub1/ugeeTablet-$pkgver-$_pkgver_sub2.tar.gz")
PKGBUILD
1 offending line(s) highlighted# Maintainer: kokononine <nine_9@outlook.jp>
pkgname=ugee-tablet
pkgver=4.3.4
_pkgver_sub1=20241217
_pkgver_sub2=241031
pkgrel=2
pkgdesc='Ugee Tablet Driver(version 4.x)'
url='https://www.ugee.com.cn/download/'
source=("https://download.ugee.com.cn/upload/download/$_pkgver_sub1/ugeeTablet-$pkgver-$_pkgver_sub2.tar.gz")
arch=('x86_64')
license=('custom: commercial')
depends=()
#depends=('libx11' 'libxrender' 'libxrandr' 'libxinerama' 'libxtst' 'libsm' 'libice' 'libglvnd' 'libusb' 'freetype2' 'qt5-x11extras' 'hicolor-icon-theme')
optdepends=()
conflicts=()
provides=()
#options=()
install="PKGBUILD"
sha256sums=('83c51feb0d0a1e68e7f443665a68c8dab1fb41c72ec993c045ee465f839dd2ff')
package()
{
install -d "$pkgdir/usr"
install -d "$pkgdir/usr/lib"
install -d "$pkgdir/etc"
cp -r "$srcdir/ugeeTablet-$pkgver-$_pkgver_sub2/App/usr" "$pkgdir"
cp -r "$srcdir/ugeeTablet-$pkgver-$_pkgver_sub2/App/lib" "$pkgdir/usr"
cp -r "$srcdir/ugeeTablet-$pkgver-$_pkgver_sub2/App/etc" "$pkgdir"
}
post_install()
{
echo -en ":: \033[1m\033[33mA reboot is required after the installation!\033[0m\n"
}
post_upgrade()
{
post_install
}
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 |