nosqlbooster-mongodb

maintainer Dani0x1B · 16 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package downloads a prebuilt AppImage from a non-standard host (s3.nosqlbooster.com), which is not on common trust lists; while likely the project's official release, the AppImage is an unverifiable executable artifact that could be swapped if the host is compromised, posing a supply-chain risk.

Triggered rules

MEDIUM source=() URL on a non-standard host source_untrusted_domain

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

  • PKGBUILD:13 source=(nsqlb4m-${pkgver}.AppImage::https://s3.nosqlbooster.com/download/releasesv${_majorver}/nosqlbooster4mongo-${pkgver}-x64.AppImage
MEDIUM AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a prebuilt AppImage from a non-standard host (s3.nosqlbooster.com), which is not on common trust lists; while likely the project's official release, the AppImage is an unverifiable executable artifact that could be swapped if the host is compromised, posing a supply-chain risk.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Daniel Escoz <darkhogg+aur.nosqlbooster-mongodb@gmail.com>
2pkgname=nosqlbooster-mongodb
3pkgver=11.0.5
4_majorver="$(echo $pkgver | sed -E 's/\..+$//')"
5pkgrel=1
6pkgdesc="Shell-centric GUI tool for MongoDB"
7arch=('x86_64')
8url="https://nosqlbooster.com"
9license=('custom')
10depends=(gconf libnotify libxss libxtst)
11makedepends=()
12optdepends=()
13source=(nsqlb4m-${pkgver}.AppImage::https://s3.nosqlbooster.com/download/releasesv${_majorver}/nosqlbooster4mongo-${pkgver}-x64.AppImage
14 LICENSE)
15noextract=(nsqlb4m-${pkgver}.AppImage)
16md5sums=('be6bc837136594c8f2f02e4bd9b853a1'
17 'fab008e596133037239e4a206bba3ccf')
18sha1sums=('3e2ca00c2d11a8042872c5c18a5578678f12d97f'
19 'de718440354eb3c4844eda1b90bf092dcec4cf87')
20sha256sums=('38e200f79099ba0b4e223578e5078a719e0d6c6f49661ec3011eb58059f11651'
21 '1640d17baeee24279f7d998719e37a331c8e12627c755b4b250f1c95b16f032f')
22
23build() {
24 cd "$srcdir"
25
26 chmod +x nsqlb4m-${pkgver}.AppImage
27 ./nsqlb4m-${pkgver}.AppImage --appimage-extract
28
29 chmod +x 'squashfs-root/nosqlbooster4mongo'
30
31 sed -E \
32 -e '/X-/d' \
33 -e 's#^Exec=.*$#Exec=/opt/nosqlbooster-mongodb/nosqlbooster4mongo#' \
34 -i 'squashfs-root/nosqlbooster4mongo.desktop'
35}
36
37package() {
38 cd "$srcdir"
39
40 install -d "${pkgdir}/opt"
41 cp -r "squashfs-root/." "${pkgdir}/opt/nosqlbooster-mongodb/"
42 rm -rf "${pkgdir}/opt/nosqlbooster-mongodb/usr/share"
43
44 install -d "${pkgdir}/usr"
45 cp -r "squashfs-root/usr/share/." "${pkgdir}/usr/share/"
46
47 install -D 'squashfs-root/nosqlbooster4mongo.desktop' "${pkgdir}/usr/share/applications/nosqlbooster4mongo.desktop"
48 find "$pkgdir" -type d -exec chmod 755 {} +
49
50 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
51
52 install -d "${pkgdir}/usr/bin"
53 ln -s /opt/nosqlbooster-mongodb/nosqlbooster4mongo "$pkgdir/usr/bin/nosqlbooster4mongo"
54 ln -s /opt/nosqlbooster-mongodb/nbcli "$pkgdir/usr/bin/nbcli"
55}
56

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 MEDIUM 2
2026-08-02 00:16:08 MEDIUM 2
2026-08-01 00:11:18 MEDIUM 2
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 00:17:23 MEDIUM 2
2026-07-29 00:25:53 MEDIUM 2
2026-07-28 00:07:28 MEDIUM 2
2026-07-27 00:24:32 MEDIUM 2
2026-07-26 00:07:32 MEDIUM 2
2026-07-25 00:13:44 MEDIUM 2
2026-07-24 00:02:28 MEDIUM 2
2026-07-23 00:14:47 MEDIUM 2
2026-07-22 00:29:32 MEDIUM 2
2026-07-21 00:24:15 MEDIUM 2
2026-07-20 00:19:49 MEDIUM 2
2026-07-19 00:17:08 MEDIUM 2
2026-07-18 00:14:48 MEDIUM 2
2026-07-17 00:06:16 MEDIUM 2
2026-07-16 00:05:41 MEDIUM 2
2026-07-15 00:09:25 MEDIUM 2

Report a package

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

0 / 4000
Your suggestion