ninjam-server
The source is a git repository from a plausibly official but non-standard host (www-dev.cockos.com), used to build the project's own code, which is a normal AUR practice; the host deviation is likely for development access, not malicious intent.
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 a plausibly official but non-standard host (www-dev.cockos.com), used to build the project's own code, which is a normal AUR practice; the host deviation is likely for development access, not malicious intent.
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:18
source=("git+https://www-dev.cockos.com/ninjam/ninjam.git#commit=$_commit"
PKGBUILD
1 offending line(s) highlighted# Maintainer: OSAMC <https://github.com/osam-cologne/archlinux-proaudio>
# Contributor: jakob <grandchild@gmx.net>
# Contributor: Florian Hülsmann <fh@cbix.de>
_name=ninjam
pkgname=ninjam-server
pkgver=0.080
pkgrel=2
# git blame -l ninjam/server/ninjamsrv.cpp | grep "#define VERSION" | cut -d ' ' -f 1
_commit=44c21b98042afc440af456e110f857b7947ff859
pkgdesc='Ninjam online jamming server'
arch=(aarch64 x86_64)
url='https://cockos.com/ninjam/'
license=(GPL-2.0-or-later)
depends=(gcc-libs)
makedepends=(git)
groups=(pro-audio)
source=("git+https://www-dev.cockos.com/ninjam/ninjam.git#commit=$_commit"
"$_name.service"
"$_name.sysusers")
sha256sums=('4f78057d1f49eb192daed33d2a9c856bf1c56326b2716d35656955bb99450470'
'3b88687ecfc7ec413bc530ae43a7c13f0924a9a2533c05286903e86bf46dafa0'
'78a06cd88f3b721237f81436fc8653b5dc6d29ce25eb4ccf1179a51b77b9b4cc')
backup=("etc/$_name.cfg")
prepare() {
cd $_name/$_name/server
sed -i 's:cclicense\.txt:/usr/share/ninjam-server/cclicense.txt:' example.cfg
}
build() {
cd $_name/$_name/server
# Makefile is not including outside flags
make CXXFLAGS="$CXXFLAGS $LDFLAGS"
}
package() {
install -vDm644 $_name.sysusers "$pkgdir"/usr/lib/sysusers.d/$_name.conf
install -vDm644 $_name.service -t "$pkgdir"/usr/lib/systemd/system
cd $_name/$_name/server
install -vDm755 ninjamsrv -t "$pkgdir"/usr/bin
install -vDm644 example.cfg "$pkgdir"/etc/$_name.cfg
install -vDm644 cclicense.txt -t "$pkgdir"/usr/share/$pkgname
}
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 |