dnuos
maintainer vitaliikuzhdin
· 11 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads source and test data from the project's own domain (bitheap.org), which is not on the whitelist but is plausibly official; both are verified with checksums and used to build/install the software normally, posing no execution risk beyond standard AUR package building.
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 package downloads source and test data from the project's own domain (bitheap.org), which is not on the whitelist but is plausibly official; both are verified with checksums and used to build/install the software normally, posing no execution risk beyond standard AUR package building.
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:17
source=("${_pkgsrc}.tar.gz::https://bitheap.org/dnuos/files/${_pkgsrc}.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Vitalii Kuzhdin <vitaliikuzhdin@gmail.com>
2
# Contributor: Florian Bruhin (The Compiler) <archlinux.org@the-compiler.org>
3
# Contributor: Joshua Stiefer <facedelajunk@gmail.com>
4
# Contributor: Nathan Owe <ndowens.aur at gmail dot com>
5
# Contributor: scj <scj archlinux us>
6
7
pkgname="dnuos"
8
pkgver=1.0.11
9
pkgrel=7
10
pkgdesc="Music library list creator"
11
arch=('any')
12
url="https://bitheap.org/dnuos"
13
license=('GPL-2.0-or-later')
14
depends=('python2')
15
makedepends=('python2-setuptools')
16
_pkgsrc="${pkgname}-${pkgver}"
17
source=("${_pkgsrc}.tar.gz::https://bitheap.org/dnuos/files/${_pkgsrc}.tar.gz"
18
"testdata.zip::https://bitheap.org/dnuos/files/testdata.zip")
19
sha256sums=('bfadc736d769ff9414d23a2084807c77f3eabcd6306e230faa16db18754fda54'
20
'19e012ffc2727daa0cc5ba859ff9387fbd250ce3ca6dc8921486943995ab4e88')
21
22
prepare() {
23
cd "${srcdir}"
24
cp -rf "testdata" "${_pkgsrc}/testdata"
25
}
26
27
build() {
28
cd "${srcdir}/${_pkgsrc}"
29
python2 setup.py build
30
}
31
32
check() {
33
cd "${srcdir}/${_pkgsrc}"
34
python2 setup.py test
35
}
36
37
package() {
38
cd "${srcdir}/${_pkgsrc}"
39
python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
40
41
install -Dm644 "README.txt" "${pkgdir}/usr/share/doc/${pkgname}/README.txt"
42
install -Dm644 "LISEZMOI.txt" "${pkgdir}/usr/share/doc/${pkgname}/README.fr.txt"
43
install -Dm644 "HACKING.txt" "${pkgdir}/usr/share/doc/${pkgname}/HACKING.txt"
44
install -Dm644 "COPYING.txt" "${pkgdir}/usr/share/licenses/${pkgname}/COPYING.txt"
45
}
46
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 |