kewt-bin
maintainer n0va
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a POSIX shell script from the project's own release infrastructure on a personal domain; while the host is not standard, the script is the project's own source, and the worst case of a swap is limited to code execution within the script's intended function, which is low risk for a minimalist site generator.
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 package downloads a POSIX shell script from the project's own release infrastructure on a personal domain; while the host is not standard, the script is the project's own source, and the worst case of a swap is limited to code execution within the script's intended function, which is low risk for a minimalist site generator.
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:12
source=("${pkgname}-${pkgver}.sh::https://git.krzak.org/N0VA/kewt/releases/download/v${pkgver}/kewt"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: n0va <n0va@krzak.org>
2
pkgname=kewt-bin
3
pkgver=1.6.7
4
pkgrel=1
5
pkgdesc="A minimalist, 100% POSIX, static site generator inspired by werc and kew"
6
arch=('any')
7
url="https://kewt.krzak.org"
8
license=('ISC')
9
depends=('sh')
10
provides=('kewt')
11
conflicts=('kewt' 'kewt-git')
12
source=("${pkgname}-${pkgver}.sh::https://git.krzak.org/N0VA/kewt/releases/download/v${pkgver}/kewt"
13
"${pkgname}-${pkgver}.bash::https://git.krzak.org/N0VA/kewt/releases/download/v${pkgver}/kewt.bash")
14
sha256sums=('92326e979aa3d58441842b43f9fa9a98abda0f06fe08a8331ef16b9516cdddc7' 'SKIP')
15
16
build() {
17
chmod +x "${srcdir}/${pkgname}-${pkgver}.sh"
18
}
19
20
package() {
21
install -Dm755 "${srcdir}/${pkgname}-${pkgver}.sh" "${pkgdir}/usr/bin/kewt"
22
install -d "${pkgdir}/usr/share/zsh/site-functions"
23
"${pkgdir}/usr/bin/kewt" --dump-zsh-completions > "${pkgdir}/usr/share/zsh/site-functions/_kewt"
24
install -Dm644 "${srcdir}/${pkgname}-${pkgver}.bash" "${pkgdir}/usr/share/bash-completion/completions/kewt"
25
}
26
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 |