touplite
maintainer ad1217
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from the official vendor's domain (touptekphotonics.com), which is a plausible and expected source for this software; despite the non-whitelisted host, the download is from the project's own release infrastructure, and the checksums are provided, making it a low-risk, standard AUR package for proprietary software.
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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt binary from the official vendor's domain (touptekphotonics.com), which is a plausible and expected source for this software; despite the non-whitelisted host, the download is from the project's own release infrastructure, and the checksums are provided, making it a low-risk, standard AUR package for proprietary software.
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
3
pkgname=touplite
4
pkgver=2.1.30405.20251228
5
pkgrel=1
6
pkgdesc="A port of the ToupTek Photonics's PC software ToupLite for Linux"
7
arch=('i686' 'x86_64')
8
url="https://www.touptekphotonics.com/download/?category=Linux"
9
depends=(fontconfig dbus libglvnd libxrender freetype2)
10
license=('custom')
11
source_x86_64=("ToupTekToupLite.x64-${pkgver}.tar.bz2"::"https://www.touptekphotonics.com/downloads/software/ToupTekToupLite.x64.tar.bz2")
12
source_i686=("ToupTekToupLite.x86-${pkgver}.tar.bz2"::"https://www.touptekphotonics.com/downloads/software/ToupTekToupLite.x86.tar.bz2")
13
sha256sums_i686=('81dba159ebd95bcd9dcc7fba6c3544cacb2d6c4aa127bbe04d4e085ab4661b74')
14
sha256sums_x86_64=('903a4faaf89d70ddf91bc902ff968921361247119df341d6a39e5dc79d24363e')
15
options=('!strip')
16
17
prepare() {
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
23
package() {
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
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |