mongodb-tools-bin
maintainer ali.molaei
· 34 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads official MongoDB prebuilt binaries from the project's own repository (repo.mongodb.org), which is a legitimate source despite not being on the analyzer's whitelist; the binaries are verified with fixed checksums and installed directly, posing no active threat.
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 official MongoDB prebuilt binaries from the project's own repository (repo.mongodb.org), which is a legitimate source despite not being on the analyzer's whitelist; the binaries are verified with fixed checksums and installed directly, posing no active threat.
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:16
source_x86_64=(mongodb-org-tools_${pkgver}_x86_64.deb::"https://repo.mongodb.org/apt/ubuntu/dists/${_basedist}/mongodb-org/${_basever}/multiverse/binary-amd64/mongodb-database-tools_${pkgver}_amd64.deb")
PKGBUILD
1 offending line(s) highlighted
1
#Maintainer: Ali Molaei <ali dot molaei at protonmail dot com>
2
#Maintainer: Rafael Fontenelle <rafaeff at gnome dot org>
3
4
pkgname="mongodb-tools-bin"
5
pkgver="100.17.0"
6
_basever="8.3"
7
_basedist="noble"
8
pkgrel="2"
9
pkgdesc="The MongoDB tools provide import, export, and diagnostic capabilities."
10
arch=("x86_64" "aarch64")
11
url="https://github.com/mongodb/mongo-tools"
12
license=("Apache")
13
provides=("mongodb-tools=$pkgver")
14
conflicts=("mongodb-tools")
15
depends=("openssl" "krb5")
16
source_x86_64=(mongodb-org-tools_${pkgver}_x86_64.deb::"https://repo.mongodb.org/apt/ubuntu/dists/${_basedist}/mongodb-org/${_basever}/multiverse/binary-amd64/mongodb-database-tools_${pkgver}_amd64.deb")
17
source_aarch64=(mongodb-org-tools_${pkgver}_aarch64.deb::"https://repo.mongodb.org/apt/ubuntu/dists/${_basedist}/mongodb-org/${_basever}/multiverse/binary-arm64/mongodb-database-tools_${pkgver}_arm64.deb")
18
19
sha256sums_x86_64=('cfc40386b5c909509fd4b35a4a1f212aeaedc17a3062703d4b4b0823c2beb1b7')
20
sha256sums_aarch64=('f810131b81c18f6818d36630c67a1e507dd51f9464c6d18169bd9856ddfaf22f')
21
22
prepare() {
23
mkdir -p output
24
tar xf data.tar.xz -C output
25
}
26
27
package() {
28
install -Dm755 output/usr/bin/* -t "$pkgdir/usr/bin"
29
}
30
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 |