kstart
maintainer grawity
· 13 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a project-related but non-standard host; however, it is the official project source, signed with a verifiable PGP key, and the package builds from source, posing minimal risk.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from a project-related but non-standard host; however, it is the official project source, signed with a verifiable PGP key, and the package builds from source, posing minimal 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=("https://archives.eyrie.org/software/kerberos/$pkgname-$pkgver.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Mantas Mikulėnas <grawity@gmail.com>
2
pkgname=kstart
3
pkgver=4.3
4
pkgrel=9
5
pkgdesc="Kerberos kinit supporting AFS and ticket refreshing"
6
arch=(i686 x86_64)
7
url="https://www.eyrie.org/~eagle/software/kstart/"
8
license=(custom)
9
depends=(keyutils krb5)
10
provides=(k5start=$pkgver krenew=$pkgver)
11
source=("https://archives.eyrie.org/software/kerberos/$pkgname-$pkgver.tar.gz"
12
"https://archives.eyrie.org/software/kerberos/$pkgname-$pkgver.tar.gz.asc"
13
"krenew.service"
14
"kstart.service"
15
"nm-dispatcher.sh")
16
sha256sums=('9527702a48789084e314e5c08d4115129467ca7ef25983d7214c9439d31ef2a6'
17
'SKIP'
18
'8cfb9591164038d05f37e52d95236969992b8ca7c74c4cfe59617119f96b3efd'
19
'df137ddc008f547aef9593e467d423f138030be545f74df034a74bbd97fbfc69'
20
'514010cea54d80d1d41fe1885dbdd49225e52192be466e88979f91bac37c8022')
21
validpgpkeys=('E784364E8DDE7BB370FBD9EAD15D313882004173')
22
23
build() {
24
cd "$srcdir/$pkgname-$pkgver"
25
./configure --prefix=/usr --sysconfdir=/etc
26
make
27
}
28
29
package() {
30
cd "$srcdir/$pkgname-$pkgver"
31
make DESTDIR="$pkgdir" install
32
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
33
34
cd "$srcdir"
35
install -Dm644 krenew.service "$pkgdir"/usr/lib/systemd/user/krenew.service
36
install -Dm644 kstart.service "$pkgdir"/usr/lib/systemd/user/kstart.service
37
install -Dm755 nm-dispatcher.sh "$pkgdir"/usr/lib/NetworkManager/dispatcher.d/80-k5start
38
}
39
40
# vim: ts=2:sw=2:et:ft=sh
41
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |