dosierskanilo-gui

LOW
maintainer cschlote 0 votes scanned 2026-09-13 13:16:06.742034
View on AUR
Why flagged

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

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.

Low AI review downgraded a static finding 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)
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: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) highlighted
1pkgname=dosierskanilo-gui
2pkgver=0.6.0
3backendver=26.9.2
4pkgrel=1
5pkgdesc='GTK desktop frontend for DosierSkanilo JSON data'
6arch=('x86_64')
7url='https://gitlab.vahanus.net/dlang/dosierskanilo-gui'
8license=('custom:CC-BY-NC-SA-4.0')
9depends=('gtk3' 'gstreamer')
10makedepends=('ldc' 'dub' 'git')
11source=("$pkgname-$pkgver.tar.gz::https://gitlab.vahanus.net/dlang/dosierskanilo-gui/-/archive/v$pkgver/dosierskanilo-gui-v$pkgver.tar.gz"
12 "dosierskanilo-$backendver.tar.gz::https://github.com/cschlote/DosierSkanilo/archive/refs/tags/v$backendver.tar.gz")
13sha256sums=('SKIP')
14
15prepare() {
16 ln -s "$srcdir/DosierSkanilo-$backendver" "$srcdir/DosierSkanilo"
17}
18
19build() {
20 cd "$srcdir/dosierskanilo-gui-v$pkgver"
21 DC=ldc2 dub build --build=release --compiler=ldc2
22}
23
24package() {
25 cd "$srcdir/dosierskanilo-gui-v$pkgver"
26 install -Dm755 build/bin/dosierskanilo-gui "$pkgdir/usr/bin/dosierskanilo-gui"
27}
28

Scan history

Scanned at (UTC)SeverityRules
2026-09-13 13:16:06 Low 3
2026-09-13 13:14:45 Medium 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion