megaman-rocknroll
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
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)
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# Maintainer: Michael Roth <mail.michael.roth+aur@gmail.com>
pkgname=megaman-rocknroll
pkgver=1.3
pkgrel=1
pkgdesc="Mega Man fangame made with Godot"
url="https://dennisengelhard.com/rock-n-roll/"
license=('unknown')
arch=('x86_64')
install=megaman-rocknroll.install
#Original dependencies found by ldd
#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')
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')
source=("https://dennisengelhard.files.wordpress.com/2021/01/megaman_rocknroll_linux_1.3.zip"
megaman-rocknroll.desktop
mmrnr.png
)
sha256sums=('af916d57c169ef9b964457f60638c553a6dd7e623cd4fca0c1d828c40919abd9'
'39de3a403d1e0be869b7d4be7fe5a7988fb9b35912d49c386c2aa97931b7e3be'
'93d862cacc440d79434450e345cfcdf7e84791bd550ea0ccb234acd9a0d62613')
package() {
# Install Game executable and data files
install -D -m 755 "${srcdir}/MegaMan_RocknRoll" "${pkgdir}/opt/megaman-rocknroll/MegaMan_RocknRoll"
install -D -m 644 "${srcdir}/data.pck" "${pkgdir}/opt/megaman-rocknroll/data.pck"
# Install icon
install -D -m 644 "${srcdir}/mmrnr.png" "${pkgdir}/usr/share/icons/hicolor/64x64/apps/mmrnr.png"
# Install .desktop file
install -D -m 644 "${srcdir}/megaman-rocknroll.desktop" "${pkgdir}/usr/share/applications/megaman-rocknroll.desktop"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |