doomcube
maintainer quequotion
· 0 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 domain (kismetwireless.net), which is not on the standard whitelist but is plausibly legitimate; building from official project 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 domain (kismetwireless.net), which is not on the standard whitelist but is plausibly legitimate; building from official project 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:12
source=(http://www.kismetwireless.net/code/doomcube-$pkgver-02-R1.tar.gz
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Que Quotion <quequotion@bugmenot.com>
2
3
pkgname=doomcube
4
pkgver=2011
5
pkgrel=5
6
pkgdesc="The GPL Cube of Potential Doom."
7
arch=('i686' 'x86_64')
8
url="https://www.kismetwireless.net/doomcube/"
9
license=('GPL')
10
depends=('bash' 'libgl' 'freeglut')
11
makedepends=('libgl')
12
source=(http://www.kismetwireless.net/code/doomcube-$pkgver-02-R1.tar.gz
13
doomcube-feed
14
doomcube.desktop
15
quiet.patch)
16
sha512sums=('d79794973a836351de87fe4161e9e9d33d48c2235ebe8c6e8d15e23a395e15127023f61f20df37b2fe4af962da3dcb0abca66b63c65b30d6aedc76b4e2a484d9'
17
'78b5830d104f09a109672c0e683c3f3aba12ce1586faee7225ee9aba8b0d2a50304e80587903e3849338e7fcccde12a3ed20666c54b18370a8b986278e3d8d44'
18
'98ee8d2e9abda783102fbea0685c01c2e62c48646b32df26bfa3c4f6e2d1f161f3c5ffd6f18825f9ce073d603a3fe959005e57bd1ed7dfe3c0c1a481fa21a7af'
19
'd6070617e200cf36fc7d3d04c937e39a01bae40119daca46582806557d43f87105244550b7af2908e54f5413b970a62cb4ef9f7951ae07a66bfdd7b64778fba2')
20
21
prepare() {
22
cd ${srcdir}/doomcube-$pkgver-02-R1
23
patch -Np2 < ../quiet.patch
24
}
25
26
build() {
27
cd ${srcdir}/doomcube-$pkgver-02-R1
28
./configure --prefix=/usr
29
make
30
}
31
32
package() {
33
install -dm755 $pkgdir/usr/bin/
34
install -dm755 $pkgdir/usr/share/applications/
35
install -Dm755 ${srcdir}/doomcube-$pkgver-02-R1/doomcube $pkgdir/usr/bin/
36
install -Dm755 ${srcdir}/doomcube-feed $pkgdir/usr/bin/
37
install -Dm644 ${srcdir}/doomcube.desktop $pkgdir/usr/share/applications/
38
}
39
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 |