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>
2pkgname=nitro-ai-judge-cli
3pkgver=2.2.1
4pkgrel=2
5pkgdesc="CLI client for judge.nitro-ai.org"
6arch=('any')
7url="https://github.com/MihneaTeodorStoica/nitro-ai-judge-cli"
8license=('custom:unknown')
9depends=('python')
10conflicts=('naji-cli')
11makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel')
12optdepends=(
13 'docker: required for naji play commands'
14 'docker-compose: required for docker compose support used by play commands'
15)
16source=("$pkgname::git+https://github.com/MihneaTeodorStoica/nitro-ai-judge-cli.git#tag=v${pkgver}")
17sha256sums=('SKIP')
18
19build() {
20 cd "$pkgname"
21 python -m build --wheel --no-isolation
22}
23
24package() {
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)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion