rstudio-server-bin
The package downloads a prebuilt .deb from RStudio's official download domain (download2.rstudio.org), which is plausibly part of their official release infrastructure; despite the non-whitelisted host, the source is verifiable and the checksums are provided, making it a legitimate binary distribution with low risk.
Triggered rules
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 (download2.rstudio.org), which is plausibly part of their official release infrastructure; despite the non-whitelisted host, the source is verifiable and the checksums are provided, making it a legitimate binary distribution with low risk.
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=("https://download2.rstudio.org/server/jammy/amd64/rstudio-server-${pkgver/_/-}-amd64.deb"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Guillermo Duran < gds506 at gmail dot com >
# Maintainer: Mark Lee <mark@markelee.com>
# Previous Maintainer: Peter Reschenhofer < peterreschenhofer at gmail dot com >
# Contributor: Familia < carlosfamilia at gmail dot com >
pkgname=rstudio-server-bin
pkgver=2026.09.0_174
pkgrel=1
pkgdesc="A integrated development environment (IDE) for R (binary version from RStudio official website)"
arch=('x86_64')
license=('GPL')
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=('168bc577ef2f68abab1ad2ed684e830da1d244618b25b69fd20448e60716c5ba'
'24b0545aa2a576c7d7480c0ef77d7641e2ebaadae856fd2a18f57871bd25fd88'
'993a3096c2b113e6800f2abbd5d4233ebf1a97eef423990d3187d665d3490b92'
'bbdb7720787b2573eb78d7a5d701a4283ae640b91e613ef4294e634f51b1b92c')
provides=("rstudio-server=${pkgver}")
options=(!strip !debug)
source=("https://download2.rstudio.org/server/jammy/amd64/rstudio-server-${pkgver/_/-}-amd64.deb"
"rstudio-server.service"
"rstudio"
"rstudio-server-bin.install")
install="${pkgname}".install
package() {
msg "Converting debian package..."
cd "${srcdir}"
#tar zxpf data.tar.xz -C "${pkgdir}"
tar xf data.tar.xz -C "${pkgdir}"
chmod 755 $(find ${pkgdir}/usr -type d)
install -m755 -d "${pkgdir}/usr/bin"
install -m755 -d "${pkgdir}/etc/rstudio"
install -m644 -D "rstudio-server.service" "${pkgdir}/etc/systemd/system/rstudio-server.service"
mkdir -p "${pkgdir}/etc/pam.d"
install -m644 -D "rstudio" "${pkgdir}/etc/pam.d/"
}
Changes since previous scan
--- PKGBUILD @ 2026-09-11 00:19+++ PKGBUILD @ 2026-09-17 00:27@@ -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.08.2_200+pkgver=2026.09.0_174 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=('4e7cfe766ff220946ad1dda268b1779268f5d69bce750b170e9d699bdf240aec'+sha256sums=('168bc577ef2f68abab1ad2ed684e830da1d244618b25b69fd20448e60716c5ba' '24b0545aa2a576c7d7480c0ef77d7641e2ebaadae856fd2a18f57871bd25fd88' '993a3096c2b113e6800f2abbd5d4233ebf1a97eef423990d3187d665d3490b92' 'bbdb7720787b2573eb78d7a5d701a4283ae640b91e613ef4294e634f51b1b92c')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 13:22:32 | Medium | 1 |
| 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 |