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}
10pkgname=${_pkgbase}-bin
11pkgver=${_version}
12pkgrel=1
13pkgdesc="Jitsi Meet Prosody Plugins binary"
14arch=('any')
15url="https://jitsi.org/jitsi-meet/"
16license=('Apache')
17depends=()
18optdepends=("coturn")
19makedepends=(
20)
21options=('!strip')
22backup=(
23)
24makedepends=('tar')
25source=(
26 "https://download.jitsi.org/stable/jitsi-meet-turnserver_${_version}-1_all.deb"
27)
28
29provides=(${_pkgbase})
30conflicts=(${_pkgbase})
31install=jitsi.install
32
33build() {
34 rm -rf ${_pkgbase}
35 mkdir ${_pkgbase}
36 tar xJf data.tar.xz -C ${_pkgbase}
37}
38
39package() {
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}
47sha256sums=('9b1f00a28394d628d094db094b6efdec54bbdcc71c07d01281ceb37eacd4e888')
48

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion