asmx-stable
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 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
1
pkgname=asmx-stable
2
pkgver=29.0.0.rev1.0
3
pkgrel=1 pkgdesc="AsmX G3 Compiler - a compiler for AsmX language (stable release)"
4
arch=('any')
5
url="https://github.com/AsmXFoundation/AsmX-G3"
6
license=('MIT')
7
depends=('nodejs' 'bash')
8
makedepends=('npm' 'typescript')
9
provides=('asmx-stable')
10
conflicts=('asmx-stable' 'asmx-g3-git')
11
source=("https://github.com/AsmXFoundation/AsmX-G3/archive/refs/tags/v29.0.0-rev-1.0.tar.gz")
12
sha256sums=('54323beedcfb654d6de7e24f79ce0ee5864b4bd9884070c8568f5c03072560e3')
13
14
build() {
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
22
package() {
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) | 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 |