rstudio-server-bin
maintainer gds506
· 15 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 download domain, which is plausibly the project's own release infrastructure; despite the non-whitelisted host, the source is official and the risk is low given the context of a binary release from the vendor.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt .deb from RStudio's official download domain, which is plausibly the project's own release infrastructure; despite the non-whitelisted host, the source is official and the risk is low given the context of a binary release from the vendor.
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=("https://download2.rstudio.org/server/jammy/amd64/rstudio-server-${pkgver/_/-}-amd64.deb"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Guillermo Duran < gds506 at gmail dot com >
2
# Maintainer: Mark Lee <mark@markelee.com>
3
# Previous Maintainer: Peter Reschenhofer < peterreschenhofer at gmail dot com >
4
# Contributor: Familia < carlosfamilia at gmail dot com >
5
pkgname=rstudio-server-bin
6
pkgver=2026.07.1_147
7
pkgrel=1
8
pkgdesc="A integrated development environment (IDE) for R (binary version from RStudio official website)"
9
arch=('x86_64')
10
license=('GPL')
11
url="http://www.rstudio.org/"
12
depends=('r>=3.6.0' 'glibc>=2.7' 'libedit' 'psmisc' 'openssl-1.1')
13
conflicts=('rstudio-server' 'rstudio-server-git')
14
sha256sums=('118e3fce4cf58ad3bfff1dc6eea3e07f294d51d28fefcc5e1cc559292c0dd06c'
15
'24b0545aa2a576c7d7480c0ef77d7641e2ebaadae856fd2a18f57871bd25fd88'
16
'993a3096c2b113e6800f2abbd5d4233ebf1a97eef423990d3187d665d3490b92'
17
'bbdb7720787b2573eb78d7a5d701a4283ae640b91e613ef4294e634f51b1b92c')
18
provides=("rstudio-server=${pkgver}")
19
options=(!strip !debug)
20
source=("https://download2.rstudio.org/server/jammy/amd64/rstudio-server-${pkgver/_/-}-amd64.deb"
21
"rstudio-server.service"
22
"rstudio"
23
"rstudio-server-bin.install")
24
install="${pkgname}".install
25
26
package() {
27
msg "Converting debian package..."
28
29
cd "${srcdir}"
30
#tar zxpf data.tar.xz -C "${pkgdir}"
31
tar xf data.tar.xz -C "${pkgdir}"
32
chmod 755 $(find ${pkgdir}/usr -type d)
33
34
install -m755 -d "${pkgdir}/usr/bin"
35
install -m755 -d "${pkgdir}/etc/rstudio"
36
install -m644 -D "rstudio-server.service" "${pkgdir}/etc/systemd/system/rstudio-server.service"
37
mkdir -p "${pkgdir}/etc/pam.d"
38
install -m644 -D "rstudio" "${pkgdir}/etc/pam.d/"
39
}
40
Changes since previous scan
--- PKGBUILD @ 2026-07-22 00:29+++ PKGBUILD @ 2026-08-03 00:08@@ -3,7 +3,7 @@ # Previous Maintainer: Peter Reschenhofer < peterreschenhofer at gmail dot com > # Contributor: Familia < carlosfamilia at gmail dot com > pkgname=rstudio-server-bin-pkgver=2026.07.0_139+pkgver=2026.07.1_147 pkgrel=1 pkgdesc="A integrated development environment (IDE) for R (binary version from RStudio official website)" arch=('x86_64')@@ -11,7 +11,7 @@ url="http://www.rstudio.org/" depends=('r>=3.6.0' 'glibc>=2.7' 'libedit' 'psmisc' 'openssl-1.1') conflicts=('rstudio-server' 'rstudio-server-git')-sha256sums=('e7b310c9e46811635b8dea8df82c729686c3a78f35cfa7767d9567e30f528465'+sha256sums=('118e3fce4cf58ad3bfff1dc6eea3e07f294d51d28fefcc5e1cc559292c0dd06c' '24b0545aa2a576c7d7480c0ef77d7641e2ebaadae856fd2a18f57871bd25fd88' '993a3096c2b113e6800f2abbd5d4233ebf1a97eef423990d3187d665d3490b92' 'bbdb7720787b2573eb78d7a5d701a4283ae640b91e613ef4294e634f51b1b92c')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 15:20:42 | MEDIUM | 1 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |