mongodb-compass-stable
maintainer Streckk
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from MongoDB's official domain, which is a legitimate source for the software; while the host is not a standard code forge, it is the vendor's official release infrastructure, making the supply chain risk low despite the non-whitelisted host.
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 package downloads a prebuilt .deb from MongoDB's official domain, which is a legitimate source for the software; while the host is not a standard code forge, it is the vendor's official release infrastructure, making the supply chain risk low despite the non-whitelisted host.
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:10
source=("https://downloads.mongodb.com/compass/${pkgname}_${pkgver}_amd64.deb")
PKGBUILD
1 offending line(s) highlighted
1
pkgname=mongodb-compass-stable
2
pkgver=1.39.4
3
pkgrel=1
4
pkgdesc="The MongoDB GUI"
5
arch=('x86_64')
6
url="https://www.mongodb.com/products/compass"
7
license=('custom')
8
depends=('alsa-lib' 'gtk3' 'libsecret' 'libxss' 'libxtst' 'nss')
9
optdepends=('org.freedesktop.secrets')
10
source=("https://downloads.mongodb.com/compass/${pkgname}_${pkgver}_amd64.deb")
11
noextract=("${pkgname}_${pkgver}_amd64.deb")
12
b2sums=('cf2f8d9eeaefcda7abb20fd491d7ff2f805f37eb2df5b238b47a6ca976a3f2a8d173d6e07388f028ddd8b7cd0af9426bd1842fc53d307c67c2cf403ff29487d3')
13
14
package() {
15
bsdtar -O -xf "${pkgname}_${pkgver}"*.deb data.tar.xz | bsdtar -C "$pkgdir" -xJf -
16
17
find "${pkgdir}" -type d -exec chmod 755 {} +
18
find "${pkgdir}" -type f -exec chmod 644 {} +
19
chmod +x "${pkgdir}"/usr/lib/mongodb-compass/"MongoDB Compass"
20
21
rm -rf "${pkgdir}/usr/share/lintian"
22
rm -rf "${pkgdir}/usr/share/doc"
23
24
install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
25
ln -s /usr/share/${pkgname}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}
26
}
27
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |