undertalemodtool-avalonia-bin

maintainer KasaneTeto · 2 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package downloads a prebuilt executable from a non-standard host (nightly.link) with a SKIP'd checksum, creating a supply-chain risk if the artifact were swapped.

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:21 "${_pkgname}-${_pkgver}.zip::https://nightly.link/luizzeroxis/UndertaleModTool/workflows/publish_gui_avalonia/avalonia/GUI-ubuntu-latest-Release-isBundled-true-isSingleFile-false.zip"
MEDIUM AI review llm_review

An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a prebuilt executable from a non-standard host (nightly.link) with a SKIP'd checksum, creating a supply-chain risk if the artifact were swapped.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: KasaneTeto <kasanetetofanaccount at proton.me>
2# Contributor: Damglador <damglador at gmail.com>
3
4pkgname=undertalemodtool-avalonia-bin
5_pkgname=undertalemodtool-avalonia
6
7pkgver=2026.06.21
8_pkgver=$(date +"%Y.%m.%d")
9pkgrel=1
10arch=('x86_64')
11
12pkgdesc="The rewrite of UndertaleModTool with a cross-platform framework Avalonia"
13url="https://github.com/luizzeroxis/UndertaleModTool"
14license=("GPL-3.0")
15
16depends=("dotnet-runtime-10.0")
17provides=("$_pkgname")
18options=("!strip" "!debug")
19
20source=(
21 "${_pkgname}-${_pkgver}.zip::https://nightly.link/luizzeroxis/UndertaleModTool/workflows/publish_gui_avalonia/avalonia/GUI-ubuntu-latest-Release-isBundled-true-isSingleFile-false.zip"
22 "${_pkgname}.desktop"
23 "gamemaker-data.xml"
24 "icon.png"
25 )
26sha256sums=(
27 'SKIP'
28 'efdd09628785b8d27cda3a0d9ef434ae8435041a199f12b7be39f697297a84c0'
29 '64c7b9ab34a2c519f99533b85a6ff8b4a50710ec6ee93024f3b239493dc9d61e'
30 '4f501b7495960a291dfaa3a5c7b87b529170c47447c365d2407d1d317d97c51f'
31 )
32
33noextract=("${_pkgname}-${_pkgver}.zip")
34
35prepare() {
36 mkdir -p "${_pkgname}-${_pkgver}"
37 bsdtar -xf "${_pkgname}-${_pkgver}.zip" -C "${_pkgname}-${_pkgver}"
38}
39
40pkgver() {
41 date +"%Y.%m.%d"
42}
43
44package() {
45 install -d "$pkgdir/opt"
46
47 # copy of the program files
48 cp -r --preserve=mode "${_pkgname}-${_pkgver}" "$pkgdir/opt/${_pkgname}"
49
50 # Linking the desktop in the path
51 mkdir -p "$pkgdir/usr/bin"
52 ln -s /opt/undertalemodtool-avalonia/UndertaleModToolAvalonia "$pkgdir/usr/bin/${_pkgname}"
53
54 # Desktop file
55 install -Dm644 "${_pkgname}.desktop" "$pkgdir/usr/share/applications/${_pkgname}.desktop"
56
57 # Icon
58 install -Dm644 icon.png "$pkgdir/usr/share/icons/hicolor/32x32/apps/${_pkgname}.png"
59
60 # Mime type
61 install -Dm644 gamemaker-data.xml "$pkgdir/usr/share/mime/packages/gamemaker-data.xml"
62}
63

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