konica-minolta-bizhub-ic-601
maintainer severach
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a driver source archive from a Konica Minolta subdomain, which is plausibly official despite not being on a standard whitelist; the installed files are PPD configuration files for CUPS, which are not executable and pose minimal risk even if tampered with.
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 source archive from a Konica Minolta subdomain, which is plausibly official despite not being on a standard whitelist; the installed files are PPD configuration files for CUPS, which are not executable and pose minimal risk even if tampered with.
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:18
"https://o.cses.konicaminolta.com/file/Default.aspx?FilePath=DL/${_dl1}/${_dl2}/${_srcdir}MU.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Chris Severance <aur.severach@spamgourmet.com>
2
# Contributor: shieldwed <shieldwed [at] outlook [dot] com>
3
4
set -u
5
_driver='ic-601'
6
pkgname="konica-minolta-bizhub-${_driver}"
7
pkgver='20000.0001'; _dl1='201601'; _dl2='28024107'
8
pkgrel=1
9
pkgdesc='CUPS PostScript printer driver for bizhub PRESS C7000 C6000'
10
arch=('any')
11
url='https://www.konicaminolta.eu/en/business-solutions/support/download-center.html'
12
license=('custom:konica minolta commercial license')
13
depends=('cups')
14
makedepends=('gzip')
15
_driver="${_driver//-/}"
16
_srcdir="${_driver^^}PPDLinux_${pkgver//\./}"
17
source=(
18
"https://o.cses.konicaminolta.com/file/Default.aspx?FilePath=DL/${_dl1}/${_dl2}/${_srcdir}MU.zip"
19
"LICENSE"
20
)
21
#_srcdir+='MU'
22
sha256sums=('962ede21a50d218363d218202cd5b0eac7142be443dcfb4cce291172b577c7c9'
23
'a3dcdd6459b4a376c61ad8c69ced0f356581229b39b209debe1679749824c408')
24
25
package() {
26
set -u
27
local _ppds=('KOC7000UX')
28
local _ppd
29
for _ppd in "${_ppds[@]}"; do
30
install -Dpm644 "${_srcdir}/English/CUPS1.2/${_ppd}.ppd" -t "${pkgdir}/usr/share/cups/model/KonicaMinolta/"
31
done
32
gzip "${pkgdir}/usr/share/cups/model/KonicaMinolta"/*.ppd
33
install -Dpm644 'LICENSE' -t "${pkgdir}/usr/share/licenses/${pkgname}/"
34
set +u
35
}
36
set +u
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 |