cnijfilter-ip7200
The source is a tarball from Canon's official gdlp01.c-wss.com domain, which hosts legitimate driver sources; building from source is normal for AUR packages, and the host, while not a common CDN, is plausibly Canon's official distribution point.
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 source is a tarball from Canon's official gdlp01.c-wss.com domain, which hosts legitimate driver sources; building from source is normal for AUR packages, and the host, while not a common CDN, is plausibly Canon's official distribution point.
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:22
source=('http://gdlp01.c-wss.com/gds/3/0100004693/01/cnijfilter-source-3.80-1.tar.gz' 'all.patch')
PKGBUILD
1 offending line(s) highlighted# Maintainer: SpineEyE <name+aur@gmail.com>
# Contributor: Samy Sadi <samy.sadi.contact@gmail.com>
# PKGBUILD based on: Bernhard Landauer <oberon@manjaro.org>
# PKGBUILD based on: Robert Mihaly <robb.mihaly@gmail.com>
# PKGBUILD based on: Gary Ayre <catchfire@gmail.com>
# PKGBUILD based on: Eric Le Bras <eric.lebras@gmail.com>
_printername="ip7200"
_printercode=406
pkgname=("cnijfilter-${_printername}")
pkgver=3.80
pkgrel=2
_pkgrelsources=1
pkgdesc="Canon ${_printername} series printer driver (built from sources)"
arch=('x86_64')
url='https://en.canon-cna.com/support/consumer_products/products/printers/inkjet/pixma_ip_series/pixma_ip7240.aspx'
license=('GPL2' 'LGPL2' 'custom')
depends=('libglade' 'cups' 'ghostscript')
makedepends=('autoconf>=2.13' 'automake>=1.6' 'tar' 'make' 'gcc')
conflicts=('cnijfilter-common' 'cnijfilter-common-i386' 'canon-pixma-ip7200-printer')
install='cnijfilter.install'
source=('http://gdlp01.c-wss.com/gds/3/0100004693/01/cnijfilter-source-3.80-1.tar.gz' 'all.patch')
sha256sums=('8b6d408f18191f19465ee8fc31aa08455e8bec186fdd3f02ee822f53a9b086a9' 'a3910d272d7525a1af586ad2965c64b85d0f9634fb2f2ab812a4f7f1dff418e3')
package() {
dirs="libs cngpij cngpijmnt cngpijmon ppd pstocanonij backend backendnet cnijfilter lgmon cngpijmon/cnijnpr maintenance"
patch -Np0 -i $srcdir/all.patch || return 1
for dir in $dirs; do
cd "${srcdir}/cnijfilter-source-${pkgver}-${_pkgrelsources}/$dir"
./autogen.sh --prefix=/usr --program-suffix=${_printername} --enable-libpath=/usr/lib/bjlib --enable-binpath=/usr/bin --enable-progpath=/usr/bin || return 1
make clean
make || return 1
make install DESTDIR=${pkgdir} || return 1
done;
cd ${srcdir}/cnijfilter-source-${pkgver}-${_pkgrelsources}
install -d ${pkgdir}/usr/lib/bjlib
install -m 755 ${_printercode}/database/* ${pkgdir}/usr/lib/bjlib
install -s -m 755 ${_printercode}/libs_bin64/*.so.* ${pkgdir}/usr/lib
cp -a ${_printercode}/libs_bin64/*.so ${pkgdir}/usr/lib
install -D LICENSE-cnijfilter-${pkgver}EN.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-cnijfilter-${pkgver}EN.txt
install -d ${pkgdir}/etc/udev/rules.d
install -m 755 com/etc/81-canonij_prn.rules ${pkgdir}/etc/udev/rules.d/81-canonij_prn.rules
install -m 644 com/ini/cnnet.ini ${pkgdir}/usr/lib/bjlib/cnnet.ini
ln -s /usr/lib/cups/filter/pstocanonij${_printername} ${pkgdir}/usr/lib/cups/filter/pstocanonij
chown -R root:root ${pkgdir}/usr/
}
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 |