konica-minolta-beu-driver
The source is a driver package from Konica Minolta's official domain (dl.konicaminolta.eu), which is plausibly the project's own release infrastructure; despite the non-standard URL format, this is a normal practice for vendor-hosted downloads and the checksum is verified, making the risk low.
Triggered rules
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 package from Konica Minolta's official domain (dl.konicaminolta.eu), which is plausibly the project's own release infrastructure; despite the non-standard URL format, this is a normal practice for vendor-hosted downloads and the checksum is verified, making the risk low.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:21
"KMbeuUXv${pkgver//./_}_multi_language.tar.gz::https://dl.konicaminolta.eu/en/?tx_kmdownloadproxy_downloadproxy[fileId]=b3bacdb5247893337442504faeed7c49&tx_kmdownloadproxy_downloadproxy[documentId]=142542&tx_kmdownloadproxy_downloadproxy[system]=KonicaMinolta&tx_kmdownloadproxy_downloadproxy[language]=EN&type=1558521685"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Phillip Schichtel <phillip@schich.tel>
# Contributor: shieldwed <shieldwed [at] outlook [dot] com>
# Contributor: austreanlocal <markus [dot] rottler [dot] kufstein [at] gmail [dot] com>
pkgname='konica-minolta-beu-driver'
epoch=1
pkgver='1.27'
pkgrel=2
pkgdesc='KONICA MINOLTA BEU driver'
url="https://www.konicaminolta.eu/eu-en/support/download-centre"
arch=("any")
license=('custom:Konica-Minolta-Commercial-License')
depends=(
'cups'
'perl'
)
conflicts=(konica-minolta-bizhub-c554e-series konica-minolta-bizhub-c368-series)
install="${pkgname}.install"
_distdir="KMbeuUXv${pkgver//./_}_multi_language"
source=(
"KMbeuUXv${pkgver//./_}_multi_language.tar.gz::https://dl.konicaminolta.eu/en/?tx_kmdownloadproxy_downloadproxy[fileId]=b3bacdb5247893337442504faeed7c49&tx_kmdownloadproxy_downloadproxy[documentId]=142542&tx_kmdownloadproxy_downloadproxy[system]=KonicaMinolta&tx_kmdownloadproxy_downloadproxy[language]=EN&type=1558521685"
'LICENSE'
)
sha512sums=('8032a66d2a212610d6ebfa9da51e4281e748643b1f284a55e1fed089b32e332b7864c5fdaed7cfc6dd437912b5e38bedc0cfa9e4e424d2ae0adba17bc56d4e00'
'0a2af3c51430b64d69583518abe75ba5d420c556cdb172fe8ca3c9c9dfb8005d300c875f9c88bc2e94024f0b67a84b91e20625bee31c40ee866ce152618943d1')
package() {
cd "$srcdir"
install -D -m 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
ppdmodel="${pkgdir}/usr/share/cups/model"
install -dm 755 "${ppdmodel}"
cp -a "${_distdir}/"*.ppd "${ppdmodel}"
chmod 644 "${ppdmodel}"/*.ppd
filter="${pkgdir}/usr/lib/cups/filter"
# CUPS filter for encryption
install -D -m 755 "${_distdir}/KMbeuEmpPS.pl" "${filter}/KMbeuEmpPS.pl"
install -D -m 755 "${_distdir}/KMbeuEnc.pm" "${filter}/KMbeuEnc.pm"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |