xminesweeper
maintainer apropos
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project maintainer's personal domain, which is not on a standard forge but hosts the project's own source code; building from this source is normal for AUR packages and poses low risk as it is not an executable payload or redirected traffic.
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 90%): The source is a tarball from the project maintainer's personal domain, which is not on a standard forge but hosts the project's own source code; building from this source is normal for AUR packages and poses low risk as it is not an executable payload or redirected traffic.
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:14
source=('http://www.babafou.eu.org/xdemineur/xdemineur-2.1.1.tar.gz'
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: apropos <jj@toki.la>
2
# Contributor: Marc Baudoin <babafou@babafou.eu.org>
3
# Contributor: Tobias Thrien <tobias-thrien@web.de>
4
pkgname=xminesweeper
5
_pkgname=xdemineur
6
pkgver=2.1.1
7
pkgrel=5
8
pkgdesc="A minesweeper game for the X Window System"
9
arch=('i686' 'x86_64')
10
url="http://www.babafou.eu.org/xdemineur/"
11
license=('custom')
12
depends=('libx11' 'libxpm')
13
makedepends=('imake')
14
source=('http://www.babafou.eu.org/xdemineur/xdemineur-2.1.1.tar.gz'
15
'xdemineur.desktop'
16
'xdemineur.xpm'
17
'patch.diff')
18
sha256sums=('593824412a208a1b75d5b15745a271dc3eba330d41f7718f4826567d04bcbb9b'
19
'99816f3dc5b22e2cabe1350182399780eab2eff927d076fced44ef2028f5acf7'
20
'a3b9b7b073313a2ea457a6dc734ac43826577a57dec403bd3962ca3c348a5809'
21
'7237438826bf707499b55dbc1b86e63347a5ca84f627b1a9953e473171b93013')
22
23
build() {
24
cd $_pkgname-$pkgver
25
patch <../patch.diff
26
xmkmf
27
make
28
}
29
30
package() {
31
install -Dm644 $_pkgname.desktop "$pkgdir/usr/share/applications/$_pkgname.desktop"
32
install -Dm644 $_pkgname.xpm "$pkgdir/usr/share/pixmaps/$_pkgname.xpm"
33
cd $_pkgname-$pkgver
34
make VERSION=$pkgver DESTDIR="$pkgdir" PREFIX=/usr install
35
make VERSION=$pkgver DESTDIR="$pkgdir" PREFIX=/usr install.man
36
}
37
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 |