dosierskanilo-gui
Sources are the project's own source tarballs from a self-hosted GitLab instance and GitHub, built from source with dub/ldc2; the only concern is SKIP'd checksums and a non-whitelisted but plausibly project-owned host, which is low risk.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 80%): Sources are the project's own source tarballs from a self-hosted GitLab instance and GitHub, built from source with dub/ldc2; the only concern is SKIP'd checksums and a non-whitelisted but plausibly project-owned host, which is low risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:11
source=("$pkgname-$pkgver.tar.gz::https://gitlab.vahanus.net/dlang/dosierskanilo-gui/-/archive/v$pkgver/dosierskanilo-gui-v$pkgver.tar.gz"
PKGBUILD
1 offending line(s) highlightedpkgname=dosierskanilo-gui
pkgver=0.6.0
backendver=26.9.2
pkgrel=1
pkgdesc='GTK desktop frontend for DosierSkanilo JSON data'
arch=('x86_64')
url='https://gitlab.vahanus.net/dlang/dosierskanilo-gui'
license=('custom:CC-BY-NC-SA-4.0')
depends=('gtk3' 'gstreamer')
makedepends=('ldc' 'dub' 'git')
source=("$pkgname-$pkgver.tar.gz::https://gitlab.vahanus.net/dlang/dosierskanilo-gui/-/archive/v$pkgver/dosierskanilo-gui-v$pkgver.tar.gz"
"dosierskanilo-$backendver.tar.gz::https://github.com/cschlote/DosierSkanilo/archive/refs/tags/v$backendver.tar.gz")
sha256sums=('SKIP')
prepare() {
ln -s "$srcdir/DosierSkanilo-$backendver" "$srcdir/DosierSkanilo"
}
build() {
cd "$srcdir/dosierskanilo-gui-v$pkgver"
DC=ldc2 dub build --build=release --compiler=ldc2
}
package() {
cd "$srcdir/dosierskanilo-gui-v$pkgver"
install -Dm755 build/bin/dosierskanilo-gui "$pkgdir/usr/bin/dosierskanilo-gui"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-13 13:16:06 | Low | 3 |
| 2026-09-13 13:14:45 | Medium | 2 |