nosqlbooster-mongodb
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
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)
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# Maintainer: Daniel Escoz <darkhogg+aur.nosqlbooster-mongodb@gmail.com>
pkgname=nosqlbooster-mongodb
pkgver=11.1.6
_majorver="$(echo $pkgver | sed -E 's/\..+$//')"
pkgrel=1
pkgdesc="Shell-centric GUI tool for MongoDB"
arch=('x86_64')
url="https://nosqlbooster.com"
license=('custom')
depends=(gconf libnotify libxss libxtst)
makedepends=()
optdepends=()
source=(nsqlb4m-${pkgver}.AppImage::https://s3.nosqlbooster.com/download/releasesv${_majorver}/nosqlbooster4mongo-${pkgver}-x64.AppImage
LICENSE)
noextract=(nsqlb4m-${pkgver}.AppImage)
md5sums=('b6eb7ab05f53e1f1939dee2ba06d1e77'
'fab008e596133037239e4a206bba3ccf')
sha1sums=('ea92fb95098acbe080e11c1ec3b4e09f05720c67'
'de718440354eb3c4844eda1b90bf092dcec4cf87')
sha256sums=('1c1f401a43627507fef8d1e344ac7f881827c7dc5b4e9bca4e7f046275702060'
'1640d17baeee24279f7d998719e37a331c8e12627c755b4b250f1c95b16f032f')
build() {
cd "$srcdir"
chmod +x nsqlb4m-${pkgver}.AppImage
./nsqlb4m-${pkgver}.AppImage --appimage-extract
chmod +x 'squashfs-root/nosqlbooster4mongo'
sed -E \
-e '/X-/d' \
-e 's#^Exec=.*$#Exec=/opt/nosqlbooster-mongodb/nosqlbooster4mongo#' \
-i 'squashfs-root/nosqlbooster4mongo.desktop'
}
package() {
cd "$srcdir"
install -d "${pkgdir}/opt"
cp -r "squashfs-root/." "${pkgdir}/opt/nosqlbooster-mongodb/"
rm -rf "${pkgdir}/opt/nosqlbooster-mongodb/usr/share"
install -d "${pkgdir}/usr"
cp -r "squashfs-root/usr/share/." "${pkgdir}/usr/share/"
install -D 'squashfs-root/nosqlbooster4mongo.desktop' "${pkgdir}/usr/share/applications/nosqlbooster4mongo.desktop"
find "$pkgdir" -type d -exec chmod 755 {} +
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -d "${pkgdir}/usr/bin"
ln -s /opt/nosqlbooster-mongodb/nosqlbooster4mongo "$pkgdir/usr/bin/nosqlbooster4mongo"
ln -s /opt/nosqlbooster-mongodb/nbcli "$pkgdir/usr/bin/nbcli"
}
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) | 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 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 |