sash
maintainer baboon
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
Source tarball is fetched from the project author's own domain (canb.auug.org.au/~dbell) matching the declared upstream URL, built from source with a checksum provided; the non-standard host is simply the project's personal site, not an unrelated file-sharing service, so risk is minimal though the host is not a major forge.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 70%): Source tarball is fetched from the project author's own domain (canb.auug.org.au/~dbell) matching the declared upstream URL, built from source with a checksum provided; the non-standard host is simply the project's personal site, not an unrelated file-sharing service, so risk is minimal though the host is not a major forge.
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
https://www.canb.auug.org.au/~dbell/programs/${pkgname}-${pkgver}.tar.gz
PKGBUILD
1 offending line(s) highlighted
1
pkgname=sash
2
pkgver=3.8
3
pkgrel=1
4
pkgdesc='A small (static) UNIX Shell ()'
5
url='https://www.canb.auug.org.au/~dbell/'
6
arch=(x86_64)
7
license=(
8
custom
9
)
10
11
depends=(
12
zlib-static
13
)
14
15
source=(
16
https://www.canb.auug.org.au/~dbell/programs/${pkgname}-${pkgver}.tar.gz
17
)
18
19
sha512sums=('e544721dbb5d13d2184531a2caa4b90fb29fc360e2b80f64adb2433cbe4e5588171f3567bde03b520fbe7cbd0f3007e0e9c9c41cb16570709b03cedc2dfbe291')
20
21
# prepare() {
22
# cd ${pkgname}-${pkgver}
23
# sed -i '/-static/d' Makefile
24
# }
25
26
build() {
27
cd ${pkgname}-${pkgver}
28
make
29
}
30
31
package() {
32
cd ${pkgname}-${pkgver}
33
install -Dm 0755 sash "${pkgdir}"/usr/bin/sash
34
install -Dm 0644 sash.1 "${pkgdir}"/usr/share/man/man1/sash.1
35
}
36
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 3 |
| 2026-08-17 00:18:29 | LOW | 3 |
| 2026-08-16 00:03:42 | LOW | 3 |
| 2026-08-15 00:26:13 | LOW | 3 |
| 2026-08-14 00:03:41 | LOW | 3 |
| 2026-08-13 00:17:07 | LOW | 3 |
| 2026-08-12 03:25:52 | LOW | 3 |
| 2026-08-12 03:22:23 | MEDIUM | 2 |