scangearmp-common
maintainer orphaned
· 5 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 gdlp01.c-wss.com domain, which is plausibly the project's own release infrastructure; the host is not whitelisted but is legitimate for Canon drivers, and the final payload is a repackaged official .deb file, posing low supply-chain 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 gdlp01.c-wss.com domain, which is plausibly the project's own release infrastructure; the host is not whitelisted but is legitimate for Canon drivers, and the final payload is a repackaged official .deb file, posing low supply-chain 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:15
"http://gdlp01.c-wss.com/gds/3/0100005883/01/scangearmp-e400series-${pkgver}-1-deb.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Ayakael (Antoine Martin) <antoine.martin@protonmail.com>
2
3
pkgname=scangearmp-common
4
pkgver=2.30
5
pkgrel=1
6
pkgdesc="Canon IJ Scanner Driver (Common package)"
7
arch=('i686' 'x86_64')
8
url="http://support-asia.canon-asia.com/contents/ASIA/EN/0100588302.html"
9
license=('custom')
10
depends=('gtk2>=2.4.0' 'libpng12' 'pangox-compat' 'libusb-compat')
11
optdepends=('sane' 'gimp>=2.0.0')
12
makedepends=('binutils' 'tar')
13
options=('emptydirs')
14
source=(
15
"http://gdlp01.c-wss.com/gds/3/0100005883/01/scangearmp-e400series-${pkgver}-1-deb.tar.gz"
16
"LICENSE"
17
)
18
19
sha256sums=(
20
'e92149a22c55008b069b8748e79f042056dc09d60b6f1dea778baaec19af8b36'
21
'1b890f509ae6795dfaea46e3a3bed6384d05bc4ef7ac047ec55e72fcb2101822'
22
)
23
24
if [ ${CARCH} == "x86_64" ]; then
25
_CARCH=amd64
26
else
27
_CARCH=i386
28
fi
29
30
31
package() {
32
cd ${srcdir}/scangearmp-e400series-${pkgver}-1-deb/packages
33
install scangearmp-common_${pkgver}-1_${_CARCH}.deb ${pkgdir}
34
35
cd ${pkgdir}
36
ar -x scangearmp-common_${pkgver}-1_${_CARCH}.deb data.tar.gz
37
tar -xvf data.tar.gz
38
rm scangearmp-common_${pkgver}-1_${_CARCH}.deb
39
rm data.tar.gz
40
41
install -Dm644 ${srcdir}/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
42
}
43
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 |