studio-3t
maintainer brennana
· 18 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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: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
1
# Contributor: Monika Schrenk <moni@random-access.org>
2
# Contributor: Alexandre Teles (afterSt0rm) <ateles.1@gmail.com>
3
# Contributor: Emanuel Fernandes <efernandes@tektorque.com>
4
# Maintainer: Erik Bender <erik.bender@develerik.dev>
5
# Maintainer: Dmitry Chusovitin <dchusovitin@gmail.com>
6
# Maintainer: Andy Brennan <andy@hund.io>
7
8
pkgname=studio-3t
9
pkgver=2026.9.0
10
pkgrel=1
11
pkgdesc="The Professional Client, IDE and GUI for MongoDB"
12
arch=('x86_64')
13
url="https://studio3t.com"
14
license=("custom")
15
depends=('gtk2')
16
makedepends=('gendesk')
17
provides=('studio-3t')
18
replaces=('mongochef')
19
20
source=("$pkgname-$pkgver.tar.gz::https://download.studio3t.com/studio-3t/linux/${pkgver}/${pkgname}-linux-x64.tar.gz")
21
22
sha256sums=('529c706d24b50d330c605e9aa42589c24262125d5fdd8a8c96845777c6760fcd')
23
24
prepare() {
25
# Extract, rename and add execution permision
26
tar xzvf ${pkgname}-${pkgver}.tar.gz && for file in *.sh; do mv "$file" ${pkgname}.sh; done && chmod +x ${pkgname}.sh
27
28
# unattended mode
29
sh ./${pkgname}.sh -q -dir ${srcdir}/${pkgname} -overwrite
30
31
# Generate Desktop File
32
cd ${srcdir}
33
gendesk -f -n \
34
--name "Studio 3T" \
35
--pkgname "$pkgname" \
36
--pkgdesc "$pkgdesc" \
37
--categories="Science;Education;Development;Application"
38
}
39
40
package() {
41
cd ${srcdir}
42
mkdir -p $pkgdir/opt/$pkgname
43
install -Dm644 ${pkgname}/.install4j/Studio-3T.png ${pkgdir}/usr/share/pixmaps/${pkgname}.png
44
cp -R ${pkgname}/. ${pkgdir}/opt/${pkgname}
45
46
mkdir -p "$pkgdir/usr/bin/"
47
mkdir -p "$pkgdir/usr/share/applications/"
48
mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
49
50
ln -s "/opt/$pkgname/Studio-3T" "$pkgdir/usr/bin/$pkgname"
51
install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
52
}
53
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 |