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>
2
pkgname=nosqlbooster-mongodb
3
pkgver=11.0.5
4
_majorver="$(echo $pkgver | sed -E 's/\..+$//')"
5
pkgrel=1
6
pkgdesc="Shell-centric GUI tool for MongoDB"
7
arch=('x86_64')
8
url="https://nosqlbooster.com"
9
license=('custom')
10
depends=(gconf libnotify libxss libxtst)
11
makedepends=()
12
optdepends=()
13
source=(nsqlb4m-${pkgver}.AppImage::https://s3.nosqlbooster.com/download/releasesv${_majorver}/nosqlbooster4mongo-${pkgver}-x64.AppImage
14
LICENSE)
15
noextract=(nsqlb4m-${pkgver}.AppImage)
16
md5sums=('be6bc837136594c8f2f02e4bd9b853a1'
17
'fab008e596133037239e4a206bba3ccf')
18
sha1sums=('3e2ca00c2d11a8042872c5c18a5578678f12d97f'
19
'de718440354eb3c4844eda1b90bf092dcec4cf87')
20
sha256sums=('38e200f79099ba0b4e223578e5078a719e0d6c6f49661ec3011eb58059f11651'
21
'1640d17baeee24279f7d998719e37a331c8e12627c755b4b250f1c95b16f032f')
22
23
build() {
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
37
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |