asmx-official
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
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)
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) highlightedpkgname=asmx-official
pkgver=29.0.0.rev1.0
pkgrel=1 pkgdesc="AsmX G3 Compiler - a compiler for AsmX language (stable release)"
arch=('any')
url="https://github.com/AsmXFoundation/AsmX-G3"
license=('MIT')
depends=('nodejs' 'bash')
makedepends=('npm' 'typescript')
provides=('asmx-stable')
conflicts=('asmx-official' 'asmx-stable' 'asmx-g3-git')
source=("https://github.com/AsmXFoundation/AsmX-G3/archive/refs/tags/v29.0.0-rev-1.0.tar.gz")
sha256sums=('54323beedcfb654d6de7e24f79ce0ee5864b4bd9884070c8568f5c03072560e3')
build() {
cd "$srcdir/AsmX-G3-29.0.0-rev-1.0"
npm install --ignore-scripts
npm install --save-dev typescript
npm install --save-dev @types/node
npm run build
}
package() {
cd "$srcdir/AsmX-G3-29.0.0-rev-1.0"
npm install --ignore-scripts --prefix "$pkgdir/usr/lib/node_modules/asmx-official" .
rm -f "$pkgdir/usr/lib/node_modules/asmx-official/node_modules/.bin/asmx"
rm -rf "$pkgdir/usr/lib/node_modules/asmx-official/node_modules/asmx"
cp -r --no-preserve=mode,ownership "$srcdir/AsmX-G3-29.0.0-rev-1.0/src/." \
"$pkgdir/usr/lib/node_modules/asmx-official/"
cp -r --no-preserve=mode,ownership "$srcdir/AsmX-G3-29.0.0-rev-1.0/node_modules/." \
"$pkgdir/usr/lib/node_modules/asmx-official/node_modules/"
chmod 755 "$pkgdir/usr/lib/node_modules/asmx-official/bin/asmx"
install -dm755 "$pkgdir/usr/bin"
ln -sf "/usr/lib/node_modules/asmx-official/bin/asmx" "$pkgdir/usr/bin/asmx"
find "$pkgdir" -name package.json -print0 | xargs -r -0 sed -i '/_where/d'
install -Dm644 "$srcdir/AsmX-G3-29.0.0-rev-1.0/README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |