jitsi-meet-turnserver-bin
maintainer celogeek
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from Jitsi's official download domain, extracts and installs static configuration files and documentation; no code execution or remote payloads, and the source host is plausibly official despite not being whitelisted.
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 95%): The package downloads a prebuilt .deb from Jitsi's official download domain, extracts and installs static configuration files and documentation; no code execution or remote payloads, and the source host is plausibly official despite not being whitelisted.
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:26
"https://download.jitsi.org/stable/jitsi-meet-turnserver_${_version}-1_all.deb"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: C0rn3j <spleefer90@gmail.com>
2
# Contributor: Celogeek <private-4zokpdq6@mrhyde.xyz>
3
4
_basename=jitsi-meet
5
_pkgname=turnserver
6
_version=1.0.9268
7
8
_pkgbase=${_basename}-${_pkgname}
9
_debname=${_basename}-${_pkgname}
10
pkgname=${_pkgbase}-bin
11
pkgver=${_version}
12
pkgrel=1
13
pkgdesc="Jitsi Meet Prosody Plugins binary"
14
arch=('any')
15
url="https://jitsi.org/jitsi-meet/"
16
license=('Apache')
17
depends=()
18
optdepends=("coturn")
19
makedepends=(
20
)
21
options=('!strip')
22
backup=(
23
)
24
makedepends=('tar')
25
source=(
26
"https://download.jitsi.org/stable/jitsi-meet-turnserver_${_version}-1_all.deb"
27
)
28
29
provides=(${_pkgbase})
30
conflicts=(${_pkgbase})
31
install=jitsi.install
32
33
build() {
34
rm -rf ${_pkgbase}
35
mkdir ${_pkgbase}
36
tar xJf data.tar.xz -C ${_pkgbase}
37
}
38
39
package() {
40
cd "$srcdir/${_pkgbase}"
41
DOCDIR="${pkgdir}/usr/share/doc/${_pkgbase}"
42
install -d "$DOCDIR"
43
cp -R usr/share/jitsi-meet-turnserver/* "${DOCDIR}"
44
# install -Dm644 -t "${pkgdir}/usr/share/doc/${pkgname}" doc/debian/jitsi-meet-turn/turnserver.conf doc/debian/jitsi-meet/jitsi-meet.conf doc/debian/jitsi-meet-turn/coturn-certbot-deploy.sh
45
chown -R root:root "${pkgdir}"
46
}
47
sha256sums=('9b1f00a28394d628d094db094b6efdec54bbdcc71c07d01281ceb37eacd4e888')
48
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 |