rstudio-desktop-bin
maintainer cbrnr
· 358 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from RStudio's official domain (download1.rstudio.org), which is plausibly the project's own release infrastructure; despite the non-whitelisted host, the source is official and verifiable via checksum, and the package installs only legitimate binaries and symlinks.
Triggered rules
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads a prebuilt .deb from RStudio's official domain (download1.rstudio.org), which is plausibly the project's own release infrastructure; despite the non-whitelisted host, the source is official and verifiable via checksum, and the package installs only legitimate binaries and symlinks.
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:19
source_x86_64=("https://download1.rstudio.org/electron/jammy/amd64/rstudio-${_pkgver}-amd64.deb")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Clemens Brunner < clemens dot brunner at gmail dot com >
2
pkgname=rstudio-desktop-bin
3
pkgver=2026.07.1.147
4
_pkgver=${pkgver%.*}-${pkgver##*.}
5
pkgrel=1
6
pkgdesc="An integrated development environment (IDE) for R (binary from RStudio official repository)"
7
arch=('x86_64')
8
license=('AGPL-3.0-or-later')
9
url="https://posit.co/products/open-source/rstudio/"
10
depends=('r>=3.3.0' 'sqlite' 'libxkbcommon')
11
optdepends=('clang: C/C++ and Rcpp code completion'
12
'ttf-dejavu: fallback font support')
13
conflicts=('rstudio-desktop' 'rstudio-desktop-git' 'rstudio-desktop-preview-bin')
14
provides=("rstudio-desktop=${pkgver}")
15
options=(!strip)
16
17
sha256sums_x86_64=('3a130a7209c9c9034c00440aa4b46164bbc5b75c1cf5588c98ef22a236ac1f4b')
18
19
source_x86_64=("https://download1.rstudio.org/electron/jammy/amd64/rstudio-${_pkgver}-amd64.deb")
20
21
package() {
22
cd "$srcdir"
23
tar Jxpf data.tar.xz -C "$pkgdir"
24
25
install -dm755 "$pkgdir/usr/bin"
26
27
ln -s /usr/lib/rstudio/rstudio "$pkgdir/usr/bin/rstudio"
28
29
install -dm755 "$pkgdir/usr/share/licenses/$pkgname"
30
ln -s /usr/lib/rstudio/resources/app/COPYING \
31
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
32
33
}
34
Changes since previous scan
--- PKGBUILD @ 2026-07-22 00:29+++ PKGBUILD @ 2026-08-03 00:08@@ -1,8 +1,8 @@ # Maintainer: Clemens Brunner < clemens dot brunner at gmail dot com > pkgname=rstudio-desktop-bin-pkgver=2026.06.0.242+pkgver=2026.07.1.147 _pkgver=${pkgver%.*}-${pkgver##*.}-pkgrel=2+pkgrel=1 pkgdesc="An integrated development environment (IDE) for R (binary from RStudio official repository)" arch=('x86_64') license=('AGPL-3.0-or-later')@@ -14,7 +14,7 @@ provides=("rstudio-desktop=${pkgver}") options=(!strip) -sha256sums_x86_64=('885fb9f2dc6d8fb49d57b1111bc735b2e2b8e254fa7a50224e389c1dfc586008')+sha256sums_x86_64=('3a130a7209c9c9034c00440aa4b46164bbc5b75c1cf5588c98ef22a236ac1f4b') source_x86_64=("https://download1.rstudio.org/electron/jammy/amd64/rstudio-${_pkgver}-amd64.deb") 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 07:20:00 | 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 |