rocketchat-server
maintainer funilrys
· 8 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source URL points to the official releases.rocket.chat domain, which is the project's legitimate release infrastructure; downloading and building the project's own source tarball is standard AUR practice and not inherently dangerous.
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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 90%): The source URL points to the official releases.rocket.chat domain, which is the project's legitimate release infrastructure; downloading and building the project's own source tarball is standard AUR practice and not inherently dangerous.
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
4
pkgname=rocketchat-server
5
pkgver=8.6.1
6
pkgrel=1
7
pkgdesc="The Ultimate Open Source WebChat Platform"
8
arch=("any")
9
url="https://rocket.chat"
10
license=("MIT")
11
depends=("npm" "nodejs-lts-jod" "mongodb" "graphicsmagick" "curl" "python3" "gcc")
12
makedepends=()
13
optdepends=()
14
backup=("etc/rocketchat/${pkgname}.conf")
15
CFLAGS=-std=gnu11
16
options=("!strip")
17
18
install="${pkgname}.install"
19
source=("rocketchat-${pkgver}.tar::https://releases.rocket.chat/${pkgver}/download"
20
"rocketchat-server.install"
21
"rocketchat-server.conf"
22
"rocketchat-user.conf"
23
"rocketchat.service")
24
sha512sums=('3f84d3bc151aea6cea03f4f81bb7e05b537e983a5d651aeb2038f302f9fe87b4e2d64213a5fc4e18bb4c447fca8a8be0f48fac533d0d972a5844214416604fbb'
25
'6700fae043f59881c0c8821db176a8d9cbbf7f047bd48750dbcd7abd7c531831436f910a28745b40d4d2fcbb7d2081b5512a5ee23ea6355bb065fde3b0672edc'
26
'4ff8899a47612a81f73c1c6449fb30a7ddfb0b199756db7f73e0a3078cf818b88e481fd828296b148a348d137ae529ce591d6c2bd6b57ae9278188e715086b59'
27
'0086f72f16a594116586d4b6783b104f7bba779e4f8e31e5988c7fa67e1c7d9fc95215d0a04c4f24c72b4183774a9768a29b05c828990125dd4a3379a69aa648'
28
'b77e49bfb919c781170fd485658a44646f30d54dc724216d265e82f06e340a50eeda1a8ee0b3dc3e364e4f9ab41e684ebb1e59cc54c90c335b800a51dceebf8f')
29
30
package() {
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
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 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 |
| 2026-07-15 00:09:25 | LOW | 2 |