megadot
maintainer ActuallyEnbeon
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source archive from a non-whitelisted but project-specific domain (megadot.megacrit.com), which is plausibly the official and intended source for this fork; the content is built and installed in a standard way, with no obfuscated or suspicious execution, and the worst case of a swapped source would be malicious code execution, but the context suggests this is the legitimate upstream.
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 source archive from a non-whitelisted but project-specific domain (megadot.megacrit.com), which is plausibly the official and intended source for this fork; the content is built and installed in a standard way, with no obfuscated or suspicious execution, and the worst case of a swapped source would be malicious code execution, but the context suggests this is the legitimate upstream.
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:14
"$pkgname-$pkgver.zip::https://megadot.megacrit.com/${pkgver//_/-}/megadot-${pkgver//_/-}-linux-x86_64-editor-csharp.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Enbeon <actuallyenbeon at gmail dot com>
2
pkgname=megadot
3
pkgver=4.5.1_m.14
4
pkgrel=1
5
pkgdesc="MegaCrit fork of Godot Engine"
6
arch=('any')
7
url="https://megadot.megacrit.com/"
8
license=('custom')
9
depends=(brotli ca-certificates embree freetype2 graphite libglvnd libspeechd libsquish libtheora libvorbis
10
libwebp libwslay libxcursor libxi libxinerama libxrandr miniupnpc openxr pcre2 dotnet-sdk-9.0)
11
optdepends=('pipewire-alsa: for audio support'
12
'pulse-native-provider: for audio support')
13
source=(
14
"$pkgname-$pkgver.zip::https://megadot.megacrit.com/${pkgver//_/-}/megadot-${pkgver//_/-}-linux-x86_64-editor-csharp.zip"
15
"megadot"
16
"megadot.desktop"
17
"megadot_icon.png"
18
)
19
sha256sums=('d245de0cd79ebffa83c87ae505e944fefd6beafd1496e9ce413f3a6c272dec3c'
20
'4301b5e7bf07816ae7c39bba9974085638f09789601926b1083b52140acc84b0'
21
'bee26e95a693369df0fe8c6e942063fec108bb29eed29c7351902ed8cea9ce28'
22
'109a3365495052c482a674e54f107dd2ab5a0bc339d0afd75b1357323189d8ca')
23
24
prepare() {
25
chmod -R u+w "$srcdir/GodotSharp"
26
}
27
28
package() {
29
install -d "$pkgdir/usr/lib/$pkgname"
30
cp -r "$srcdir/." "$pkgdir/usr/lib/$pkgname"
31
chmod -R u-w "$pkgdir/usr/lib/$pkgname/GodotSharp"
32
install -Dm755 "megadot" "$pkgdir/usr/bin/$pkgname"
33
install -Dm644 "megadot.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
34
install -Dm644 "megadot_icon.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
35
}
36
Changes since previous scan
--- PKGBUILD @ 2026-07-19 00:17+++ PKGBUILD @ 2026-08-03 00:08@@ -1,6 +1,6 @@ # Maintainer: Enbeon <actuallyenbeon at gmail dot com> pkgname=megadot-pkgver=4.5.1_m.13+pkgver=4.5.1_m.14 pkgrel=1 pkgdesc="MegaCrit fork of Godot Engine" arch=('any')@@ -16,7 +16,7 @@ "megadot.desktop" "megadot_icon.png" )-sha256sums=('dabdf0771996594a9b1069c41d1f3698f7be1f6402a5fbfe179c76d45206052e'+sha256sums=('d245de0cd79ebffa83c87ae505e944fefd6beafd1496e9ce413f3a6c272dec3c' '4301b5e7bf07816ae7c39bba9974085638f09789601926b1083b52140acc84b0' 'bee26e95a693369df0fe8c6e942063fec108bb29eed29c7351902ed8cea9ce28' '109a3365495052c482a674e54f107dd2ab5a0bc339d0afd75b1357323189d8ca')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 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 19:12:02 | MEDIUM | 1 |
| 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 |