9base-git
The source is a git repository from git.suckless.org, a well-known and trusted hosting site for suckless projects; building from source is standard practice and the host, while not universally whitelisted, is legitimate and project-associated.
Triggered rules
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 git repository from git.suckless.org, a well-known and trusted hosting site for suckless projects; building from source is standard practice and the host, while not universally whitelisted, is legitimate and project-associated.
1 higher static finding superseded - not the current verdict (shown for transparency)
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=("$pkgname::git+https://git.suckless.org/9base" 9 plan9.sh)
PKGBUILD
1 offending line(s) highlighted# Maintainer:
# Contributor: Army
# Contributor: aksr <aksr at t-com dot me>
pkgname=9base-git
pkgver=20190913.117
pkgrel=1
pkgdesc="Port of various original Plan9 tools to unix"
arch=('i686' 'x86_64')
url="https://tools.suckless.org/9base"
license=('custom')
depends=(sh)
makedepends=('git')
provides=('9base' 'plan9')
conflicts=('9base')
source=("$pkgname::git+https://git.suckless.org/9base" 9 plan9.sh)
md5sums=('SKIP'
'ae7108b9f26bed388e9055f35eef2986'
'0fa02cbcca0bc4584d7378f13ec1a1de')
sha256sums=('SKIP'
'1da13555dc798787a73bfdfe44ded76bc007b8a0ab5fd5f8fea88cd4ae870b1e'
'e81ac6d0ebe2dd0237d570145a6f5a43d409b92a6b334107a4b97a68e00258df')
pkgver() {
cd "$srcdir/$pkgname"
echo "$(git log -1 --format="%cd" --date=short | sed 's|-||g').$(git rev-list --count master)"
}
prepare() {
cd "$srcdir/$pkgname"
CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
case $CARCH in
i686) sed -i 's#^OBJTYPE\s.*$#OBJTYPE = 386#' config.mk ;;
x86_64) sed -i 's#^OBJTYPE\s.*$#OBJTYPE = x86_64#' config.mk ;;
esac
sed -i 's#^PREFIX\s.*$#PREFIX = /opt/plan9#' config.mk
sed -i 's#^CFLAGS\s*+=#CFLAGS += -DPLAN9PORT #' config.mk
# Force dynamic linking. Several of the programs in 9base won't work
# when statically linked against the latest glibc.
sed -i '/-static/d' config.mk
}
build() {
cd "$srcdir/$pkgname"
make
}
package() {
cd "$srcdir/$pkgname"
make DESTDIR="$pkgdir" install
install -Dm755 ../9 "$pkgdir/opt/plan9/bin/"
install -Dm755 ../plan9.sh "$pkgdir/etc/profile.d/plan9.sh"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |