bitburner

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

The npm install and npx commands are used to build the project from its own source code, not to execute arbitrary remote code; the source is a tagged git repository of the official project, making this a normal and safe AUR packaging practice.

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 and npx commands are used to build the project from its own source code, not to execute arbitrary remote code; the source is a tagged git repository of the official project, making this a normal and safe AUR packaging practice.

2 higher static findings 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:25 npm install -C electron
Medium npx/bunx/deno executes a remote package remote_code_tool

`npx`/`bunx`/`pnpm dlx`/`deno run <url>` downloads AND runs a remote package at build time — the moral equivalent of piping a download into a shell. Severity downgraded: Node.js consumer context.

  • PKGBUILD:29 npx electron-packager .package bitburner --out .build --overwrite --icon .package/icon.png

PKGBUILD

2 offending line(s) highlighted
1# Maintainer: Konsonanz <maximilian.lehmann@protonmail.com>
2pkgname=bitburner
3pkgver=2.8.1
4pkgrel=4
5pkgdesc="Bitburner is a programming-based incremental game"
6arch=('x86_64')
7url="https://github.com/bitburner-official/bitburner-src"
8license=('Apache')
9depends=('electron')
10makedepends=('git' 'npm')
11optdepends=('steam: achievement support'
12 'steam-native-runtime: achievement support')
13source=("git+$url#tag=v$pkgver"
14 "bitburner.desktop")
15sha256sums=('SKIP'
16 '67afcadd5c5d826303611ad579f7dbbad9446d7ca684ee647ec2242402b361f3')
17
18build() {
19 cd "bitburner-src"
20
21 # Cannot use ./tools/package-electron.sh here since it builds for
22 # all targets and archs; no linux-only support yet (again)
23 mkdir .package
24 npm install
25 npm install -C electron
26 npm run build
27 cp -r .app/* electron/* .package
28
29 npx electron-packager .package bitburner --out .build --overwrite --icon .package/icon.png
30}
31
32package() {
33 install -dm755 "$pkgdir"/{opt,usr/bin}
34 cp -dr --no-preserve='ownership' "bitburner-src/.build/bitburner-linux-x64" "$pkgdir/opt/$pkgname"
35 chmod 755 "$pkgdir/opt/$pkgname"
36 ln -s "/opt/$pkgname/resources/app/steam_appid.txt" "$pkgdir/opt/$pkgname/steam_appid.txt"
37 ln -s "/opt/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
38
39 install -Dm644 "bitburner-src/assets/Steam/logo.svg" "$pkgdir/usr/share/icons/hicolor/scalable/apps/$pkgname.svg"
40 install -Dm644 bitburner.desktop "$pkgdir/usr/share/applications/$pkgname.desktop"
41}
42

Scan history

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

Report a package

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

0 / 4000
Your suggestion