quickshell-d77
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 a source tarball hosted on the project's own GitHub repository, which is a normal and trusted practice for AUR packages; the dependencies are standard system utilities, and there is no execution of remote code or use of unverifiable binaries.
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=quickshell-d77
4
pkgver=1.4.4
5
pkgrel=1
6
pkgdesc="Quickshell d77 shell for Wayland compositors"
7
arch=('any')
8
url="https://github.com/dani-77/quickshell-d77"
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
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
16
sha256sums=('28797d34a5447a3c1326835fa129a6701d3633b8b82a17ff5aa9f8d5c614d43e')
17
18
package() {
19
cd "$pkgname-$pkgver"
20
make DESTDIR="$pkgdir" install
21
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
22
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
23
}
24
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-27 00:07:07 | Clean | 2 |
| 2026-09-26 23:16:08 | Low | 1 |