studio-3t
The package downloads a source tarball from the official project domain (studio3t.com) which is not on the whitelist but is plausibly legitimate; it builds and installs the official software without executing untrusted remote code or exfiltrating data.
Triggered rules
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 source tarball from the official project domain (studio3t.com) which is not on the whitelist but is plausibly legitimate; it builds and installs the official software without executing untrusted remote code or exfiltrating data.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:20
source=("$pkgname-$pkgver.tar.gz::https://download.studio3t.com/studio-3t/linux/${pkgver}/${pkgname}-linux-x64.tar.gz")
PKGBUILD
1 offending line(s) highlighted# Contributor: Monika Schrenk <moni@random-access.org>
# Contributor: Alexandre Teles (afterSt0rm) <ateles.1@gmail.com>
# Contributor: Emanuel Fernandes <efernandes@tektorque.com>
# Maintainer: Erik Bender <erik.bender@develerik.dev>
# Maintainer: Dmitry Chusovitin <dchusovitin@gmail.com>
# Maintainer: Andy Brennan <andy@hund.io>
pkgname=studio-3t
pkgver=2026.9.0
pkgrel=1
pkgdesc="The Professional Client, IDE and GUI for MongoDB"
arch=('x86_64')
url="https://studio3t.com"
license=("custom")
depends=('gtk2')
makedepends=('gendesk')
provides=('studio-3t')
replaces=('mongochef')
source=("$pkgname-$pkgver.tar.gz::https://download.studio3t.com/studio-3t/linux/${pkgver}/${pkgname}-linux-x64.tar.gz")
sha256sums=('529c706d24b50d330c605e9aa42589c24262125d5fdd8a8c96845777c6760fcd')
prepare() {
# Extract, rename and add execution permision
tar xzvf ${pkgname}-${pkgver}.tar.gz && for file in *.sh; do mv "$file" ${pkgname}.sh; done && chmod +x ${pkgname}.sh
# unattended mode
sh ./${pkgname}.sh -q -dir ${srcdir}/${pkgname} -overwrite
# Generate Desktop File
cd ${srcdir}
gendesk -f -n \
--name "Studio 3T" \
--pkgname "$pkgname" \
--pkgdesc "$pkgdesc" \
--categories="Science;Education;Development;Application"
}
package() {
cd ${srcdir}
mkdir -p $pkgdir/opt/$pkgname
install -Dm644 ${pkgname}/.install4j/Studio-3T.png ${pkgdir}/usr/share/pixmaps/${pkgname}.png
cp -R ${pkgname}/. ${pkgdir}/opt/${pkgname}
mkdir -p "$pkgdir/usr/bin/"
mkdir -p "$pkgdir/usr/share/applications/"
mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
ln -s "/opt/$pkgname/Studio-3T" "$pkgdir/usr/bin/$pkgname"
install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |