rocketchat-server

LOW
maintainer funilrys 8 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The source URL points to the official project's release infrastructure (releases.rocket.chat), which is a plausible and project-specific host; the downloaded tarball is a standard source distribution built and installed locally, with no evidence of remote code execution or supply-chain compromise.

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 source URL points to the official project's release infrastructure (releases.rocket.chat), which is a plausible and project-specific host; the downloaded tarball is a standard source distribution built and installed locally, with no evidence of remote code execution or supply-chain compromise.

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=("rocketchat-${pkgver}.tar::https://releases.rocket.chat/${pkgver}/download"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Nissar Chababy <contact at funilrys dot com>
2# Ex-Maintainer: Max Falk <gmdfalk at gmail dot com>
3
4pkgname=rocketchat-server
5pkgver=8.8.1
6pkgrel=1
7pkgdesc="The Ultimate Open Source WebChat Platform"
8arch=("any")
9url="https://rocket.chat"
10license=("MIT")
11depends=("npm" "nodejs-lts-jod" "mongodb" "graphicsmagick" "curl" "python3" "gcc")
12makedepends=()
13optdepends=()
14backup=("etc/rocketchat/${pkgname}.conf")
15CFLAGS=-std=gnu11
16options=("!strip")
17
18install="${pkgname}.install"
19source=("rocketchat-${pkgver}.tar::https://releases.rocket.chat/${pkgver}/download"
20 "rocketchat-server.install"
21 "rocketchat-server.conf"
22 "rocketchat-user.conf"
23"rocketchat.service")
24sha512sums=('f273d64be5e1515f9d65aeb8b7861be40583f153f7035afbd56adf03fd62cf3330e6d5cae447190e15b6b1a0c895ca9c5bdbb48b259cef0bedb983c11103d5f3'
25 '6700fae043f59881c0c8821db176a8d9cbbf7f047bd48750dbcd7abd7c531831436f910a28745b40d4d2fcbb7d2081b5512a5ee23ea6355bb065fde3b0672edc'
26 '4ff8899a47612a81f73c1c6449fb30a7ddfb0b199756db7f73e0a3078cf818b88e481fd828296b148a348d137ae529ce591d6c2bd6b57ae9278188e715086b59'
27 '0086f72f16a594116586d4b6783b104f7bba779e4f8e31e5988c7fa67e1c7d9fc95215d0a04c4f24c72b4183774a9768a29b05c828990125dd4a3379a69aa648'
28 'b77e49bfb919c781170fd485658a44646f30d54dc724216d265e82f06e340a50eeda1a8ee0b3dc3e364e4f9ab41e684ebb1e59cc54c90c335b800a51dceebf8f')
29
30package() {
31 install -dm755 "${pkgdir}/usr/share/${pkgname}"
32 cp -dr --preserve=mode --no-preserve=ownership ${srcdir}/bundle/* "${pkgdir}/usr/share/${pkgname}"
33
34 pushd "${pkgdir}/usr/share/${pkgname}/programs/server"
35 npm install --cache "${srcdir}/npm-cache"
36 popd
37
38 install -Dm644 ${pkgname}.conf "${pkgdir}/etc/rocketchat/${pkgname}.conf"
39 install -Dm644 rocketchat.service "${pkgdir}/usr/lib/systemd/system/rocketchat.service"
40 install -Dm644 rocketchat-user.conf "${pkgdir}/usr/lib/sysusers.d/rocketchat.conf"
41}
42

Changes since previous scan

--- PKGBUILD @ 2026-09-09 00:04
+++ PKGBUILD @ 2026-09-17 00:27
@@ -2,7 +2,7 @@
# Ex-Maintainer: Max Falk <gmdfalk at gmail dot com>
pkgname=rocketchat-server
-pkgver=8.8.0
+pkgver=8.8.1
pkgrel=1
pkgdesc="The Ultimate Open Source WebChat Platform"
arch=("any")
@@ -21,7 +21,7 @@
"rocketchat-server.conf"
"rocketchat-user.conf"
"rocketchat.service")
-sha512sums=('0e51db2855bc01d3404eb257d2ed55f976287d9823ade40268009d3d1ea49a499f3d2e4a9d4f0c5a2a585de9df7236600473299ee5cbe49c9f358e493e20e7fe'
+sha512sums=('f273d64be5e1515f9d65aeb8b7861be40583f153f7035afbd56adf03fd62cf3330e6d5cae447190e15b6b1a0c895ca9c5bdbb48b259cef0bedb983c11103d5f3'
'6700fae043f59881c0c8821db176a8d9cbbf7f047bd48750dbcd7abd7c531831436f910a28745b40d4d2fcbb7d2081b5512a5ee23ea6355bb065fde3b0672edc'
'4ff8899a47612a81f73c1c6449fb30a7ddfb0b199756db7f73e0a3078cf818b88e481fd828296b148a348d137ae529ce591d6c2bd6b57ae9278188e715086b59'
'0086f72f16a594116586d4b6783b104f7bba779e4f8e31e5988c7fa67e1c7d9fc95215d0a04c4f24c72b4183774a9768a29b05c828990125dd4a3379a69aa648'

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 21:20:09 Medium 1
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 21:51:32 Medium 1
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 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