jitsi-videobridge-nightly-bin
The package downloads a prebuilt Debian package from an official Jitsi download host to extract and repackage its contents; while the host is not on a standard whitelist, it is the project's official distribution point, and the binary is not executed during build, making this a normal AUR packaging pattern with low risk.
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 package downloads a prebuilt Debian package from an official Jitsi download host to extract and repackage its contents; while the host is not on a standard whitelist, it is the project's official distribution point, and the binary is not executed during build, making this a normal AUR packaging pattern with low risk.
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:27
"https://download.jitsi.org/unstable/jitsi-videobridge2_${_version//+/-}-1_all.deb"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Celogeek <arch-aur-f5d67e@celogeek.com>
_basename=jitsi
_pkgname=videobridge
_version=2.3+312+ga29d97d13
_pkgbase=${_basename}-${_pkgname}-nightly
_debname=${_basename}-${_pkgname}2
pkgname=${_pkgbase}-bin
pkgver=${_version}
pkgrel=1
pkgdesc="Jitsi Meet Videobridge nightly binary"
arch=('any')
url="https://jitsi.org/jitsi-meet/"
license=('Apache')
depends=("java-runtime-openjdk=17" "bash")
optdepends=("prosody")
makedepends=('tar' 'unzip')
options=('!strip')
backup=(
"etc/${_pkgbase}/config"
"etc/${_pkgbase}/logging.properties"
"etc/${_pkgbase}/sip-communicator.properties"
"etc/${_pkgbase}/jvb.conf"
)
source=(
"https://download.jitsi.org/unstable/jitsi-videobridge2_${_version//+/-}-1_all.deb"
"config"
"sip-communicator.properties"
"service"
"sysusers.conf"
"tmpfiles.conf"
)
provides=(${_pkgbase})
conflicts=(${_pkgbase})
build() {
rm -rf ${_pkgbase}
mkdir ${_pkgbase}
tar xJf data.tar.xz -C ${_pkgbase}
}
package() {
cd "$srcdir/${_pkgbase}"
DESTDIR="${pkgdir}/usr/lib/${_pkgbase}"
CONFDIR="${pkgdir}/etc/${_pkgbase}"
install -dm755 "${DESTDIR}"
cp -R usr/share/jitsi-videobridge/* "${DESTDIR}"
rm "${DESTDIR}"/{collect-dump-logs.sh,graceful_shutdown.sh}
chown -R root:root "${DESTDIR}"
install -dm700 "${CONFDIR}"
install -Dm600 -t "${CONFDIR}" etc/jitsi/videobridge/*
install -Dm644 "etc/sysctl.d/20-jvb-udp-buffers.conf" "${pkgdir}/etc/sysctl.d/${_pkgbase}.conf"
cd "$srcdir"
unzip "$srcdir/${_pkgbase}/usr/share/jitsi-videobridge/jitsi-videobridge.jar" reference.conf
mv reference.conf jvb.conf
install -Dm600 -t "${CONFDIR}" "config" "sip-communicator.properties" "jvb.conf"
install -Dm644 "service" "${pkgdir}/usr/lib/systemd/system/${_pkgbase}.service"
install -Dm644 "sysusers.conf" "${pkgdir}/usr/lib/sysusers.d/${_pkgbase}.conf"
install -Dm644 "tmpfiles.conf" "${pkgdir}/usr/lib/tmpfiles.d/${_pkgbase}.conf"
}
sha256sums=('aecf352836cc7a423b5062341486e184b618a80f57e187adad905ee6103247e4'
'0bd385d7444211b5f28d332dad263e9b3683fc27942926ac614cfa32f4a3f2f8'
'cc9fbf77497bce3c9673b2d144928f11cdd0c0823940c2b60c8369a2f086b9b7'
'70412a3894300f86a997ee926db87bb6148990a73dd71119f29a50286f919699'
'998cbc64def56ab98080ff7150dd0913a5e10325cd2b038cf3db14baf8cb19fc'
'5d168a9155a46b72cd26b921b185be20f5c2e1d27ee098feaad5a941dd554d43')
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 |