lunar-magic

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

The package downloads a source zip from the project's official host (fusoya.eludevisibility.org) which is not on the whitelist but is the legitimate project domain; the content is a buildable source archive, not a prebuilt executable, and is verified by a matching sha256sum.

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 source zip from the project's official host (fusoya.eludevisibility.org) which is not on the whitelist but is the legitimate project domain; the content is a buildable source archive, not a prebuilt executable, and is verified by a matching sha256sum.

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:12 source=("https://fusoya.eludevisibility.org/lm/download/lm${_pkgver}.zip"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: ROllerozxa <temporaryemail4meh [gee mail]>
2# Contributor: ConfuZzled <theconfuzzleddude@gmail.com>
3pkgname=lunar-magic
4pkgver=3.51
5_pkgver=351
6pkgrel=1
7pkgdesc='Level editor for Super Mario World'
8url='https://fusoya.eludevisibility.org/lm/index.html'
9arch=('i686' 'x86_64')
10depends=('wine')
11makedepends=('unzip')
12source=("https://fusoya.eludevisibility.org/lm/download/lm${_pkgver}.zip"
13 "${pkgname}"
14 "${pkgname}.desktop"
15 "${pkgname}.png")
16noextract=("lm${_pkgver}.zip")
17sha256sums=('4298ea21e762ac83b22ffd4911e86d8d4014ddd6ea2eadbd757094b972d787bd'
18 'c1f2ef084107f4947b008bc6fbd6da820b48568a20229ebaaaf5834e31b4ce89'
19 '33fa325303281102f1fa875053ea84ef50d2adff510d7a17efc9c2df72975efa'
20 '91317fb39eb5f92dbc11e74bb2179832e8f254c40ecabb16c11cbf0fddd45fad')
21license=('custom')
22
23package() {
24 install -d -m755 "${pkgdir}/usr/share/${pkgname}"
25 unzip "lm${_pkgver}.zip" -d "${pkgdir}/usr/share/${pkgname}"
26
27 # extract license from readme
28 sed -n '/The Lunar Magic Mario/,/ use or presence./p' "${pkgdir}/usr/share/${pkgname}/readme.txt" >> 'LICENSE'
29 install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
30
31 install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
32 install -Dm644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
33 install -Dm644 "${pkgname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
34
35 find "${pkgdir}/usr/share/${pkgname}" -type d -exec chmod 755 "{}" \;
36 find "${pkgdir}/usr/share/${pkgname}" -type f -exec chmod 644 "{}" \;
37}
38

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion