cnijfilter-ip4500
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source tarball from a Canon Europe domain, which is plausibly the official project host despite not being on a standard whitelist; the content is a driver package built and patched locally, with no evidence of malicious or unverifiable executable payloads.
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 a Canon Europe domain, which is plausibly the official project host despite not being on a standard whitelist; the content is a driver package built and patched locally, with no evidence of malicious or unverifiable executable payloads.
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:19
source=('https://files.canon-europe.com/files/soft28476/software/28476.tgz'
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: lynix <lynix47@gmail.com>
2
3
pkgname=cnijfilter-ip4500
4
pkgver=2.80
5
pkgrel=6
6
pkgdesc="Canon IJ Printer Driver for Pixma IP4700 series Inkjet Printers"
7
arch=('x86_64')
8
url="http://software.canon-europe.com/software/0028476.asp"
9
license=('custom')
10
11
# libs extracted via
12
# for L in $(ldd32 /usr/lib/cups/filter/pstocanonij | awk '{print $3}' | grep lib); do pacman -Qo $L; done | awk '{print $4}' | sort | uniq
13
14
depends=('lib32-libpng12' 'cups' 'lib32-e2fsprogs' 'lib32-glibc' 'lib32-gnutls'
15
'lib32-libcups' 'lib32-libgcrypt' 'lib32-libgpg-error'
16
'lib32-libtasn1' 'lib32-openssl' 'lib32-popt' 'lib32-sqlite' 'lib32-zlib'
17
'lib32-libtiff4')
18
makedepends=('rpmextract' 'patchelf')
19
source=('https://files.canon-europe.com/files/soft28476/software/28476.tgz'
20
'canonip4500.ppd.patch')
21
install=cnijfilter-ip4500.install
22
md5sums=('5daca73347d7db20920f4fdcd661c33c'
23
'9378f8b1d4ff3992f3d87c7ebfe04502')
24
25
build() {
26
cd ${srcdir}
27
28
rm *.deb
29
rpmextract.sh cnijfilter-common-${pkgver}-1.i386.rpm || return 1
30
rpmextract.sh cnijfilter-ip4500series-${pkgver}-1.i386.rpm || return 1
31
32
#cp -ar usr/local/* usr/ && rm -r usr/local || return 1
33
mv usr/lib usr/lib32
34
mkdir -p usr/lib/cups
35
mv usr/lib32/cups/filter usr/lib/cups
36
mv usr/lib32/bjlib usr/lib
37
38
patch usr/share/cups/model/canonip4500.ppd ${startdir}/canonip4500.ppd.patch || return 1
39
patchelf --replace-needed libtiff.so.3 libtiff.so.4 usr/local/bin/cifip4500 || return 1
40
}
41
42
package() {
43
mv ${srcdir}/usr ${pkgdir}
44
}
45
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 |