cnijfilter-ip2800series
The source is a Canon official driver tarball from gdlp01.c-wss.com, a legitimate Canon download host; building and installing the project's own source is normal AUR packaging, even if the host is not on a whitelist.
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 official driver tarball from gdlp01.c-wss.com, a legitimate Canon download host; building and installing the project's own source is normal AUR packaging, even if the host is not on a whitelist.
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=(http://gdlp01.c-wss.com/gds/8/0100005858/01/cnijfilter-source-4.10-1.tar.gz)
PKGBUILD
1 offending line(s) highlighted# Maintainer: Ali Akbar <the.apaan@gmail.com>
# Contributor: Cyker Way <cykerway at gmail dot com>
# Modified: Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
pkgname=cnijfilter-ip2800series
pkgver=4.10
pkgrel=2
pkgdesc="Canon IJ Printer Driver for Pixma IP2800 series (with cnijfilter-common)"
url="https://canon-print.com/canon-pixma-ip2800-series-drivers-windows-mac-linux/"
arch=('x86_64')
license=('custom')
depends=('libcups' 'libpng12' 'libxml2')
source=(http://gdlp01.c-wss.com/gds/8/0100005858/01/cnijfilter-source-4.10-1.tar.gz)
md5sums=('b6e763a1e271ecebfd3a93eb4aaec8b7')
build() {
cd cnijfilter-source-${pkgver}-1/
cd ppd
./autogen.sh --prefix=/usr --program-suffix=ip2800
make clean
make
cd ..
cd cnijfilter
./autogen.sh --prefix=/usr --program-suffix=ip2800 --enable-libpath=/usr/lib/bjlib --enable-binpath=/usr/bin
make clean
make
cd ..
cd libs
./autogen.sh --prefix=/usr
cd ..
cd bscc2sts
./autogen.sh
cd ..
cd cnijnpr
patch src/cnijnpr.c ../../../cnijnpr_cnijnpr.c.patch
./autogen.sh --prefix=/usr --enable-libpath=/usr/lib/bjlib
cd ..
cd cnijbe
./autogen.sh --prefix=/usr --enable-progpath=/usr/bin
cd ..
cd cngpij
patch configure.in ../../../cngpij_configure.in.patch
patch cngpij/bjcups.c ../../../cngpij_bjcups.c.patch
./autogen.sh --prefix=/usr --enable-progpath=/usr/bin
cd ..
cd cngpijmnt
patch configure.in ../../../cngpijmnt_configure.in.patch
patch src/main.c ../../../cngpijmnt_main.c.patch
./autogen.sh --prefix=/usr --enable-progpath=/usr/bin
cd ..
cd pstocanonij
./autogen.sh --prefix=/usr --enable-progpath=/usr/bin
cd ..
cd backend
patch src/cnij_backend_common.c ../../../cnij_backend_common.c.patch
./autogen.sh --prefix=/usr
cd ..
cd backendnet
./autogen.sh --prefix=/usr --enable-progpath=/usr/bin --enable-libpath=/usr/lib/bjlib LDFLAGS="$LDFLAGS -L../../com/libs_bin64"
cd ..
cd cmdtocanonij
./autogen.sh --prefix=/usr
cd ..
cd lgmon2
./autogen.sh --prefix=/usr --enable-progpath=/usr/bin --enable-libpath=/usr/lib/bjlib LDFLAGS="$LDFLAGS -L../../com/libs_bin64"
cd ..
make
}
package() {
cd cnijfilter-source-${pkgver}-1/
cd ppd
make DESTDIR="$pkgdir/" install
cd ..
cd cnijfilter
make DESTDIR="$pkgdir/" install
cd ..
mkdir -p "$pkgdir/usr/lib/bjlib"
install -m 644 433/database/* "$pkgdir/usr/lib/bjlib"
install -s -m 755 433/libs_bin64/*.so.* "$pkgdir/usr/lib"
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"
mkdir -p "$pkgdir/etc/udev/rules.d/"
install -c -m 644 com/ini/cnnet.ini "$pkgdir/usr/lib/bjlib"
make install DESTDIR="$pkgdir"
install -s -m 755 com/libs_bin64/*.so.* "$pkgdir/usr/lib"
install -m 644 etc/*.rules "$pkgdir/etc/udev/rules.d/"
mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
install -m 644 LICENSE* ${pkgdir}/usr/share/licenses/${pkgname}
}
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 |