konica-minolta-c652-series
maintainer land_or
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a driver PPD file from a Konica Minolta support domain for installation; the host is not whitelisted but is plausibly official, and the content is non-executable printer configuration data, posing minimal risk even if source integrity were compromised.
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 driver PPD file from a Konica Minolta support domain for installation; the host is not whitelisted but is plausibly official, and the content is non-executable printer configuration data, posing minimal risk even if source integrity were compromised.
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:14
"https://o.cses.konicaminolta.com/file/Default.aspx?FilePath=DL/201111/17065456/${_distdir}MU.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: land_or <gritzer.roland [at] gmail [dot] com>
2
3
pkgname="konica-minolta-c652-series"
4
pkgver="20000.0002"
5
pkgrel=1
6
pkgdesc="CUPS PostScript driver for KONICA MINOLTA bizhub C652DS Series (C452/C552/C652)"
7
url="https://www.konicaminolta.eu/en/business-solutions/support/download-center.html"
8
arch=("any")
9
license=('custom:konica minolta commercial license')
10
depends=("cups")
11
install="${pkgname}.install"
12
_distdir="BHC652PPDLinux_${pkgver//.}"
13
source=(
14
"https://o.cses.konicaminolta.com/file/Default.aspx?FilePath=DL/201111/17065456/${_distdir}MU.zip"
15
"LICENSE"
16
)
17
sha512sums=(
18
'41753aee3490ac2f9f1598fef20742b33e7db1cdd9613a66a2877da6559f66e5c50768e98b7a8eadd030e16d03c9b49b3e05959c385b94e3284b5862480ae703'
19
'95f5ceb1406e689c840411cef8f7803d9be6829c75a6eb8474ad3a1374ffca68db06cd56cf782578c02b2f7f3b190bb76f99f01e38a18254d7f0a6fbb48159f4'
20
)
21
22
package() {
23
cd "$srcdir"
24
install -D -m 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
25
26
ppdmodel="${pkgdir}/usr/share/cups/model"
27
28
# OpenOffice printer driver (same for all languages)
29
install -D -m 644 "${_distdir}/English/CUPS1.2/KOC652opn.ppd" "${ppdmodel}/KOC652opn.ppd"
30
31
# Language specific generic printer driver
32
install -D -m 644 "${_distdir}/English/CUPS1.2/KOC652UX.ppd" "${ppdmodel}/KOC652UX.ppd"
33
#install -D -m 644 "${_distdir}/French/CUPS1.2/KOC652FX.ppd" "${ppdmodel}/KOC652FX.ppd"
34
#install -D -m 644 "${_distdir}/German/CUPS1.2/KOC652GX.ppd" "${ppdmodel}/KOC652GX.ppd"
35
#install -D -m 644 "${_distdir}/Italian/CUPS1.2/KOC652IX.ppd" "${ppdmodel}/KOC652IX.ppd"
36
#install -D -m 644 "${_distdir}/Spanish/CUPS1.2/KOC652SX.ppd" "${ppdmodel}/KOC652SX.ppd"
37
}
38
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 |