nodejs-elm
maintainer veramagalhaes
· 8 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The npm install uses a fixed version from the same source as the tarball in source=(), which is the official npm registry; this is a standard AUR pattern for Node.js packages and not a hidden external dependency.
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 uses a fixed version from the same source as the tarball in source=(), which is the official npm registry; this is a standard AUR pattern for Node.js packages and not a hidden external dependency.
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:23
npm install -g --user root --unsafe-perm --prefix "$pkgdir/usr" $_pkgname@$pkgver
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Vlad M. <vlad@archlinux.net>
2
# Contributor: Michael Herold <arch@michaeljherold.com>
3
# Contributer: Eduard Bopp <eduard dot bopp at aepsil0n dot de>
4
5
pkgname=nodejs-elm
6
_pkgname=elm
7
pkgver=0.19.0
8
pkgrel=2
9
pkgdesc="Binaries for the Elm programming language"
10
arch=(any)
11
url="https://www.npmjs.com/package/elm"
12
license=("BSD")
13
depends=('nodejs')
14
makedepends=('npm')
15
optdepends=(
16
'ncurses5-compat-libs: required by elm repl'
17
)
18
source=("http://registry.npmjs.org/$_pkgname/-/$_pkgname-$pkgver.tgz")
19
sha256sums=('cea3ee384b1bf34489d04854fada596648954e1f2cb2ea70789851c7b3b580ba')
20
noextract=("$_pkgname-$pkgver.tgz")
21
22
package() {
23
npm install -g --user root --unsafe-perm --prefix "$pkgdir/usr" $_pkgname@$pkgver
24
chmod -R go-w "$pkgdir" # force meaningful write permissions
25
#rm -r "$pkgdir/usr/etc"
26
}
27
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 |