moon-buggy
maintainer hamblingreen
· 34 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's official host (seehuhn.de), which is not on the whitelist but is plausibly the legitimate upstream; building from official source is normal AUR practice and poses low risk.
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 source is a tarball from the project's official host (seehuhn.de), which is not on the whitelist but is plausibly the legitimate upstream; building from official source is normal AUR practice and poses low risk.
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
source=("http://seehuhn.de/data/$pkgname-$pkgver.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Robert Hamblin <hamblingreen@hotmail.com>
2
# Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
3
# Contributor: Dale Blount <dale@archlinux.org>
4
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
5
6
pkgname=moon-buggy
7
pkgver=1.0.51
8
pkgrel=2
9
pkgdesc="Moon Buggy is a simple game for the text mode"
10
arch=('i686' 'x86_64' 'aarch64')
11
url="http://seehuhn.de/comp/moon-buggy"
12
license=('GPL2')
13
depends=('ncurses')
14
options=('!emptydirs')
15
install=$pkgname.install
16
source=("http://seehuhn.de/data/$pkgname-$pkgver.tar.gz"
17
"Makefile.in.patch"
18
"config.patch")
19
sha256sums=('352dc16ccae4c66f1e87ab071e6a4ebeb94ff4e4f744ce1b12a769d02fe5d23f'
20
'985df74c531400d3cba8ef3a8bc3c2fcfcc53efb42f1430c04b1a971108ca73c'
21
'6f8e82c566aafc5bf0ddf4ab4ea3381fa723278bc1744bc6923bcf9cd03d4283')
22
23
prepare() {
24
cd "${srcdir}"/$pkgname-$pkgver
25
26
patch -Np0 -i ${srcdir}/Makefile.in.patch
27
patch --strip=1 < ${srcdir}/config.patch
28
}
29
30
build() {
31
cd "${srcdir}"/$pkgname-$pkgver
32
33
./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
34
make
35
}
36
37
package() {
38
cd "${srcdir}"/$pkgname-$pkgver
39
40
make DESTDIR="${pkgdir}" install
41
rm "${pkgdir}"/usr/share/info/dir
42
}
43
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 |