touplite
The package downloads a prebuilt binary from the official vendor's domain, which is a normal practice for proprietary software; the source is not executed in an unsafe way, and the checksums are provided, reducing risk.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt binary from the official vendor's domain, which is a normal practice for proprietary software; the source is not executed in an unsafe way, and the checksums are provided, reducing risk.
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:11
source_x86_64=("ToupTekToupLite.x64-${pkgver}.tar.bz2"::"https://www.touptekphotonics.com/downloads/software/ToupTekToupLite.x64.tar.bz2")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
pkgname=touplite
pkgver=2.1.31488.20260519
pkgrel=1
pkgdesc="A port of the ToupTek Photonics's PC software ToupLite for Linux"
arch=('i686' 'x86_64')
url="https://www.touptekphotonics.com/download/?category=Linux"
depends=(fontconfig dbus libglvnd libxrender freetype2)
license=('custom')
source_x86_64=("ToupTekToupLite.x64-${pkgver}.tar.bz2"::"https://www.touptekphotonics.com/downloads/software/ToupTekToupLite.x64.tar.bz2")
source_i686=("ToupTekToupLite.x86-${pkgver}.tar.bz2"::"https://www.touptekphotonics.com/downloads/software/ToupTekToupLite.x86.tar.bz2")
sha256sums_i686=('758e0139e9d3388352079dc2ee795fffc5fa91261a190438e8f4938b9040baa1')
sha256sums_x86_64=('f8d6883d0b90ce421e8dbba93751baeb1285f7d84d455f99040f4b2a5667bc92')
options=('!strip')
prepare() {
ARCH_STR=$( [ "$CARCH" == "x86_64" ] && echo -n x64 || echo -n x86 )
sed -n -e '1,/^exit 0$/!p' ToupTekToupLite.${ARCH_STR}.sh | tar xvz
#rm -f ToupTekToupLite.${ARCH_STR}.sh
}
package() {
install -Dm755 ToupLite -t "${pkgdir}/usr/local/ToupLite/"
install -Dm644 *.so ToupLite.png -t "${pkgdir}/usr/local/ToupLite"
install -dm755 "${pkgdir}/usr/bin/"
ln -s "/usr/local/ToupLite/ToupLite" "${pkgdir}/usr/bin/ToupLite"
install -Dm644 i18n/*.xml -t "${pkgdir}/usr/local/ToupLite/i18n/"
install -Dm644 99-toupcam.rules -t "${pkgdir}/usr/lib/udev/rules.d/"
install -Dm755 ToupLite.desktop -t "${pkgdir}/usr/share/applications/"
}
# vim:set ts=2 sw=2 et:
Changes since previous scan
--- PKGBUILD @ 2026-09-11 00:19+++ PKGBUILD @ 2026-09-17 00:27@@ -1,7 +1,7 @@ # Maintainer: Adam Goldsmith <contact@adamgoldsmith.name> pkgname=touplite-pkgver=2.1.30405.20251228+pkgver=2.1.31488.20260519 pkgrel=1 pkgdesc="A port of the ToupTek Photonics's PC software ToupLite for Linux" arch=('i686' 'x86_64')@@ -10,8 +10,8 @@ license=('custom') source_x86_64=("ToupTekToupLite.x64-${pkgver}.tar.bz2"::"https://www.touptekphotonics.com/downloads/software/ToupTekToupLite.x64.tar.bz2") source_i686=("ToupTekToupLite.x86-${pkgver}.tar.bz2"::"https://www.touptekphotonics.com/downloads/software/ToupTekToupLite.x86.tar.bz2")-sha256sums_i686=('81dba159ebd95bcd9dcc7fba6c3544cacb2d6c4aa127bbe04d4e085ab4661b74')-sha256sums_x86_64=('903a4faaf89d70ddf91bc902ff968921361247119df341d6a39e5dc79d24363e')+sha256sums_i686=('758e0139e9d3388352079dc2ee795fffc5fa91261a190438e8f4938b9040baa1')+sha256sums_x86_64=('f8d6883d0b90ce421e8dbba93751baeb1285f7d84d455f99040f4b2a5667bc92') options=('!strip') prepare() {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 07:22:16 | Medium | 1 |
| 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 |