astralrinth-bin

maintainer Marrineer · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The binary .deb is fetched from a Cloudflare Workers URL (rough-shadow-9641.digitalzisthebest.workers.dev/download) which is a personal/unofficial redirect proxy, not the upstream project's release host (git.astralium.su). The sha512sum is set to 'SKIP', meaning no integrity verification is performed on the downloaded binary. This combination — an executed binary from an unofficial personal proxy host with no checksum verification — is a genuine supply-chain risk: the proxy could serve any payload at any time without detection. The upstream project itself is a fork hosted on a self-hosted Gitea instance, adding further trust concerns. The binary is installed and executed directly as the application. This meets the medium threshold: real supply-chain concern with an executed binary from an unofficial host, but no evidence of active malice.

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:14 source=("AstralRinth_App_${pkgver}_amd64.deb::https://rough-shadow-9641.digitalzisthebest.workers.dev/download"
MEDIUM AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 85%): The binary .deb is fetched from a Cloudflare Workers URL (rough-shadow-9641.digitalzisthebest.workers.dev/download) which is a personal/unofficial redirect proxy, not the upstream project's release host (git.astralium.su). The sha512sum is set to 'SKIP', meaning no integrity verification is performed on the downloaded binary. This combination — an executed binary from an unofficial personal proxy host with no checksum verification — is a genuine supply-chain risk: the proxy could serve any payload at any time without detection. The upstream project itself is a fork hosted on a self-hosted Gitea instance, adding further trust concerns. The binary is installed and executed directly as the application. This meets the medium threshold: real supply-chain concern with an executed binary from an unofficial host, but no evidence of active malice.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Bui Doan Quang Huy <qhuylovegd@gmail.com>
2pkgname=astralrinth-bin
3pkgver=0.10.601
4pkgrel=1
5pkgdesc="A fork of the Modrinth Launcher developed by didirus"
6arch=('x86_64')
7url="https://git.astralium.su/didirus/AstralRinth"
8license=('GPL-3.0-only')
9depends=('openssl' 'dbus' 'freetype2' 'gtk3' 'libappindicator-gtk3' 'librsvg' 'libsoup3' 'webkit2gtk-4.1' 'libgl' 'libpulse' 'libx11' 'libxcursor' 'libxext' 'libxxf86vm')
10optdepends=('xorg-xrandr: for older minecraft versions')
11options=('!strip' '!emptydirs' '!debug')
12conflicts=('modrinth-app-bin' 'modrinth-app-git' 'modrinth-app-ammipamge' 'modrinth-app')
13install=${pkgname}.install
14source=("AstralRinth_App_${pkgver}_amd64.deb::https://rough-shadow-9641.digitalzisthebest.workers.dev/download"
15 "astralrinth-app"
16 "astralrinth-file-extensions.xml")
17sha512sums=('SKIP'
18 '9bd0a35204fb4bae20b0bec5382410556ce4eb3649c95b44fb6b4f852ac71526bace6a457d5f3e7c84e7959d24f9dc2a0c746af783d79c5d635b834991cec35a'
19 '38fedb2532850677ff638d5c7e20fbc78efc18b5deb26f77dfcc079b42f48f16473f0a27d7af183ef02ad3cd94729c86249bdac60b2bc1b25b47a1ebd2ba0c0d')
20
21prepare() {
22 cd "$srcdir"
23 bsdtar -xf "${srcdir}/AstralRinth_App_${pkgver}_amd64.deb"
24 tar xf data.tar.gz
25}
26
27package() {
28 cd "$srcdir"
29 install -Dm755 "usr/bin/ModrinthApp" "${pkgdir}/opt/astralrinth-app/astralrinth-app"
30 install -Dm755 "astralrinth-app" "${pkgdir}/usr/bin/astralrinth-app"
31 install -Dm644 "astralrinth-file-extensions.xml" "${pkgdir}/usr/share/mime/packages/astralrinth-file-extensions.xml"
32 install -Dm644 "usr/share/applications/AstralRinth App.desktop" "${pkgdir}/usr/share/applications/astralrinth-app.desktop"
33 sed -i -e 's|Exec=ModrinthApp|Exec=astralrinth-app %u|' -e 's|Icon=ModrinthApp|Icon=astralrinth-app|' "${pkgdir}/usr/share/applications/astralrinth-app.desktop"
34 install -Dm644 "usr/share/icons/hicolor/128x128/apps/ModrinthApp.png" "${pkgdir}/usr/share/icons/hicolor/128x128/apps/astralrinth-app.png"
35}
36

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 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
2026-07-15 00:09:25 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