xcursor-dmz

LOW
maintainer j_4321 12 votes scanned 2026-09-17 00:27:14.276658
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
4pkgname=xcursor-dmz
5pkgver=0.4.5
6pkgrel=2
7pkgdesc="Style neutral, scalable cursor theme"
8arch=('any')
9url="https://packages.debian.org/sid/dmz-cursor-theme"
10license=('MIT')
11groups=('x11')
12makedepends=('xorg-xcursorgen')
13source=("http://cdn.debian.net/debian/pool/main/d/dmz-cursor-theme/dmz-cursor-theme_${pkgver}."{tar.xz,dsc}
14 "LICENSE"
15 "xcursor-dmz.patch")
16sha256sums=('b719a64ed9c51905743105e5a50b15492695929ab2d6fca2cea760d52ccd1f5c'
17 'e214d75442fc040d53b74c108a798239dfffa641173475a07ea43bd7e0f56311'
18 '40dfbfc2cbe54d70a3c9de047d4aa8e8c7ebb4f41a5b0290d4bb36e2a2a5326f'
19 '989c14da9dbc89bef338537b0b337a6ba21611691ba0ad5c42c69a65b889bdc6')
20validpkgkey=('4D0BE12F0E4776D8AACE9696E66C775AEBFE6C7D')
21
22prepare() {
23 cd $srcdir/dmz-cursor-theme-${pkgver}
24 patch -Np1 -i "${srcdir}/xcursor-dmz.patch"
25}
26
27build() {
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
48package() {
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)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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