cnijfilter2-mg3600
maintainer crazyboycjr
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source tarball from Canon's official distribution host (gdlp01.c-wss.com), which is plausibly Canon's own infrastructure, and extracts prebuilt binaries for installation; despite the non-whitelisted host and unverifiable checksum, the context is a proprietary driver from the vendor, making this a normal AUR packaging pattern with low realistic risk.
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 package downloads a source tarball from Canon's official distribution host (gdlp01.c-wss.com), which is plausibly Canon's own infrastructure, and extracts prebuilt binaries for installation; despite the non-whitelisted host and unverifiable checksum, the context is a proprietary driver from the vendor, making this a normal AUR packaging pattern with low realistic risk.
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:13
source=("http://gdlp01.c-wss.com/gds/2/0100006902/01/cnijfilter2-5.20-1-deb.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: crazyboycjr <crazyboycjr@gmail.com>
2
# Based on the PKGBUILD for 3500 series by yaroslav <proninyaroslav@mail.ru>
3
4
pkgname=cnijfilter2-mg3600
5
pkgver=5.20
6
pkgrel=3
7
pkgdesc="Canon InkJet Printer Driver mg3600"
8
arch=('i686' 'x86_64')
9
url="http://www.canon-printerdrivers.com/2015/12/canon-pixma-mg3600-driver-download-mac.html"
10
license=('custom')
11
depends=('popt')
12
conflicts=('cnijfilter-common' 'cnijfilter2')
13
source=("http://gdlp01.c-wss.com/gds/2/0100006902/01/cnijfilter2-5.20-1-deb.tar.gz")
14
md5sums=('1bd481e5c2b539bc29ad34b346f4b04f')
15
16
package() {
17
local _pkgarch=$(echo -n "${CARCH}" | sed 's/x86_/amd/' | sed 's/i6/i3/')
18
local _debdir="${srcdir}/cnijfilter2-${pkgver}-1-deb/packages"
19
20
cd $pkgdir
21
ar -x "${_debdir}/cnijfilter2_${pkgver}-1_${_pkgarch}.deb" "data.tar.gz"
22
tar -xzf data.tar.gz && rm -f data.tar.gz
23
24
mkdir -p usr/share/licenses/${pkgname}
25
mv usr/share/doc/cnijfilter2/* usr/share/licenses/${pkgname}
26
rmdir usr/share/doc/cnijfilter2
27
rmdir usr/share/doc
28
29
# Weird permissions error from namcap
30
chown root usr/lib/bjlib2/cnnet.ini
31
chgrp root usr/lib/bjlib2/cnnet.ini
32
33
chmod 0755 $(find usr/bin -type f)
34
chmod 0755 $(find usr/lib -type f)
35
chmod 0644 $(find usr/share -type f)
36
}
37
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |