epson-inkjet-printer-sc-p5000-jp
maintainer vitaliikuzhdin
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a driver from Epson's official domain, built from source, with a valid checksum; the non-whitelisted host is part of Epson's legitimate download infrastructure, posing no realistic 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 source is a driver from Epson's official domain, built from source, with a valid checksum; the non-whitelisted host is part of Epson's legitimate download infrastructure, posing no realistic 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:13
source=("https://download3.ebz.epson.net/dsc/f/03/00/15/16/61/8d1a05464b50f457bb10a2a3710c2ea3face623f/${_pkgsrc}-1.src.rpm")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Vitalii Kuzhdin <vitaliikuzhdin@gmail.com>
2
3
_model="sc-p5000-jp"
4
pkgname="epson-inkjet-printer-${_model}"
5
pkgver=1.0.1
6
pkgrel=1
7
pkgdesc="Epson inkjet printer driver (SC-P5000)"
8
arch=('x86_64')
9
url="https://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
10
license=('custom:Epson End User Software License Agreement')
11
depends=('epson-inkjet-printer-filter' 'gcc-libs' 'glibc')
12
_pkgsrc="epson-${_model}-${pkgver}"
13
source=("https://download3.ebz.epson.net/dsc/f/03/00/15/16/61/8d1a05464b50f457bb10a2a3710c2ea3face623f/${_pkgsrc}-1.src.rpm")
14
sha256sums=('33ed984dffd6ba9730aec189fb0e7983adfe6357aa124f43f37c8cca8e9983da')
15
16
prepare() {
17
cd "${srcdir}"
18
bsdtar -xzf "${_pkgsrc}.tar.gz"
19
}
20
21
build() {
22
cd "${srcdir}/${_pkgsrc}"
23
find "ppds" -type f -name '*.ppd' -exec \
24
sed -e "s|/home/epson/projects/PrinterDriver/P2/_rpmbuild/SOURCES/${_pkgsrc}/watermark|/usr/share/epson-inkjet-printer-filter/watermark|g" \
25
-e "s|/opt/${pkgname}/watermark|/usr/share/epson-inkjet-printer-filter/watermark|g" \
26
-e "s|/opt/${pkgname}/cups/lib/filter/epson_inkjet_printer_filter|/usr/lib/cups/filter/epson_inkjet_printer_filter|g" \
27
-e "s|/opt/epson-${_model}/cups/lib/filter/epson_inkjet_printer_filter|/usr/lib/cups/filter/epson_inkjet_printer_filter|g" \
28
-i "{}" +
29
}
30
31
package() {
32
cd "${srcdir}/${_pkgsrc}"
33
install -vDm644 "AUTHORS" "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
34
install -vDm644 "README" "${pkgdir}/usr/share/doc/${pkgname}/README"
35
install -vDm644 "COPYING.EPSON" "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
36
find . -maxdepth 1 -type f -name '*.txt' -exec \
37
install -vDm644 "{}" "${pkgdir}/usr/share/doc/${pkgname}/{}" \;
38
39
find "doc" -type f -execdir \
40
install -vDm644 "{}" "${pkgdir}/usr/share/doc/${pkgname}/html/{}" \;
41
find "lib64" -type f -execdir \
42
install -vDm644 "{}" "${pkgdir}/usr/lib/{}" \;
43
find "ppds" -type f -execdir \
44
install -vDm644 "{}" "${pkgdir}/usr/share/cups/model/${pkgname}/{}" \;
45
find "resource" -type f -exec \
46
install -vDm644 "{}" "${pkgdir}/usr/share/epson-inkjet-printer-filter/{}" \;
47
48
cd "${pkgdir}/usr/lib"
49
for lib in *.so.*; do
50
ln -vsf "${lib}" "${lib%.[0-9]*.[0-9]*.[0-9]*}"
51
ln -vsf "${lib}" "${lib%.[0-9]*.[0-9]*}"
52
done
53
}
54
55
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 |