utumno
CLEAN
maintainer dani-77
0 votes
scanned 2026-09-27 00:07:07.510666
Triggered rules
Clean
AI review downgraded a static finding
llm_review
The static rules flagged this LOW, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it CLEAN (confidence 95%): The package builds from source hosted on the maintainer's GitHub, which is normal for AUR packages; dependencies are reasonable and no suspicious downloads or executions are present.
1 higher static finding superseded - not the current verdict (shown for transparency)
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: Daniel Azevedo <daniazevedo77@posteo.net>
2
3
pkgname=utumno
4
pkgver=0.1.2
5
pkgrel=1
6
pkgdesc="Minimal Quickshell shell for Wayland compositors, lighter sibling of quickshell-d77"
7
arch=('any')
8
url="https://github.com/dani-77/utumno"
9
license=('MIT')
10
# Unlike the Void template, quickshell is listed here: an unversioned
11
# dependency never holds back pacman upgrades.
12
depends=('quickshell' 'power-profiles-daemon' 'alsa-utils' 'alsa-tools'
13
'brightnessctl' 'wireless_tools')
14
makedepends=('rsync')
15
optdepends=(
16
'upower: battery widget'
17
'networkmanager: network widget'
18
)
19
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
20
sha256sums=('7a784f95abc1cc1b47140445c838b74431fd548de9ac8af6b133edd69dfaadac')
21
22
package() {
23
cd "$pkgname-$pkgver"
24
make DESTDIR="$pkgdir" install
25
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
26
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
27
}
28
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-27 00:07:07 | Clean | 2 |
| 2026-09-26 23:16:08 | Low | 1 |