studio-3t

LOW
maintainer brennana 18 votes scanned 2026-09-17 00:27:14.276658
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
8pkgname=studio-3t
9pkgver=2026.9.0
10pkgrel=1
11pkgdesc="The Professional Client, IDE and GUI for MongoDB"
12arch=('x86_64')
13url="https://studio3t.com"
14license=("custom")
15depends=('gtk2')
16makedepends=('gendesk')
17provides=('studio-3t')
18replaces=('mongochef')
19
20source=("$pkgname-$pkgver.tar.gz::https://download.studio3t.com/studio-3t/linux/${pkgver}/${pkgname}-linux-x64.tar.gz")
21
22sha256sums=('529c706d24b50d330c605e9aa42589c24262125d5fdd8a8c96845777c6760fcd')
23
24prepare() {
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
40package() {
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)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion