canon-pixma-lt7500-complete
maintainer m3thodic
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads official Canon driver binaries from Canon's own gdlp01.c-wss.com domain, which is plausibly their standard distribution host; despite not being on a typical whitelist, this is a legitimate source for Canon drivers, and the binaries are unpacked and installed without modification or execution of untrusted code.
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 official Canon driver binaries from Canon's own gdlp01.c-wss.com domain, which is plausibly their standard distribution host; despite not being on a typical whitelist, this is a legitimate source for Canon drivers, and the binaries are unpacked and installed without modification or execution of untrusted code.
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:16
http://gdlp01.c-wss.com/gds/8/0100009108/01/cnijfilter2-${_cnijfilterver}-1-deb.tar.gz
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Tony Lambiris <tony@libpcap.net>
2
# Based on canon-pixma-mx920-complete by: Miroslav Koškár <http://mkoskar.com/>
3
4
_cnijfilterver=5.50
5
_scangearmpver=3.50
6
7
pkgname=canon-pixma-lt7500-complete
8
pkgver="$_cnijfilterver.$_scangearmpver"
9
pkgrel=3
10
pkgdesc='Complete driver set (printing and scanning) for Canon Pixma TR7500 series'
11
url='http://www.canon.co.uk/Support/Consumer_Products/product_ranges/printers/pixma/index.aspx'
12
license=(custom)
13
arch=(i686 x86_64)
14
depends=(libcups popt libpng12 libusb-compat libtiff)
15
source=(
16
http://gdlp01.c-wss.com/gds/8/0100009108/01/cnijfilter2-${_cnijfilterver}-1-deb.tar.gz
17
http://gdlp01.c-wss.com/gds/1/0100009111/01/scangearmp2-${_scangearmpver}-1-deb.tar.gz
18
)
19
sha256sums=('d90c16e3050e9676db51d3db4b1157416d2cc950b2f2e8b9f0d4c178a94cbbd0'
20
'4a500f4c62fa30f4ded100aa07c95f3ee24ec1afbf2269222fc7801399b19b0a')
21
22
case $CARCH in
23
i686) _CARCH='i386' ;;
24
x86_64) _CARCH='amd64' ;;
25
esac
26
27
package() {
28
cd "$srcdir/cnijfilter2-${_cnijfilterver}-1-deb/packages"
29
ar x "cnijfilter2_${_cnijfilterver}-1_$_CARCH.deb"
30
tar xf data.tar.gz -C "$pkgdir" --strip-components=1
31
32
cd "$srcdir/scangearmp2-${_scangearmpver}-1-deb/packages"
33
ar x "scangearmp2_${_scangearmpver}-1_$_CARCH.deb"
34
tar xf data.tar.gz -C "$pkgdir" --strip-components=1
35
}
36
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 |