rocketchat-server-standalone
The source is a prebuilt tarball from the official project's release domain (releases.rocket.chat), which is plausibly controlled by the project maintainers; although the host is not on a standard whitelist, it is not a personal or third-party file host, and the checksums are provided and verified, making the risk low.
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 source is a prebuilt tarball from the official project's release domain (releases.rocket.chat), which is plausibly controlled by the project maintainers; although the host is not on a standard whitelist, it is not a personal or third-party file host, and the checksums are provided and verified, making the risk low.
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:16
source=("rocketchat-${pkgver}.tar::https://releases.rocket.chat/${pkgver}/download"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Vladislav Minakov <v@minakov.pro>
pkgname=rocketchat-server-standalone
pkgver=8.7.1
pkgrel=1
pkgdesc="The Ultimate Open Source WebChat Platform"
arch=("any")
url="https://github.com/RocketChat/Rocket.Chat"
license=("MIT")
depends=("mongodb" "graphicsmagick" "curl" "python3")
provides=(rocketchat-server)
conflicts=(rocketchat-server)
makedepends=("nvm")
backup=("etc/rocketchat-server.conf")
install="${pkgname}.install"
source=("rocketchat-${pkgver}.tar::https://releases.rocket.chat/${pkgver}/download"
"rocketchat-server-standalone.install"
"rocketchat-server.conf"
"rocketchat-user.conf"
"rocketchat.service")
sha512sums=('1bbc3e535c53583fa388fe88273b4534115a23dc31974628c6061da3f24259283d0a213b82737e73510f851f3a877dfaf7fcbf33bce391164c900a2a3abfa7b6'
'5a981ef5f4a0ecb3e21a62c368c4086c683e9eefda94b195d01d0c64c03f3b10a960ef41b1fc0d55d20848aa4fcd6e8c774118ac2d6d53e3e5b3772fe872a1c2'
'4ff8899a47612a81f73c1c6449fb30a7ddfb0b199756db7f73e0a3078cf818b88e481fd828296b148a348d137ae529ce591d6c2bd6b57ae9278188e715086b59'
'0086f72f16a594116586d4b6783b104f7bba779e4f8e31e5988c7fa67e1c7d9fc95215d0a04c4f24c72b4183774a9768a29b05c828990125dd4a3379a69aa648'
'e3eedb9d4949f9498bd3a1710983ce91b811f0907946d43b93eff3fda88bfd831097355b40e7ebe4db3c44e01525e81b317e339a82ffc1611ea141516a09ccb7')
_node=20
prepare() {
source /usr/share/nvm/init-nvm.sh
nvm install $_node
nvm use $_node
}
package() {
install -dm755 "${pkgdir}/usr/share/webapps/rocketchat-server"
cp -dr --preserve=mode --no-preserve=ownership ${srcdir}/bundle/* "${pkgdir}/usr/share/webapps/rocketchat-server"
pushd "${pkgdir}/usr/share/webapps/rocketchat-server/programs/server"
npm install --cache "${srcdir}/npm-cache"
popd
install -dm755 "${pkgdir}/usr/share/webapps/rocketchat-server/node"
cp -dr $(find ~/.nvm/versions/node/ -maxdepth 1 -type d -name "v${_node}.*" | sort -V | tail -n 1)/* "${pkgdir}/usr/share/webapps/rocketchat-server/node/"
install -Dm644 rocketchat-server.conf "${pkgdir}/etc/rocketchat-server.conf"
install -Dm644 rocketchat.service "${pkgdir}/usr/lib/systemd/system/rocketchat.service"
install -Dm644 rocketchat-user.conf "${pkgdir}/usr/lib/sysusers.d/rocketchat.conf"
}
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 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 |