robo3t-1.2-bin
maintainer pcmid
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary and assets from the official project domain, which is not on the whitelist but is plausibly legitimate; the binary is installed as intended and other files are non-executable assets, posing low risk.
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 binary and assets from the official project domain, which is not on the whitelist but is plausibly legitimate; the binary is installed as intended and other files are non-executable assets, posing low risk.
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:15
source=("https://download.robomongo.org/${_pkgver}/linux/${_tarfile}.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: pcmid <plzcmid@gmail.com>
2
3
pkgname=robo3t-1.2-bin
4
_pkgver=1.2.1
5
pkgver=${_pkgver/-/_}
6
pkgrel=2
7
pkgdesc='Shell-centric MongoDB management tool'
8
arch=('x86_64')
9
url='https://robomongo.org/'
10
license=('GPLv3')
11
depends=('qt5-base' 'pcre' 'openssl-1.0')
12
replaces=('robomongo-bin')
13
conflicts=('robo3t' 'robomongo')
14
_tarfile="robo3t-${_pkgver}-linux-x86_64-3e50a65"
15
source=("https://download.robomongo.org/${_pkgver}/linux/${_tarfile}.tar.gz"
16
'https://raw.githubusercontent.com/Studio3T/robomongo/master/src/robomongo/gui/resources/icons/logo-256x256.png'
17
'robo3t.desktop')
18
sha256sums=('2ac31b5c1a489f0e04582c3ffed592328e0b3d7a8163520f8fefcd58f1bd0deb'
19
'a63c4b244c451e2e881934119e435d6ce54ce8157dac724753143b48e6652eb7'
20
'c9d0123bab9c6101cb3d0ace98079de6b596a0e51b0c3b74d8a1bc48fed825c7')
21
22
PKGEXT='.pkg.tar.zst'
23
COMPRESSZST=(zstd -c -T0 --ultra -21 -)
24
25
package() {
26
install -Dm0755 "$srcdir/${_tarfile}/bin/robo3t" "$pkgdir/usr/bin/robo3t"
27
install -Dm0644 "$srcdir/robo3t.desktop" "$pkgdir/usr/share/applications/robo3t.desktop"
28
install -Dm0644 "$srcdir/logo-256x256.png" "$pkgdir/usr/share/pixmaps/robo3t.png"
29
install -Dm0644 "$srcdir/${_tarfile}/LICENSE" "$pkgdir/usr/share/licenses/robo3t/LICENSE"
30
install -Dm0644 "$srcdir/${_tarfile}/COPYRIGHT" "$pkgdir/usr/share/doc/robo3t/COPYRIGHT"
31
}
32
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 |