undertalemodtool-avalonia-bin
The package downloads a prebuilt executable archive from a non-standard host (nightly.link), which is not the project's official release infrastructure, and the checksum is skipped, creating a supply-chain risk if the source were swapped.
Triggered rules
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
"${_pkgname}-${_pkgver}.zip::https://nightly.link/luizzeroxis/UndertaleModTool/workflows/publish_gui_avalonia/avalonia/GUI-ubuntu-latest-Release-isBundled-true-isSingleFile-false.zip"
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a prebuilt executable archive from a non-standard host (nightly.link), which is not the project's official release infrastructure, and the checksum is skipped, creating a supply-chain risk if the source were swapped.
PKGBUILD
1 offending line(s) highlighted# Maintainer: KasaneTeto <kasanetetofanaccount at proton.me>
# Contributor: Damglador <damglador at gmail.com>
pkgname=undertalemodtool-avalonia-bin
_pkgname=undertalemodtool-avalonia
pkgver=2026.08.28
_pkgver=$(date +"%Y.%m.%d")
pkgrel=1
arch=('x86_64')
pkgdesc="The rewrite of UndertaleModTool with a cross-platform framework Avalonia"
url="https://github.com/luizzeroxis/UndertaleModTool"
license=("GPL-3.0")
depends=("dotnet-runtime-10.0")
provides=("$_pkgname")
options=("!strip" "!debug")
source=(
"${_pkgname}-${_pkgver}.zip::https://nightly.link/luizzeroxis/UndertaleModTool/workflows/publish_gui_avalonia/avalonia/GUI-ubuntu-latest-Release-isBundled-true-isSingleFile-false.zip"
"${_pkgname}.desktop"
"gamemaker-data.xml"
"icon.png"
)
sha256sums=(
'SKIP'
'efdd09628785b8d27cda3a0d9ef434ae8435041a199f12b7be39f697297a84c0'
'64c7b9ab34a2c519f99533b85a6ff8b4a50710ec6ee93024f3b239493dc9d61e'
'4f501b7495960a291dfaa3a5c7b87b529170c47447c365d2407d1d317d97c51f'
)
noextract=("${_pkgname}-${_pkgver}.zip")
prepare() {
mkdir -p "${_pkgname}-${_pkgver}"
bsdtar -xf "${_pkgname}-${_pkgver}.zip" -C "${_pkgname}-${_pkgver}"
}
pkgver() {
date +"%Y.%m.%d"
}
package() {
install -d "$pkgdir/opt"
# copy of the program files
cp -r --preserve=mode "${_pkgname}-${_pkgver}" "$pkgdir/opt/${_pkgname}"
# Linking the desktop in the path
mkdir -p "$pkgdir/usr/bin"
ln -s /opt/undertalemodtool-avalonia/UndertaleModToolAvalonia "$pkgdir/usr/bin/${_pkgname}"
# Desktop file
install -Dm644 "${_pkgname}.desktop" "$pkgdir/usr/share/applications/${_pkgname}.desktop"
# Icon
install -Dm644 icon.png "$pkgdir/usr/share/icons/hicolor/32x32/apps/${_pkgname}.png"
# Mime type
install -Dm644 gamemaker-data.xml "$pkgdir/usr/share/mime/packages/gamemaker-data.xml"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |