asmx-stable

LOW
maintainer TaiHusk 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The npm install commands in build() are for dev dependencies (TypeScript and @types/node) required to build the project from source, and the main package is installed from the verified GitHub source tarball; this is normal for Node.js projects and not a supply-chain 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 in build() are for dev dependencies (TypeScript and @types/node) required to build the project from source, and the main package is installed from the verified GitHub source tarball; this is normal for Node.js projects and not a supply-chain 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:17 npm install --save-dev typescript
  • PKGBUILD:18 npm install --save-dev @types/node

PKGBUILD

2 offending line(s) highlighted
1pkgname=asmx-stable
2pkgver=29.0.0.rev1.0
3pkgrel=1 pkgdesc="AsmX G3 Compiler - a compiler for AsmX language (stable release)"
4arch=('any')
5url="https://github.com/AsmXFoundation/AsmX-G3"
6license=('MIT')
7depends=('nodejs' 'bash')
8makedepends=('npm' 'typescript')
9provides=('asmx-stable')
10conflicts=('asmx-stable' 'asmx-g3-git')
11source=("https://github.com/AsmXFoundation/AsmX-G3/archive/refs/tags/v29.0.0-rev-1.0.tar.gz")
12sha256sums=('54323beedcfb654d6de7e24f79ce0ee5864b4bd9884070c8568f5c03072560e3')
13
14build() {
15 cd "$srcdir/AsmX-G3-29.0.0-rev-1.0"
16 npm install --ignore-scripts
17 npm install --save-dev typescript
18 npm install --save-dev @types/node
19 npm run build
20}
21
22package() {
23 cd "$srcdir/AsmX-G3-29.0.0-rev-1.0"
24 npm install --ignore-scripts --prefix "$pkgdir/usr/lib/node_modules/asmx-stable" .
25 rm -f "$pkgdir/usr/lib/node_modules/asmx-stable/node_modules/.bin/asmx"
26 rm -rf "$pkgdir/usr/lib/node_modules/asmx-stable/node_modules/asmx"
27 cp -r --no-preserve=mode,ownership "$srcdir/AsmX-G3-29.0.0-rev-1.0/src/." \
28 "$pkgdir/usr/lib/node_modules/asmx-stable/"
29 cp -r --no-preserve=mode,ownership "$srcdir/AsmX-G3-29.0.0-rev-1.0/node_modules/." \
30 "$pkgdir/usr/lib/node_modules/asmx-stable/node_modules/"
31 chmod 755 "$pkgdir/usr/lib/node_modules/asmx-stable/bin/asmx"
32 install -dm755 "$pkgdir/usr/bin"
33 ln -sf "/usr/lib/node_modules/asmx-stable/bin/asmx" "$pkgdir/usr/bin/asmx"
34 find "$pkgdir" -name package.json -print0 | xargs -r -0 sed -i '/_where/d'
35 install -Dm644 "$srcdir/AsmX-G3-29.0.0-rev-1.0/README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
36}

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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