launcherx-bin
maintainer Button
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from a project-owned API endpoint (api.corona.studio), which is not on a standard whitelist but plausibly official; the binary is installed directly, but no obfuscation, code execution, or dependency confusion is present, and the checksums are provided and valid.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt binary from a project-owned API endpoint (api.corona.studio), which is not on a standard whitelist but plausibly official; the binary is installed directly, but no obfuscation, code execution, or dependency confusion is present, and the checksums are provided and valid.
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
"${pkgname}-${pkgver}.zip::https://api.corona.studio/Build/get/8dfbb381-2f42-4e88-bf2a-0db4100494ae/net10.0-linux.linux-x64.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: AButton <Button0818@outlook.com>
2
# Maintainer: postyizhan <185839426@qq.com>
3
# Maintainer: LingXi9374 <yyr1919810@gmail.com>
4
5
pkgname='launcherx-bin'
6
_pkgname='LauncherX-bin'
7
pkgver='3.603.3167.0'
8
pkgrel=1
9
pkgdesc='LauncherX 是下一代 Minecraft 启动器'
10
arch=('x86_64')
11
url="https://corona.studio/lx"
12
provides=("launcherx")
13
conflicts=("launcherx-git")
14
options=(!strip)
15
16
source=(
17
"${pkgname}-${pkgver}.zip::https://api.corona.studio/Build/get/8dfbb381-2f42-4e88-bf2a-0db4100494ae/net10.0-linux.linux-x64.zip"
18
"LauncherX.desktop"
19
"LauncherX.png"
20
)
21
sha256sums=(
22
'0240375a2280b63e399d418f30ddfb2e5f780dfcf981cce1808a1a73e548a5de'
23
'69ce33eded87b912eba61f23ebab5ce7a84554a8af7e29778662343a5019a449'
24
'12603307fe2c60cbbab83fc761e465b2900c0593022340f1973b5adf59f88360'
25
)
26
27
package() {
28
install -Dm755 "${srcdir}/LauncherX" "${pkgdir}/usr/bin/launcherx"
29
install -Dm644 "LauncherX.desktop" "${pkgdir}/usr/share/applications/LauncherX.desktop"
30
install -Dm644 "LauncherX.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/LauncherX.png"
31
}
32
Changes since previous scan
--- PKGBUILD @ 2026-07-23 00:14+++ PKGBUILD @ 2026-08-03 00:08@@ -1,9 +1,10 @@ # Maintainer: AButton <Button0818@outlook.com> # Maintainer: postyizhan <185839426@qq.com>+# Maintainer: LingXi9374 <yyr1919810@gmail.com> pkgname='launcherx-bin' _pkgname='LauncherX-bin'-pkgver='2.603.2877.0'+pkgver='3.603.3167.0' pkgrel=1 pkgdesc='LauncherX 是下一代 Minecraft 启动器' arch=('x86_64')@@ -13,18 +14,18 @@ options=(!strip) source=(- "${pkgname}-${pkgver}.zip::https://api.corona.studio/Build/get/8b44d83c-5e49-492e-a388-c30fa8d6edf7/net10.0-linux.linux-x64.zip"+ "${pkgname}-${pkgver}.zip::https://api.corona.studio/Build/get/8dfbb381-2f42-4e88-bf2a-0db4100494ae/net10.0-linux.linux-x64.zip" "LauncherX.desktop" "LauncherX.png" ) sha256sums=(- '98a505212c608638e872c03b2b3d56be0cac367a0d1ed2bfc9fe128a9f8a7631'+ '0240375a2280b63e399d418f30ddfb2e5f780dfcf981cce1808a1a73e548a5de' '69ce33eded87b912eba61f23ebab5ce7a84554a8af7e29778662343a5019a449' '12603307fe2c60cbbab83fc761e465b2900c0593022340f1973b5adf59f88360' ) package() {- install -Dm755 "${srcdir}/LauncherX.Avalonia" "${pkgdir}/usr/bin/launcherx"+ install -Dm755 "${srcdir}/LauncherX" "${pkgdir}/usr/bin/launcherx" install -Dm644 "LauncherX.desktop" "${pkgdir}/usr/share/applications/LauncherX.desktop" install -Dm644 "LauncherX.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/LauncherX.png" }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 13:24:23 | MEDIUM | 1 |
| 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 |