ninjam-server

LOW
maintainer osamc 0 votes scanned 2026-09-17 00:27:14.276658
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
6pkgname=ninjam-server
7pkgver=0.080
8pkgrel=2
9# git blame -l ninjam/server/ninjamsrv.cpp | grep "#define VERSION" | cut -d ' ' -f 1
10_commit=44c21b98042afc440af456e110f857b7947ff859
11pkgdesc='Ninjam online jamming server'
12arch=(aarch64 x86_64)
13url='https://cockos.com/ninjam/'
14license=(GPL-2.0-or-later)
15depends=(gcc-libs)
16makedepends=(git)
17groups=(pro-audio)
18source=("git+https://www-dev.cockos.com/ninjam/ninjam.git#commit=$_commit"
19 "$_name.service"
20 "$_name.sysusers")
21sha256sums=('4f78057d1f49eb192daed33d2a9c856bf1c56326b2716d35656955bb99450470'
22 '3b88687ecfc7ec413bc530ae43a7c13f0924a9a2533c05286903e86bf46dafa0'
23 '78a06cd88f3b721237f81436fc8653b5dc6d29ce25eb4ccf1179a51b77b9b4cc')
24backup=("etc/$_name.cfg")
25
26prepare() {
27 cd $_name/$_name/server
28 sed -i 's:cclicense\.txt:/usr/share/ninjam-server/cclicense.txt:' example.cfg
29}
30
31build() {
32 cd $_name/$_name/server
33 # Makefile is not including outside flags
34 make CXXFLAGS="$CXXFLAGS $LDFLAGS"
35}
36
37package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion