canon-pixma-lt7500-complete
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
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)
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# Maintainer: Tony Lambiris <tony@libpcap.net>
# Based on canon-pixma-mx920-complete by: Miroslav Koškár <http://mkoskar.com/>
_cnijfilterver=5.50
_scangearmpver=3.50
pkgname=canon-pixma-lt7500-complete
pkgver="$_cnijfilterver.$_scangearmpver"
pkgrel=3
pkgdesc='Complete driver set (printing and scanning) for Canon Pixma TR7500 series'
url='http://www.canon.co.uk/Support/Consumer_Products/product_ranges/printers/pixma/index.aspx'
license=(custom)
arch=(i686 x86_64)
depends=(libcups popt libpng12 libusb-compat libtiff)
source=(
http://gdlp01.c-wss.com/gds/8/0100009108/01/cnijfilter2-${_cnijfilterver}-1-deb.tar.gz
http://gdlp01.c-wss.com/gds/1/0100009111/01/scangearmp2-${_scangearmpver}-1-deb.tar.gz
)
sha256sums=('d90c16e3050e9676db51d3db4b1157416d2cc950b2f2e8b9f0d4c178a94cbbd0'
'4a500f4c62fa30f4ded100aa07c95f3ee24ec1afbf2269222fc7801399b19b0a')
case $CARCH in
i686) _CARCH='i386' ;;
x86_64) _CARCH='amd64' ;;
esac
package() {
cd "$srcdir/cnijfilter2-${_cnijfilterver}-1-deb/packages"
ar x "cnijfilter2_${_cnijfilterver}-1_$_CARCH.deb"
tar xf data.tar.gz -C "$pkgdir" --strip-components=1
cd "$srcdir/scangearmp2-${_scangearmpver}-1-deb/packages"
ar x "scangearmp2_${_scangearmpver}-1_$_CARCH.deb"
tar xf data.tar.gz -C "$pkgdir" --strip-components=1
}
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 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 |
| 2026-08-29 00:29:17 | Low | 2 |