konica-minolta-beu-driver
maintainer pschichtel
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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: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
1
# Maintainer: Phillip Schichtel <phillip@schich.tel>
2
# Contributor: shieldwed <shieldwed [at] outlook [dot] com>
3
# Contributor: austreanlocal <markus [dot] rottler [dot] kufstein [at] gmail [dot] com>
4
5
pkgname='konica-minolta-beu-driver'
6
epoch=1
7
pkgver='1.27'
8
pkgrel=2
9
pkgdesc='KONICA MINOLTA BEU driver'
10
url="https://www.konicaminolta.eu/eu-en/support/download-centre"
11
arch=("any")
12
license=('custom:Konica-Minolta-Commercial-License')
13
depends=(
14
'cups'
15
'perl'
16
)
17
conflicts=(konica-minolta-bizhub-c554e-series konica-minolta-bizhub-c368-series)
18
install="${pkgname}.install"
19
_distdir="KMbeuUXv${pkgver//./_}_multi_language"
20
source=(
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"
22
'LICENSE'
23
)
24
sha512sums=('8032a66d2a212610d6ebfa9da51e4281e748643b1f284a55e1fed089b32e332b7864c5fdaed7cfc6dd437912b5e38bedc0cfa9e4e424d2ae0adba17bc56d4e00'
25
'0a2af3c51430b64d69583518abe75ba5d420c556cdb172fe8ca3c9c9dfb8005d300c875f9c88bc2e94024f0b67a84b91e20625bee31c40ee866ce152618943d1')
26
27
package() {
28
cd "$srcdir"
29
install -D -m 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
30
31
ppdmodel="${pkgdir}/usr/share/cups/model"
32
install -dm 755 "${ppdmodel}"
33
cp -a "${_distdir}/"*.ppd "${ppdmodel}"
34
chmod 644 "${ppdmodel}"/*.ppd
35
36
filter="${pkgdir}/usr/lib/cups/filter"
37
38
# CUPS filter for encryption
39
install -D -m 755 "${_distdir}/KMbeuEmpPS.pl" "${filter}/KMbeuEmpPS.pl"
40
install -D -m 755 "${_distdir}/KMbeuEnc.pm" "${filter}/KMbeuEnc.pm"
41
}
42
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 |