xcursor-dmz
maintainer j_4321
· 12 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a Debian package tarball from a non-whitelisted but official Debian CDN; it is the project's own source code, not an executable or obfuscated payload, and the build process is transparent and standard for a cursor theme.
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 Debian package tarball from a non-whitelisted but official Debian CDN; it is the project's own source code, not an executable or obfuscated payload, and the build process is transparent and standard for a cursor theme.
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:13
source=("http://cdn.debian.net/debian/pool/main/d/dmz-cursor-theme/dmz-cursor-theme_${pkgver}."{tar.xz,dsc}
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Juliette Monsel <j_4321 at protonmail dot com>
2
# Contributor: Hugo Rodrigues <hugorodrigues at openmailbox dot com>
3
4
pkgname=xcursor-dmz
5
pkgver=0.4.5
6
pkgrel=2
7
pkgdesc="Style neutral, scalable cursor theme"
8
arch=('any')
9
url="https://packages.debian.org/sid/dmz-cursor-theme"
10
license=('MIT')
11
groups=('x11')
12
makedepends=('xorg-xcursorgen')
13
source=("http://cdn.debian.net/debian/pool/main/d/dmz-cursor-theme/dmz-cursor-theme_${pkgver}."{tar.xz,dsc}
14
"LICENSE"
15
"xcursor-dmz.patch")
16
sha256sums=('b719a64ed9c51905743105e5a50b15492695929ab2d6fca2cea760d52ccd1f5c'
17
'e214d75442fc040d53b74c108a798239dfffa641173475a07ea43bd7e0f56311'
18
'40dfbfc2cbe54d70a3c9de047d4aa8e8c7ebb4f41a5b0290d4bb36e2a2a5326f'
19
'989c14da9dbc89bef338537b0b337a6ba21611691ba0ad5c42c69a65b889bdc6')
20
validpkgkey=('4D0BE12F0E4776D8AACE9696E66C775AEBFE6C7D')
21
22
prepare() {
23
cd $srcdir/dmz-cursor-theme-${pkgver}
24
patch -Np1 -i "${srcdir}/xcursor-dmz.patch"
25
}
26
27
build() {
28
29
cd $srcdir/dmz-cursor-theme-${pkgver}
30
rm -r debian renderpngs.py
31
32
cd DMZ-White/pngs
33
./make.sh
34
cd ..
35
mv xcursors cursors
36
rm -r dmz.svg index.theme pngs
37
cd ..
38
39
cd DMZ-Black/pngs
40
./make.sh
41
cd ..
42
mv xcursors cursors
43
rm -r dmz-aa.svg index.theme pngs
44
cd ..
45
46
}
47
48
package() {
49
install -dm755 "$pkgdir/usr/share/icons/"
50
cp -R "$srcdir/dmz-cursor-theme-${pkgver}/DMZ-White" "$pkgdir/usr/share/icons/"
51
cp -R "$srcdir/dmz-cursor-theme-${pkgver}/DMZ-Black" "$pkgdir/usr/share/icons/"
52
install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
53
}
54
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 |