mksh-static-git
maintainer HoaS
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source uses a GitHub URL for a git checkout of the official mksh repository, which is a legitimate development source; building from the project's own repository, even on a non-whitelisted host, is normal for AUR packages and poses low 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 uses a GitHub URL for a git checkout of the official mksh repository, which is a legitimate development source; building from the project's own repository, even on a non-whitelisted host, is normal for AUR packages and poses 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:18
'https://www.mirbsd.org/TaC-mksh.txt')
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Matthew T Hoare <matthew dot t dot hoare at gmail dot com>
2
# Contributor: Thorsten Töpper <atsutane-tu@freethoughts.de>
3
# Contributor: Daniel Hommel <dhommel@gmail.com>
4
5
pkgname=mksh-static-git
6
_pkgname=mksh
7
_pkgver=R56c
8
pkgver=56.r3204.1474437
9
pkgrel=1
10
pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh (static build, linked with musl; development version)'
11
url='https://www.mirbsd.org/mksh.htm'
12
license=('custom')
13
arch=('i686' 'x86_64')
14
makedepends=('git' 'musl')
15
conflicts=('mksh' 'mksh-static' 'mksh-git')
16
install=mksh.install
17
source=('mksh::git+http://github.com/MirBSD/mksh#branch=master'
18
'https://www.mirbsd.org/TaC-mksh.txt')
19
sha512sums=('SKIP'
20
'14ec4ad9822e4c93bd036ba71fb6e1e77e9c36cbcea18c0c72e90f18d132382ef9a2a430425b93a4aa2693bfb4ca9ceeb0a86a99652075c1692d89b6a92ddce8')
21
22
pkgver() {
23
cd "$_pkgname"
24
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
25
}
26
27
check() {
28
cd "$srcdir/$_pkgname"
29
./test.sh
30
}
31
32
build() {
33
cd "$srcdir/$_pkgname"
34
CC='musl-gcc -static' sh Build.sh -r
35
}
36
37
package() {
38
cd "$srcdir/$_pkgname"
39
install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
40
install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
41
install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
42
install -D -m 644 "$srcdir/TaC-mksh.txt" "$pkgdir/usr/share/licenses/mksh-static-git/TaC-mksh.txt"
43
}
44
45
# vim:set ts=2 sw=2 et:
46
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 |