dash-static-musl
maintainer Aleksej
· 10 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the upstream project's official host, which is plausibly maintained by the author; building from source is normal AUR practice, and the host, while not standard, is the project's canonical location.
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 the upstream project's official host, which is plausibly maintained by the author; building from source is normal AUR practice, and the host, while not standard, is the project's canonical location.
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:16
source=("http://gondor.apana.org.au/~herbert/dash/files/${_pkgbase}-${pkgver}.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Aleksej Kovura <aur-b1a3 at mekboy dot ru>
2
# Adapted from: Jens Staal <staal1978@gmail.com>
3
4
pkgname=dash-static-musl
5
_pkgbase=dash
6
pkgver=0.5.13.4
7
pkgrel=3
8
pkgdesc="A POSIX compliant shell that aims to be as small as possible"
9
arch=('x86_64' 'aarch64')
10
url="http://gondor.apana.org.au/~herbert/dash/"
11
license=('BSD')
12
provides=("$_pkgbase")
13
conflicts=("$_pkgbase")
14
makedepends=('musl' 'clang' 'make') #we are static. The Arch libedit package has stopped to ship the static library :(
15
install=dash.install
16
source=("http://gondor.apana.org.au/~herbert/dash/files/${_pkgbase}-${pkgver}.tar.gz")
17
sha512sums=('383d0ea8316fea3ce523dc535173a94a22e58bfaec2dec3309d3496a864e5e67711965563db82e7e181f8d7b67a25033107b4c9453c3d6b3820c6586d1f99675')
18
b2sums=('3c774e3e084c9f6c3b3e2cbb44d915c579379bdeccb9c0974bb6424d371ada06e3387df518ffbb5ba1e9722860d390fc014a9d84833d11dd814a403f3e96cee6')
19
20
build() {
21
cd "${_pkgbase}-${pkgver}"
22
export CC="musl-clang"
23
export CFLAGS="$CFLAGS -Os"
24
./configure \
25
--enable-static \
26
--prefix=/usr \
27
--bindir=/usr/bin \
28
--mandir=/usr/share/man \
29
--exec-prefix=""
30
# --with-libedit # disabled libedit for now
31
make V=1
32
}
33
34
package() {
35
cd "${srcdir}/${_pkgbase}-${pkgver}"
36
make DESTDIR="${pkgdir}" install
37
install -m644 -D COPYING ${pkgdir}/usr/share/licenses/${_pkgbase}/COPYING
38
}
39
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 |