asmx-official

maintainer TaiHusk · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The npm install commands in build() are for dev dependencies (TypeScript, @types/node) required to build the project from its own source; the package installs only the built code from the verified upstream source tarball, posing no remote code execution or 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, @types/node) required to build the project from its own source; the package installs only the built code from the verified upstream source tarball, posing no remote code execution or 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-official
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-official' '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-official" .
25 rm -f "$pkgdir/usr/lib/node_modules/asmx-official/node_modules/.bin/asmx"
26 rm -rf "$pkgdir/usr/lib/node_modules/asmx-official/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-official/"
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-official/node_modules/"
31 chmod 755 "$pkgdir/usr/lib/node_modules/asmx-official/bin/asmx"
32 install -dm755 "$pkgdir/usr/bin"
33 ln -sf "/usr/lib/node_modules/asmx-official/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-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

Report a package

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

0 / 4000
Your suggestion