undertalemodtool-avalonia-bin

MEDIUM
maintainer KasaneTeto 2 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

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-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
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.08.28
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-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

Report a package

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

0 / 4000
Your suggestion