nosqlbooster-mongodb

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

The package downloads a prebuilt AppImage from the official project's S3 host (s3.nosqlbooster.com), which is a legitimate distribution method; the AppImage is extracted and installed without executing arbitrary remote code, and the source is verified via multiple checksums.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt AppImage from the official project's S3 host (s3.nosqlbooster.com), which is a legitimate distribution method; the AppImage is extracted and installed without executing arbitrary remote code, and the source is verified via multiple checksums.

1 higher static finding superseded - not the current verdict (shown for transparency)
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

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Daniel Escoz <darkhogg+aur.nosqlbooster-mongodb@gmail.com>
2pkgname=nosqlbooster-mongodb
3pkgver=11.1.6
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=('b6eb7ab05f53e1f1939dee2ba06d1e77'
17 'fab008e596133037239e4a206bba3ccf')
18sha1sums=('ea92fb95098acbe080e11c1ec3b4e09f05720c67'
19 'de718440354eb3c4844eda1b90bf092dcec4cf87')
20sha256sums=('1c1f401a43627507fef8d1e344ac7f881827c7dc5b4e9bca4e7f046275702060'
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

Changes since previous scan

--- PKGBUILD @ 2026-09-11 00:19
+++ PKGBUILD @ 2026-09-17 00:27
@@ -1,6 +1,6 @@
# Maintainer: Daniel Escoz <darkhogg+aur.nosqlbooster-mongodb@gmail.com>
pkgname=nosqlbooster-mongodb
-pkgver=11.0.5
+pkgver=11.1.6
_majorver="$(echo $pkgver | sed -E 's/\..+$//')"
pkgrel=1
pkgdesc="Shell-centric GUI tool for MongoDB"
@@ -13,11 +13,11 @@
source=(nsqlb4m-${pkgver}.AppImage::https://s3.nosqlbooster.com/download/releasesv${_majorver}/nosqlbooster4mongo-${pkgver}-x64.AppImage
LICENSE)
noextract=(nsqlb4m-${pkgver}.AppImage)
-md5sums=('be6bc837136594c8f2f02e4bd9b853a1'
+md5sums=('b6eb7ab05f53e1f1939dee2ba06d1e77'
'fab008e596133037239e4a206bba3ccf')
-sha1sums=('3e2ca00c2d11a8042872c5c18a5578678f12d97f'
+sha1sums=('ea92fb95098acbe080e11c1ec3b4e09f05720c67'
'de718440354eb3c4844eda1b90bf092dcec4cf87')
-sha256sums=('38e200f79099ba0b4e223578e5078a719e0d6c6f49661ec3011eb58059f11651'
+sha256sums=('1c1f401a43627507fef8d1e344ac7f881827c7dc5b4e9bca4e7f046275702060'
'1640d17baeee24279f7d998719e37a331c8e12627c755b4b250f1c95b16f032f')
build() {

Scan history

Scanned at (UTC)SeverityRules
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 07:22:16 Medium 1
2026-09-11 00:19:22 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 00:17:06 Medium 2
2026-09-05 00:16:27 Medium 2
2026-09-04 00:03:13 Medium 2
2026-09-03 00:15:47 Medium 2
2026-09-02 00:02:31 Medium 2
2026-09-01 00:11:19 Medium 2
2026-08-31 00:19:57 Medium 2
2026-08-30 00:04:14 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