nodejs-gitbook
maintainer orphaned
· 5 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The npm install commands use declared, version-pinned packages from the official npm registry, which are also provided in the source array; this is standard practice for node packages on AUR and poses no additional risk.
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 npm install commands use declared, version-pinned packages from the official npm registry, which are also provided in the source array; this is standard practice for node packages on AUR and poses no additional risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
npm/yarn/pnpm install of an undeclared external package
npm_install_external
Runs `npm/yarn/pnpm install <package>` for a package not in source=(), pulling unpinned, unreviewed code at build time. Severity downgraded: the package declares/looks like a Node.js consumer, where build-time installs are expected.
-
PKGBUILD:32
npm install --user root -g --prefix "$pkgdir/usr" $_npmname@$_npmver -
PKGBUILD:33
npm install --user root -g --prefix "$pkgdir/usr" $_npmname2@$_npmver2
PKGBUILD
2 offending line(s) highlighted
1
# Maintainer: Shengyu Zhang <la@archlinuxcn.org>
2
# Contributor: Will Price <will.price94@gmail.com>
3
4
_npmname=gitbook
5
_npmver=3.2.2
6
_npmname2=gitbook-cli
7
_npmver2=2.3.2
8
pkgname=nodejs-$_npmname
9
pkgver=$_npmver
10
pkgrel=4
11
pkgdesc='Library and cmd utility to generate GitBooks'
12
arch=(any)
13
url='http://www.gitbook.io/'
14
license=()
15
makedepends=('npm' 'git')
16
depends=('nodejs')
17
optdepends=('nodejs-svgexport: SVG support')
18
provides=('nodejs-gitbook')
19
conflicts=('nodejs-gitbook-cli')
20
source=("http://registry.npmjs.org/$_npmname/-/$_npmname-$_npmver.tgz"
21
"http://registry.npmjs.org/$_npmname2/-/$_npmname2-$_npmver2.tgz")
22
noextract=("$_npmname-$_npmver.tgz"
23
"$_npmname2-$_npmver2.tgz")
24
sha256sums=('7424da266d9878dd80a1c99b8e1bc12b94bf7cfc3933ff62f6d86639d63c4f21'
25
'e11af44f5d5b4491b242e81b1b3bffd356164ae7b46f4dbc21746cf8e07bac90')
26
27
package() {
28
cd $srcdir
29
local _npmdir="$pkgdir/usr/lib/node_modules/"
30
mkdir -p $_npmdir
31
cd $_npmdir
32
npm install --user root -g --prefix "$pkgdir/usr" $_npmname@$_npmver
33
npm install --user root -g --prefix "$pkgdir/usr" $_npmname2@$_npmver2
34
35
chmod 755 $_npmdir$_npmname
36
}
37
38
# vim:set ts=2 sw=2 et:
39
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 |