ninjam-server
maintainer osamc
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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:18
source=("git+https://www-dev.cockos.com/ninjam/ninjam.git#commit=$_commit"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: OSAMC <https://github.com/osam-cologne/archlinux-proaudio>
2
# Contributor: jakob <grandchild@gmx.net>
3
# Contributor: Florian Hülsmann <fh@cbix.de>
4
5
_name=ninjam
6
pkgname=ninjam-server
7
pkgver=0.080
8
pkgrel=2
9
# git blame -l ninjam/server/ninjamsrv.cpp | grep "#define VERSION" | cut -d ' ' -f 1
10
_commit=44c21b98042afc440af456e110f857b7947ff859
11
pkgdesc='Ninjam online jamming server'
12
arch=(aarch64 x86_64)
13
url='https://cockos.com/ninjam/'
14
license=(GPL-2.0-or-later)
15
depends=(gcc-libs)
16
makedepends=(git)
17
groups=(pro-audio)
18
source=("git+https://www-dev.cockos.com/ninjam/ninjam.git#commit=$_commit"
19
"$_name.service"
20
"$_name.sysusers")
21
sha256sums=('4f78057d1f49eb192daed33d2a9c856bf1c56326b2716d35656955bb99450470'
22
'3b88687ecfc7ec413bc530ae43a7c13f0924a9a2533c05286903e86bf46dafa0'
23
'78a06cd88f3b721237f81436fc8653b5dc6d29ce25eb4ccf1179a51b77b9b4cc')
24
backup=("etc/$_name.cfg")
25
26
prepare() {
27
cd $_name/$_name/server
28
sed -i 's:cclicense\.txt:/usr/share/ninjam-server/cclicense.txt:' example.cfg
29
}
30
31
build() {
32
cd $_name/$_name/server
33
# Makefile is not including outside flags
34
make CXXFLAGS="$CXXFLAGS $LDFLAGS"
35
}
36
37
package() {
38
install -vDm644 $_name.sysusers "$pkgdir"/usr/lib/sysusers.d/$_name.conf
39
install -vDm644 $_name.service -t "$pkgdir"/usr/lib/systemd/system
40
cd $_name/$_name/server
41
install -vDm755 ninjamsrv -t "$pkgdir"/usr/bin
42
install -vDm644 example.cfg "$pkgdir"/etc/$_name.cfg
43
install -vDm644 cclicense.txt -t "$pkgdir"/usr/share/$pkgname
44
}
45
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 |