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
4pkgname="mongodb-tools-bin"
5pkgver="100.17.0"
6_basever="8.3"
7_basedist="noble"
8pkgrel="2"
9pkgdesc="The MongoDB tools provide import, export, and diagnostic capabilities."
10arch=("x86_64" "aarch64")
11url="https://github.com/mongodb/mongo-tools"
12license=("Apache")
13provides=("mongodb-tools=$pkgver")
14conflicts=("mongodb-tools")
15depends=("openssl" "krb5")
16source_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")
17source_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
19sha256sums_x86_64=('cfc40386b5c909509fd4b35a4a1f212aeaedc17a3062703d4b4b0823c2beb1b7')
20sha256sums_aarch64=('f810131b81c18f6818d36630c67a1e507dd51f9464c6d18169bd9856ddfaf22f')
21
22prepare() {
23 mkdir -p output
24 tar xf data.tar.xz -C output
25}
26
27package() {
28 install -Dm755 output/usr/bin/* -t "$pkgdir/usr/bin"
29}
30

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion