cnijfilter-ip7200

LOW
maintainer orphaned 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

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 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)
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: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
1# Maintainer: SpineEyE <name+aur@gmail.com>
2# Contributor: Samy Sadi <samy.sadi.contact@gmail.com>
3# PKGBUILD based on: Bernhard Landauer <oberon@manjaro.org>
4# PKGBUILD based on: Robert Mihaly <robb.mihaly@gmail.com>
5# PKGBUILD based on: Gary Ayre <catchfire@gmail.com>
6# PKGBUILD based on: Eric Le Bras <eric.lebras@gmail.com>
7
8_printername="ip7200"
9_printercode=406
10pkgname=("cnijfilter-${_printername}")
11pkgver=3.80
12pkgrel=2
13_pkgrelsources=1
14pkgdesc="Canon ${_printername} series printer driver (built from sources)"
15arch=('x86_64')
16url='https://en.canon-cna.com/support/consumer_products/products/printers/inkjet/pixma_ip_series/pixma_ip7240.aspx'
17license=('GPL2' 'LGPL2' 'custom')
18depends=('libglade' 'cups' 'ghostscript')
19makedepends=('autoconf>=2.13' 'automake>=1.6' 'tar' 'make' 'gcc')
20conflicts=('cnijfilter-common' 'cnijfilter-common-i386' 'canon-pixma-ip7200-printer')
21install='cnijfilter.install'
22source=('http://gdlp01.c-wss.com/gds/3/0100004693/01/cnijfilter-source-3.80-1.tar.gz' 'all.patch')
23sha256sums=('8b6d408f18191f19465ee8fc31aa08455e8bec186fdd3f02ee822f53a9b086a9' 'a3910d272d7525a1af586ad2965c64b85d0f9634fb2f2ab812a4f7f1dff418e3')
24
25package() {
26 dirs="libs cngpij cngpijmnt cngpijmon ppd pstocanonij backend backendnet cnijfilter lgmon cngpijmon/cnijnpr maintenance"
27
28 patch -Np0 -i $srcdir/all.patch || return 1
29
30 for dir in $dirs; do
31 cd "${srcdir}/cnijfilter-source-${pkgver}-${_pkgrelsources}/$dir"
32 ./autogen.sh --prefix=/usr --program-suffix=${_printername} --enable-libpath=/usr/lib/bjlib --enable-binpath=/usr/bin --enable-progpath=/usr/bin || return 1
33 make clean
34 make || return 1
35 make install DESTDIR=${pkgdir} || return 1
36 done;
37
38 cd ${srcdir}/cnijfilter-source-${pkgver}-${_pkgrelsources}
39 install -d ${pkgdir}/usr/lib/bjlib
40 install -m 755 ${_printercode}/database/* ${pkgdir}/usr/lib/bjlib
41 install -s -m 755 ${_printercode}/libs_bin64/*.so.* ${pkgdir}/usr/lib
42 cp -a ${_printercode}/libs_bin64/*.so ${pkgdir}/usr/lib
43 install -D LICENSE-cnijfilter-${pkgver}EN.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-cnijfilter-${pkgver}EN.txt
44 install -d ${pkgdir}/etc/udev/rules.d
45 install -m 755 com/etc/81-canonij_prn.rules ${pkgdir}/etc/udev/rules.d/81-canonij_prn.rules
46 install -m 644 com/ini/cnnet.ini ${pkgdir}/usr/lib/bjlib/cnnet.ini
47
48 ln -s /usr/lib/cups/filter/pstocanonij${_printername} ${pkgdir}/usr/lib/cups/filter/pstocanonij
49 chown -R root:root ${pkgdir}/usr/
50}
51
52

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion