nitro-ai-judge-cli
maintainer razv
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from the project's own GitHub source, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.
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
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from the project's own GitHub source, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: Răzvan <aurstuff@razv.xyz>
2
pkgname=nitro-ai-judge-cli
3
pkgver=2.2.1
4
pkgrel=2
5
pkgdesc="CLI client for judge.nitro-ai.org"
6
arch=('any')
7
url="https://github.com/MihneaTeodorStoica/nitro-ai-judge-cli"
8
license=('custom:unknown')
9
depends=('python')
10
conflicts=('naji-cli')
11
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel')
12
optdepends=(
13
'docker: required for naji play commands'
14
'docker-compose: required for docker compose support used by play commands'
15
)
16
source=("$pkgname::git+https://github.com/MihneaTeodorStoica/nitro-ai-judge-cli.git#tag=v${pkgver}")
17
sha256sums=('SKIP')
18
19
build() {
20
cd "$pkgname"
21
python -m build --wheel --no-isolation
22
}
23
24
package() {
25
cd "$pkgname"
26
python -m installer --destdir="$pkgdir" dist/*.whl
27
mv "$pkgdir/usr/bin/naij" "$pkgdir/usr/bin/naji"
28
rm -f "$pkgdir/usr/bin/nitro-cli"
29
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
30
}
31
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 09:29:42 | LOW | 2 |