jev-axi
LOW
maintainer Quatro
0 votes
scanned 2026-09-17 21:26:26.072849
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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.
PKGBUILD
1
# Maintainer: Xavier Francisco <echo moc.liamg@ocsicnarf.n.reivax | rev>
2
3
pkgname=jev-axi
4
pkgver=0.4.2
5
pkgrel=1
6
pkgdesc="Agent-ergonomic CLI for TypeSafe's Jev: calibrated judgments (pick, rate, check, rank, triage, guard) from the shell"
7
arch=('any')
8
url="https://github.com/shiftynick/jev-axi"
9
license=('MIT')
10
depends=('nodejs>=22')
11
makedepends=('npm')
12
options=('!strip' '!debug')
13
source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
14
noextract=("$pkgname-$pkgver.tgz")
15
sha256sums=('5791e1a0df216de541527466818d7c3ca19f3fcc66eac6760b93c6c104bb3cca')
16
17
package() {
18
npm install -g --prefix "$pkgdir/usr" "$srcdir/$pkgname-$pkgver.tgz"
19
20
# npm can create directories with nondeterministic permissions.
21
find "$pkgdir/usr" -type d -exec chmod 755 {} +
22
chown -R root:root "$pkgdir"
23
24
install -Dm644 "$pkgdir/usr/lib/node_modules/$pkgname/LICENSE" \
25
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
26
}
27
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 21:26:26 | Low | 1 |