touplite

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

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

Low AI review downgraded a static finding 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)
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: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
1# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
2
3pkgname=touplite
4pkgver=2.1.31488.20260519
5pkgrel=1
6pkgdesc="A port of the ToupTek Photonics's PC software ToupLite for Linux"
7arch=('i686' 'x86_64')
8url="https://www.touptekphotonics.com/download/?category=Linux"
9depends=(fontconfig dbus libglvnd libxrender freetype2)
10license=('custom')
11source_x86_64=("ToupTekToupLite.x64-${pkgver}.tar.bz2"::"https://www.touptekphotonics.com/downloads/software/ToupTekToupLite.x64.tar.bz2")
12source_i686=("ToupTekToupLite.x86-${pkgver}.tar.bz2"::"https://www.touptekphotonics.com/downloads/software/ToupTekToupLite.x86.tar.bz2")
13sha256sums_i686=('758e0139e9d3388352079dc2ee795fffc5fa91261a190438e8f4938b9040baa1')
14sha256sums_x86_64=('f8d6883d0b90ce421e8dbba93751baeb1285f7d84d455f99040f4b2a5667bc92')
15options=('!strip')
16
17prepare() {
18 ARCH_STR=$( [ "$CARCH" == "x86_64" ] && echo -n x64 || echo -n x86 )
19 sed -n -e '1,/^exit 0$/!p' ToupTekToupLite.${ARCH_STR}.sh | tar xvz
20 #rm -f ToupTekToupLite.${ARCH_STR}.sh
21}
22
23package() {
24 install -Dm755 ToupLite -t "${pkgdir}/usr/local/ToupLite/"
25 install -Dm644 *.so ToupLite.png -t "${pkgdir}/usr/local/ToupLite"
26
27 install -dm755 "${pkgdir}/usr/bin/"
28 ln -s "/usr/local/ToupLite/ToupLite" "${pkgdir}/usr/bin/ToupLite"
29
30 install -Dm644 i18n/*.xml -t "${pkgdir}/usr/local/ToupLite/i18n/"
31 install -Dm644 99-toupcam.rules -t "${pkgdir}/usr/lib/udev/rules.d/"
32
33 install -Dm755 ToupLite.desktop -t "${pkgdir}/usr/share/applications/"
34}
35
36# vim:set ts=2 sw=2 et:
37

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)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 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

Report a package

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

0 / 4000
Your suggestion