lunar-magic
maintainer orphaned
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
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>
3
pkgname=lunar-magic
4
pkgver=3.51
5
_pkgver=351
6
pkgrel=1
7
pkgdesc='Level editor for Super Mario World'
8
url='https://fusoya.eludevisibility.org/lm/index.html'
9
arch=('i686' 'x86_64')
10
depends=('wine')
11
makedepends=('unzip')
12
source=("https://fusoya.eludevisibility.org/lm/download/lm${_pkgver}.zip"
13
"${pkgname}"
14
"${pkgname}.desktop"
15
"${pkgname}.png")
16
noextract=("lm${_pkgver}.zip")
17
sha256sums=('4298ea21e762ac83b22ffd4911e86d8d4014ddd6ea2eadbd757094b972d787bd'
18
'c1f2ef084107f4947b008bc6fbd6da820b48568a20229ebaaaf5834e31b4ce89'
19
'33fa325303281102f1fa875053ea84ef50d2adff510d7a17efc9c2df72975efa'
20
'91317fb39eb5f92dbc11e74bb2179832e8f254c40ecabb16c11cbf0fddd45fad')
21
license=('custom')
22
23
package() {
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) | 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 |