cnijfilter-ts7450series
The source is a Canon driver tarball from Canon's official gdlp01.c-wss.com domain, which is a standard host for Canon downloads; building from official vendor source is normal AUR packaging with low risk.
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 Canon driver tarball from Canon's official gdlp01.c-wss.com domain, which is a standard host for Canon downloads; building from official vendor source is normal AUR packaging with low risk.
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:13
source=("https://gdlp01.c-wss.com/gds/1/0100010921/01/cnijfilter2-source-$pkgver-1.tar.gz" 'keytext.c.patch' 'libcnnet2.patch')
PKGBUILD
1 offending line(s) highlighted# Maintainer: lesebas <sebdeligny@gmail.com>
pkgname=cnijfilter-ts7450series
pkgver=6.10
pkgrel=3
pkgdesc="Canon IJ Printer Driver for Linux for Pixma 7450 series and other based on 6.10 version"
arch=('i686' 'x86_64')
url="https://www.canon.com.au/home-printers"
license=('GPL' 'custom:canon')
depends=('cups' 'libxml2' 'ghostscript')
makedepends=('automake' 'autoconf')
provides=('tocanonij' 'tocnpwg' 'cnijlgmon3')
conflicts=('cnijfilter' 'cnijfilter-mg3600' 'cnijfilter2')
source=("https://gdlp01.c-wss.com/gds/1/0100010921/01/cnijfilter2-source-$pkgver-1.tar.gz" 'keytext.c.patch' 'libcnnet2.patch')
md5sums=('207715a8b1fd0f727670a87ac46ce46d' '4384f5e566f0c88055f51727419d6945' '45312570d89e21b12358a2d7bea3a4a0')
[[ "$CARCH" == "x86_64" ]] && _arch="64" || _arch="32"
prepare() {
patch -Np1 -i ../keytext.c.patch
patch -Np1 -i ../libcnnet2.patch
cd "cnijfilter2-source-$pkgver-1"
sed -e '/GET_PROTOCOL/ s:^int:extern &:g' -i 'lgmon3/src/cnijlgmon3.c'
}
build() {
cd "cnijfilter2-source-$pkgver-1"
pushd cmdtocanonij2
./autogen.sh --prefix=/usr \
--datadir=/usr/share \
LDFLAGS="-L../../com/libs_bin$_arch"
make
popd
pushd cmdtocanonij3
./autogen.sh --prefix=/usr \
--datadir=/usr/share \
LDFLAGS="-L../../com/libs_bin$_arch"
make
popd
pushd cnijbe2
./autogen.sh --prefix=/usr \
--enable-progpath=/usr/bin
make
popd
pushd lgmon3
./autogen.sh --prefix=/usr \
--enable-libpath=/usr/lib/bjlib2 \
--enable-progpath=/usr/bin \
--datadir=/usr/share \
LDFLAGS="-L../../com/libs_bin$_arch"
make #CFLAGS="${CFLAGS} -fcommon"
popd
pushd rastertocanonij
./autogen.sh --prefix=/usr \
--enable-progpath=/usr/bin
make
popd
pushd tocanonij
./autogen.sh --prefix=/usr
make
popd
pushd tocnpwg
./autogen.sh --prefix=/usr
make
popd
}
check() {
cd "cnijfilter2-source-$pkgver-1"
pushd cmdtocanonij2
make check
popd
pushd cmdtocanonij3
make check
popd
pushd cnijbe2
make check
popd
pushd lgmon3
make check
popd
pushd rastertocanonij
make check
popd
pushd tocanonij
make check
popd
pushd tocnpwg
make check
popd
}
package() {
mkdir -p "$pkgdir/usr/lib/bjlib2"
mkdir -p "$pkgdir/usr/bin"
mkdir -p "$pkgdir/usr/lib/cups/filter"
mkdir -p "$pkgdir/usr/lib/cups/backend"
mkdir -p "$pkgdir/usr/share/cups/model"
cd "cnijfilter2-source-$pkgver-1"
install -m644 com/ini/cnnet.ini "$pkgdir/usr/lib/bjlib2"
install -sm755 com/libs_bin$_arch/*.so.* "$pkgdir/usr/lib"
install -Dm644 doc/LICENSE-cnijfilter-${pkgver}EN.txt \
"$pkgdir/usr/share/licenses/cnijfilter2/LICENSE"
pushd ppd
install -m644 *.ppd "$pkgdir/usr/share/cups/model"
popd
pushd cmdtocanonij2
make DESTDIR="$pkgdir/" install
popd
pushd cmdtocanonij3
make DESTDIR="$pkgdir/" install
popd
pushd cnijbe2
make DESTDIR="$pkgdir/" install
popd
pushd lgmon3
make DESTDIR="$pkgdir/" install
popd
pushd rastertocanonij
make DESTDIR="$pkgdir/" install
popd
pushd tocanonij
make DESTDIR="$pkgdir/" install
popd
pushd tocnpwg
make DESTDIR="$pkgdir/" install
popd
}
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 |