qsd77
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; it has proper checksums, depends only on standard system libraries and a named shell tool, and performs no suspicious downloads or executions.
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=qsd77
4
pkgver=1.3.3
5
pkgrel=1
6
pkgdesc="CLI bridge for quickshell-d77 and Utumno"
7
arch=('x86_64' 'aarch64')
8
url="https://github.com/dani-77/qsd77"
9
license=('MIT')
10
depends=('glibc' 'quickshell')
11
makedepends=('go')
12
optdepends=(
13
'quickshell-d77: the default shell qsd77 talks to'
14
'utumno: alternative shell (qsd77 -c utumno)'
15
)
16
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
17
sha256sums=('507508dfd0fd33aaf095ad75d454340dfec4db0a9824197345dfe08a8fd4c0d8')
18
19
prepare() {
20
cd "$pkgname-$pkgver"
21
# Unlike the Void template (go get cobra@latest), build against the
22
# versions pinned in go.sum.
23
go mod download
24
}
25
26
build() {
27
cd "$pkgname-$pkgver"
28
export CGO_CPPFLAGS="${CPPFLAGS}"
29
export CGO_CFLAGS="${CFLAGS}"
30
export CGO_CXXFLAGS="${CXXFLAGS}"
31
export CGO_LDFLAGS="${LDFLAGS}"
32
export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
33
go build -o qsd77 .
34
}
35
36
package() {
37
cd "$pkgname-$pkgver"
38
install -Dm755 qsd77 "$pkgdir/usr/bin/qsd77"
39
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
40
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
41
}
42
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-27 00:07:07 | Clean | 2 |
| 2026-09-26 23:16:08 | Low | 1 |