triumph-adler-printer-drivers
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source tarball from the official vendor's domain (triumph-adler.de) which is plausibly the project's own; the content consists of printer drivers and filters, which are installed as data and configuration; the worst case of a swapped source would be limited to non-executable PPD files and a filter binary that is part of the driver package itself, making the impact low despite the non-whitelisted host.
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 source tarball from the official vendor's domain (triumph-adler.de) which is plausibly the project's own; the content consists of printer drivers and filters, which are installed as data and configuration; the worst case of a swapped source would be limited to non-executable PPD files and a filter binary that is part of the driver package itself, making the impact low despite the non-whitelisted host.
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=("https://www.triumph-adler.de/resource/blob/130194/d317ddb2d4689ba40b3d24a409bf5601/talinuxpackages-ccd-clp-20140115-tar-data.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Javier Domingo Cansino <javierdo1@gmail.com>
2
pkgname=triumph-adler-printer-drivers
3
pkgver=20140115
4
pkgrel=2
5
pkgdesc="Triumph Adler printer drivers"
6
url="https://www.triumph-adler.de/"
7
arch=('x86_64' 'i686')
8
license=('None')
9
optdepends=(cups)
10
makedepends=()
11
source=("https://www.triumph-adler.de/resource/blob/130194/d317ddb2d4689ba40b3d24a409bf5601/talinuxpackages-ccd-clp-20140115-tar-data.gz")
12
sha1sums=('b2a9f5cab041060d367fe9eb140a17aadb72f0b9')
13
14
_folder=LinuxPackagesTA
15
if [[ $CARCH = "x86_64" ]] ; then
16
_arch=64bit
17
elif [[ $CARCH = "i686" ]] ; then
18
_arch=32bit
19
fi
20
_location=EU # Either EU or Global
21
_language=English # One of English, French, German, Italian, Portuguese, Spanish
22
23
package() {
24
cd "${srcdir}/${_folder}"
25
filter=$()
26
mkdir -p ${pkgdir}/usr/share/cups/model/UTAX_TA/
27
mkdir -p ${pkgdir}/usr/lib/cups/filter/
28
find ${srcdir}/${_folder} -name kyofilter_B | grep $_arch | grep kyo | head -n 1 | xargs -n 1 -I, cp ',' ${pkgdir}/usr/lib/cups/filter/
29
chmod +x ${pkgdir}/usr/lib/cups/filter/kyofilter_B
30
find ${srcdir}/${_folder} -type f | grep $_arch | grep $_location | grep $_language | grep -i PPD | xargs -n 1 -I, cp ',' ${pkgdir}/usr/share/cups/model/UTAX_TA/
31
}
32
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 |