hmcl-dev-bin

maintainer Horange321 · 2 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package downloads a prebuilt JAR file from a non-standard, non-whitelisted host (hmcl.glavo.site), which is not the project's primary repository or official release infrastructure, posing a supply-chain risk if the host is compromised or malicious.

Triggered rules

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:13 source=("https://hmcl.glavo.site/download/HMCL-$pkgver.jar"
MEDIUM AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt JAR file from a non-standard, non-whitelisted host (hmcl.glavo.site), which is not the project's primary repository or official release infrastructure, posing a supply-chain risk if the host is compromised or malicious.

PKGBUILD

1 offending line(s) highlighted
1pkgver=3.17.0.351
2sha256sums=("162e4ef025ac93ba99cbf879ac4bd8b04159d4448cdd65901d5e617eee74f5a3"
3 "1d49bb780e3ff4eb1e156465798e7ddc8c6cccd747b683f77ba8c1c4fbb8febb"
4 "f5ca7e97dde27aa77a09b46dd191edace0c928e521b6342081b127c564f978ce")
5_pkgname=hmcl-dev
6pkgname=hmcl-dev-bin
7pkgrel=1
8pkgdesc="A Minecraft Launcher which is multi-functional, cross-platform and popular"
9url="https://github.com/huanghongxun/HMCL"
10license=("GPL3")
11arch=('any')
12depends=('java-runtime')
13source=("https://hmcl.glavo.site/download/HMCL-$pkgver.jar"
14 "start.sh"
15 "hmcl-dev.desktop")
16noextract=("hmcl-dev-$pkgver.jar"
17 "start.sh"
18 "hmcl-dev.desktop")
19
20package(){
21 des="$pkgdir/opt/hmcl-dev"
22 jn="HMCL-$pkgver.jar"
23
24 install -d $des -m 777
25 install -d $pkgdir/usr/share/applications
26 install -d $pkgdir/usr/share/icons/hicolor/150x150/apps
27 install -m 755 start.sh $des/
28 install -m 644 $jn $des/hmcl.jar
29 install -m 644 hmcl-dev.desktop $pkgdir/usr/share/applications/
30 jar xvf $jn LICENSE.txt
31 install -m 644 LICENSE.txt $des/
32 jar xvf $jn assets/img/craft_table.png
33 install -m 644 assets/img/craft_table.png $pkgdir/usr/share/icons/hicolor/150x150/apps/hmcl.png
34}
35

Changes since previous scan

--- PKGBUILD @ 2026-07-24 00:02
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,10 +1,10 @@
-pkgver=3.15.0.346
-sha256sums=("1d63b28c1e9fddd586cac9afe5d26e4174bce2a952ef59b4e29b588e28a1dce7"
+pkgver=3.17.0.351
+sha256sums=("162e4ef025ac93ba99cbf879ac4bd8b04159d4448cdd65901d5e617eee74f5a3"
"1d49bb780e3ff4eb1e156465798e7ddc8c6cccd747b683f77ba8c1c4fbb8febb"
"f5ca7e97dde27aa77a09b46dd191edace0c928e521b6342081b127c564f978ce")
_pkgname=hmcl-dev
pkgname=hmcl-dev-bin
-pkgrel=2
+pkgrel=1
pkgdesc="A Minecraft Launcher which is multi-functional, cross-platform and popular"
url="https://github.com/huanghongxun/HMCL"
license=("GPL3")

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 MEDIUM 2
2026-08-02 00:16:08 MEDIUM 2
2026-08-01 00:11:18 MEDIUM 2
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 00:17:23 MEDIUM 2
2026-07-29 00:25:53 MEDIUM 2
2026-07-28 00:07:28 MEDIUM 2
2026-07-27 00:24:32 MEDIUM 2
2026-07-26 00:07:32 MEDIUM 2
2026-07-25 00:13:44 MEDIUM 2
2026-07-24 15:27:57 MEDIUM 2
2026-07-24 00:02:28 MEDIUM 2
2026-07-23 00:14:47 MEDIUM 2
2026-07-22 00:29:32 MEDIUM 2
2026-07-21 00:24:15 MEDIUM 2
2026-07-20 00:19:49 MEDIUM 2
2026-07-19 00:17:08 MEDIUM 2
2026-07-18 00:14:48 MEDIUM 2
2026-07-17 00:06:16 MEDIUM 2
2026-07-16 00:05:41 MEDIUM 2

Report a package

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

0 / 4000
Your suggestion