mksh-git
maintainer severach
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The non-standard host is used only to download a license text file (TaC-mksh.txt), which is not executable and poses no code execution 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 non-standard host is used only to download a license text file (TaC-mksh.txt), which is not executable and poses no code execution 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:20
'http://www.mirbsd.org/TaC-mksh.txt')
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Chris Severance aur.severach aATt spamgourmet dott com
2
# Contributor: Matthew T Hoare <matthew dot t dot hoare at gmail dot com>
3
# Contributor: Thorsten Töpper <atsutane-tu@freethoughts.de>
4
# Contributor: Daniel Hommel <dhommel@gmail.com>
5
6
pkgname='mksh-git'
7
pkgver=59.c.r4059.af3021fe
8
pkgrel=1
9
pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
10
arch=('i686' 'x86_64')
11
url='https://www.mirbsd.org/mksh.htm'
12
license=('MirOS')
13
depends=('glibc') # Make namcap happy.
14
makedepends=('git')
15
provides=("mksh=${pkgver%%.r*}")
16
conflicts=('mksh' 'mksh-static' 'mksh-static-git')
17
install='mksh.install'
18
_srcdir=mksh
19
source=('mksh::git+http://github.com/MirBSD/mksh#branch=master'
20
'http://www.mirbsd.org/TaC-mksh.txt')
21
md5sums=('SKIP'
22
'979d7a8996302276c2f68eac95fbc56a')
23
sha256sums=('SKIP'
24
'71952bd3572dd9f0df3bc29e72b601178871756c18908e67e856fa5c7e30d58f')
25
26
pkgver() {
27
cd "${_srcdir}"
28
local _v
29
_v="$(git show-ref --tags | grep -Eoe 'mksh-R.*$' | tail -1)"
30
_v="${_v#mksh-R}"
31
if [[ "${_v}" =~ ^([0-9]+)([a-z])$ ]]; then
32
_v="${BASH_REMATCH[1]}.${BASH_REMATCH[2]}" # Dotted so that 59.a > 59 https://aur.archlinux.org/packages/mksh#comment-987460
33
fi
34
printf '%s.r%s.%s' "${_v}" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
35
}
36
37
build() {
38
cd "${_srcdir}"
39
sh 'Build.sh' -r
40
}
41
42
check() {
43
cd "${_srcdir}"
44
./test.sh
45
}
46
47
package() {
48
cd "${_srcdir}"
49
install -D -m755 'mksh' "${pkgdir}/usr/bin/mksh"
50
install -D -m644 'mksh.1' "${pkgdir}/usr/share/man/man1/mksh.1"
51
install -D -m644 'dot.mkshrc' "${pkgdir}/etc/skel/.mkshrc"
52
install -D -m644 "${srcdir}/TaC-mksh.txt" "${pkgdir}/usr/share/licenses/mksh-git/TaC-mksh.txt"
53
}
54
55
# vim:set ts=2 sw=2 et:
56
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 |