megaman-rocknroll
maintainer bigred
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt game binary from the developer's own WordPress site, which is not on a standard host but plausibly official; the content is a self-contained game, and the worst case of a swapped source is running malicious code, but the source is checksummed and hosted at the same domain as the project's official site.
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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt game binary from the developer's own WordPress site, which is not on a standard host but plausibly official; the content is a self-contained game, and the worst case of a swapped source is running malicious code, but the source is checksummed and hosted at the same domain as the project's official site.
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:19
source=("https://dennisengelhard.files.wordpress.com/2021/01/megaman_rocknroll_linux_1.3.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Michael Roth <mail.michael.roth+aur@gmail.com>
2
pkgname=megaman-rocknroll
3
pkgver=1.3
4
pkgrel=1
5
6
pkgdesc="Mega Man fangame made with Godot"
7
url="https://dennisengelhard.com/rock-n-roll/"
8
license=('unknown')
9
10
arch=('x86_64')
11
12
install=megaman-rocknroll.install
13
14
#Original dependencies found by ldd
15
#depends=('alsa-lib' 'dbus' 'flac' 'gcc-libs' 'glibc' 'libasyncns' 'libgcrypt' 'libglvnd' 'libgpg-error' 'libogg' 'libpulse' 'libsndfile' 'libvorbis' 'libxau' 'libxcb' 'libxcursor' 'libxdmcp' 'libxext' 'libxfixes' 'libxinerama' 'libxrandr' 'libxrender' 'lz4' 'systemd-libs' 'xz')
16
17
depends=('alsa-lib' 'dbus' 'flac' 'gcc-libs' 'glibc' 'libasyncns' 'libgcrypt' 'libglvnd' 'libgpg-error' 'libogg' 'libpulse' 'libsndfile' 'libvorbis' 'libxau' 'libxcb' 'libxcursor' 'libxdmcp' 'libxext' 'libxfixes' 'libxinerama' 'libxrandr' 'libxrender' 'lz4' 'systemd-libs' 'xz')
18
19
source=("https://dennisengelhard.files.wordpress.com/2021/01/megaman_rocknroll_linux_1.3.zip"
20
megaman-rocknroll.desktop
21
mmrnr.png
22
)
23
24
sha256sums=('af916d57c169ef9b964457f60638c553a6dd7e623cd4fca0c1d828c40919abd9'
25
'39de3a403d1e0be869b7d4be7fe5a7988fb9b35912d49c386c2aa97931b7e3be'
26
'93d862cacc440d79434450e345cfcdf7e84791bd550ea0ccb234acd9a0d62613')
27
28
29
30
package() {
31
# Install Game executable and data files
32
install -D -m 755 "${srcdir}/MegaMan_RocknRoll" "${pkgdir}/opt/megaman-rocknroll/MegaMan_RocknRoll"
33
install -D -m 644 "${srcdir}/data.pck" "${pkgdir}/opt/megaman-rocknroll/data.pck"
34
35
# Install icon
36
install -D -m 644 "${srcdir}/mmrnr.png" "${pkgdir}/usr/share/icons/hicolor/64x64/apps/mmrnr.png"
37
38
# Install .desktop file
39
install -D -m 644 "${srcdir}/megaman-rocknroll.desktop" "${pkgdir}/usr/share/applications/megaman-rocknroll.desktop"
40
}
41
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 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |