moondust-project-master-bin

maintainer chiyuki0325 · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a prebuilt binary from a project-associated CI server (builds.wohlsoft.ru), which is not on a standard whitelist but plausibly official; the rest are assets from GitHub; SKIP'd checksum is suboptimal but the content is not actively malicious or obfuscated.

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 binary from a project-associated CI server (builds.wohlsoft.ru), which is not on a standard whitelist but plausibly official; the rest are assets from GitHub; SKIP'd checksum is suboptimal but the content is not actively malicious or obfuscated.

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:16 "https://builds.wohlsoft.ru/ubuntu-18-04/pge_project-linux-master-64.tar.bz2"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Kirikaze Chiyuki <me@chyk.ink>
2pkgname=moondust-project-master-bin
3pkgver=20240212
4pkgrel=1
5pkgdesc="Moondust Project (formerly known as PGE Project) is a free and open-source game engine and development kit for it, giving developers the ability to create platform games. (Binary package - master branch, built by CI)"
6arch=('x86_64')
7url="https://github.com/WohlSoft/Moondust-Project"
8license=('GPLv3')
9depends=('ffmpeg' 'sox' 'libtiff' 'desktop-file-utils' 'moondust-configpack')
10#makedepends=('git')
11#optdepends=()
12provides=('moondust-project')
13conflicts=('moondust-project-stable-bin' 'moondust-project-git')
14install="moondust-project.install"
15source=(
16"https://builds.wohlsoft.ru/ubuntu-18-04/pge_project-linux-master-64.tar.bz2"
17"moondust-engine.png::https://github.com/WohlSoft/Moondust-Project/raw/master/Engine/_resources/icon/cat_256.png"
18"moondust-editor.png::https://github.com/WohlSoft/Moondust-Project/raw/master/Editor/_resources/appicon/cat_builder_256.png"
19"moondust-calibrator.png::https://github.com/WohlSoft/Moondust-Project/raw/master/PlayableCalibrator/_resources/icon/calibrator_256.png"
20"moondust-musplay.png::https://github.com/WohlSoft/Moondust-Project/raw/master/MusicPlayer/_resources/cat_musplay/cat_musplay_256x256.png"
21"moondust-maintainer.png::https://github.com/WohlSoft/Moondust-Project/raw/master/Maintainer/_resources/icon/maintainer256.png"
22"moondust-editor.desktop"
23"moondust-engine.desktop"
24"moondust-musplay.desktop"
25"moondust-calibrator.desktop"
26"moondust-maintainer.desktop"
27)
28sha512sums=(
29"SKIP"
30"c20deba3f580857a63d0ce2361188a0c137e9880334ddd2ddef779b1b0556019ea0ced113f5cf3658cf6174dd258c9e67df2cb79791c57509b8d563ace8eb92a"
31"55d8cc501b8c759b6f4712268a2b07e01b7f49ae55d82cd916418d75b087d26fcfa9199cfbaa68bb8dbd7013f1e35ae9416ea7d2067eefd0a213f1e577d8000d"
32"d208c4de44ac32cacb46736801e9c9437905791a17680ae2a3c52dd8f4fb16f48ad55b6d7dcfb603727db0bd97e0862802171d259dd9cadb62637aecfc956252"
33"510af4bf95f1887b9940678916c88ad4e4e70a86932e8c30004619df1bce6c007b85be0d0421433defa95d5757ff717daec89d3004d65ccc2f70db828630d3fd"
34"fd67c3e074fb2594d580e3420e7b12033e852650d5045672a99fcf1b5b68b286ad5a4d538de42e9e3939ef03caec14ac42216c9b908373c961ec23d1f2d421f7"
35"1876fe0f0ddfc7ebfcd29c13dd3363ee2bafe77d133c38876e6c590a94114a1eae51eec9f2547aa2db3e6fc3acc0462faf4d8f1152c8abaab59ba850f963aeb5"
36"c2b6ebf25baf2a657f203bb1208eeccbb889b469345f5f2f01949e7019834cf5af5b601a43fe4b171059cc7e0610be5f1b655e767d7c7face8cbcdb83bd364ca"
37"97cbfe332e918d72845c11bb19c4a7150e05e2d7788cf0386a80d1e4da5eef6ea5ffa42f957a91823a82fe33c2092fcfd02a234387a8e8ebabeddc5b0d7ffdb0"
38"6a390222644def5d58f4aac30afdc11b8e54b2da136d47fc69ed2e816fba063241a26449dbc474e93661c9d8af5b8b24b07f3f061e8a4e8f5b21e08a7b3cfaf7"
39"9ee0eb2f735f16aea9412549d453949b17fcf68866e57b1ff578dd10a4a9e6ca26fdd19e868b11f79273c16050564a5bbc0a8e205448977f1c9fb08e6c101bc4"
40)
41
42pkgver() {
43 cd "${srcdir}/PGE_Project/"
44 ls --time-style=+%Y%m%d -l pge_editor | awk '{print $6}'
45}
46
47package() {
48 mkdir -p "${pkgdir}/opt/moondust"
49 cp -r "${srcdir}/PGE_Project/"*"" "${pkgdir}/opt/moondust"
50 chmod 0755 "${pkgdir}/opt/moondust/pge_editor"
51 chmod 0755 "${pkgdir}/opt/moondust/pge_engine"
52 chmod 0755 "${pkgdir}/opt/moondust/pge_musplay"
53 chmod 0755 "${pkgdir}/opt/moondust/pge_calibrator"
54 chmod 0755 "${pkgdir}/opt/moondust/GIFs2PNG"
55 chmod 0755 "${pkgdir}/opt/moondust/PNG2GIFs"
56 chmod 0755 "${pkgdir}/opt/moondust/LazyFixTool"
57 chmod 0755 "${pkgdir}/opt/moondust/PaletteFilter"
58 chmod 0755 "${pkgdir}/opt/moondust/pge_maintainer"
59
60 mkdir -p "${pkgdir}/usr/bin"
61 printf "#!/bin/bash\ncd /opt/moondust; /opt/moondust/pge_editor" > "${pkgdir}/usr/bin/pge_editor"
62 printf "#!/bin/bash\ncd /opt/moondust; /opt/moondust/pge_engine" > "${pkgdir}/usr/bin/pge_engine"
63 printf "#!/bin/bash\ncd /opt/moondust; /opt/moondust/pge_musplay" > "${pkgdir}/usr/bin/pge_musplay"
64 printf "#!/bin/bash\ncd /opt/moondust; /opt/moondust/pge_calibrator" > "${pkgdir}/usr/bin/pge_calibrator"
65 printf "#!/bin/bash\ncd /opt/moondust; /opt/moondust/GIFs2PNG" > "${pkgdir}/usr/bin/GIFs2PNG"
66 printf "#!/bin/bash\ncd /opt/moondust; /opt/moondust/PNG2GIFs" > "${pkgdir}/usr/bin/PNG2GIFs"
67 printf "#!/bin/bash\ncd /opt/moondust; /opt/moondust/LazyFixTool" > "${pkgdir}/usr/bin/LazyFixTool"
68 printf "#!/bin/bash\ncd /opt/moondust; /opt/moondust/PaletteFilter" > "${pkgdir}/usr/bin/PaletteFilter"
69 printf "#!/bin/bash\ncd /opt/moondust; /opt/moondust/pge_maintainer" > "${pkgdir}/usr/bin/pge_maintainer"
70 chmod 0755 "${pkgdir}/usr/bin/pge_editor"
71 chmod 0755 "${pkgdir}/usr/bin/pge_engine"
72 chmod 0755 "${pkgdir}/usr/bin/pge_musplay"
73 chmod 0755 "${pkgdir}/usr/bin/pge_calibrator"
74 chmod 0755 "${pkgdir}/usr/bin/GIFs2PNG"
75 chmod 0755 "${pkgdir}/usr/bin/PNG2GIFs"
76 chmod 0755 "${pkgdir}/usr/bin/LazyFixTool"
77 chmod 0755 "${pkgdir}/usr/bin/PaletteFilter"
78 chmod 0755 "${pkgdir}/usr/bin/pge_maintainer"
79
80
81 mkdir -p "${pkgdir}/usr/share/licenses"
82 cp -r "${pkgdir}/opt/moondust/licenses" "${pkgdir}/usr/share/licenses/moondust"
83 mv "${pkgdir}/opt/moondust/LICENSE.txt" "${pkgdir}/usr/share/licenses/moondust/LICENSE.txt"
84 mv "${pkgdir}/opt/moondust/pge_engine.license.gpl3.txt" "${pkgdir}/usr/share/licenses/moondust/pge_engine.license.gpl3.txt"
85 mv "${pkgdir}/opt/moondust/pge_engine.license.mit.txt" "${pkgdir}/usr/share/licenses/moondust/pge_engine.license.mit.txt"
86
87 mkdir -p "${pkgdir}/usr/share/doc"
88 cp -r "${pkgdir}/opt/moondust/help" "${pkgdir}/usr/share/doc/moondust"
89 cp "${pkgdir}/opt/moondust/"*".txt" "${pkgdir}/usr/share/doc/moondust/"
90
91 rm "${pkgdir}/opt/moondust/"*".ini"
92
93 install -Dm0644 "${srcdir}/moondust-editor.png" "${pkgdir}/usr/share/pixmaps/moondust-editor.png"
94 install -Dm0644 "${srcdir}/moondust-engine.png" "${pkgdir}/usr/share/pixmaps/moondust-engine.png"
95 install -Dm0644 "${srcdir}/moondust-musplay.png" "${pkgdir}/usr/share/pixmaps/moondust-musplay.png"
96 install -Dm0644 "${srcdir}/moondust-calibrator.png" "${pkgdir}/usr/share/pixmaps/moondust-calibrator.png"
97 install -Dm0644 "${srcdir}/moondust-maintainer.png" "${pkgdir}/usr/share/pixmaps/moondust-maintainer.png"
98
99 install -Dm0755 "${srcdir}/moondust-editor.desktop" "${pkgdir}/usr/share/applications/moondust-editor.desktop"
100 install -Dm0755 "${srcdir}/moondust-engine.desktop" "${pkgdir}/usr/share/applications/moondust-engine.desktop"
101 install -Dm0755 "${srcdir}/moondust-musplay.desktop" "${pkgdir}/usr/share/applications/moondust-musplay.desktop"
102 install -Dm0755 "${srcdir}/moondust-calibrator.desktop" "${pkgdir}/usr/share/applications/moondust-calibrator.desktop"
103 install -Dm0755 "${srcdir}/moondust-maintainer.desktop" "${pkgdir}/usr/share/applications/moondust-maintainer.desktop"
104}
105

Scan history

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

Report a package

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

0 / 4000
Your suggestion