konica-minolta-bizhub-bhc360

maintainer orphaned · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a PPD driver file from Konica Minolta's official domain for installation; while the URL is on a non-standard host format, it is from the vendor's legitimate support infrastructure, and the content is a non-executable printer description file, posing minimal 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 PPD driver file from Konica Minolta's official domain for installation; while the URL is on a non-standard host format, it is from the vendor's legitimate support infrastructure, and the content is a non-executable printer description file, posing minimal 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:17 "https://dl.konicaminolta.eu/en/?tx_kmanacondaimport_downloadproxy[fileId]=60f41c84e052e29e0a161466d4b78a02&tx_kmanacondaimport_downloadproxy[documentId]=84232&tx_kmanacondaimport_downloadproxy[system]=KonicaMinolta&tx_kmanacondaimport_downloadproxy[language]=EN&type=1558521685"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Asger Hautop Drewsen <asgerdrewsen@gmail.com>
2
3set -u
4_driver='BHC360'
5pkgname=$(echo "konica-minolta-bizhub-${_driver}" | tr '[:upper:]' '[:lower:]')
6pkgver='10000.0001'
7pkgrel='2'
8pkgdesc='CUPS PostScript printer driver for bizhub C220 C280 C360'
9arch=('any')
10url='https://www.konicaminolta.eu/en/business-solutions/support/download-center.html'
11license=('custom:konica minolta commercial license')
12depends=('cups')
13makedepends=('gzip')
14_driver="${_driver//-/}"
15_srcdir="${_driver^^}PPDLinux_${pkgver//\./}"
16source=(
17 "https://dl.konicaminolta.eu/en/?tx_kmanacondaimport_downloadproxy[fileId]=60f41c84e052e29e0a161466d4b78a02&tx_kmanacondaimport_downloadproxy[documentId]=84232&tx_kmanacondaimport_downloadproxy[system]=KonicaMinolta&tx_kmanacondaimport_downloadproxy[language]=EN&type=1558521685"
18 "LICENSE"
19)
20#_srcdir+='MU'
21sha256sums=('774e85ae0e7e19f0160891d2a2bf5b85563ca3348e51c2ba0d93c20b879006bb'
22 'a3dcdd6459b4a376c61ad8c69ced0f356581229b39b209debe1679749824c408')
23
24package() {
25 set -u
26 local _ppds=('KOC360UX')
27 local _ppd
28 for _ppd in "${_ppds[@]}"; do
29 install -Dpm644 "${_srcdir}/English/CUPS1.2/${_ppd}.ppd" -t "${pkgdir}/usr/share/cups/model/KonicaMinolta/"
30 done
31 gzip "${pkgdir}/usr/share/cups/model/KonicaMinolta"/*.ppd
32 install -Dpm644 'LICENSE' -t "${pkgdir}/usr/share/licenses/${pkgname}/"
33 set +u
34}
35set +u
36

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion