jitsi-videobridge-nightly-bin

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

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

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 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)
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:27 "https://download.jitsi.org/unstable/jitsi-videobridge2_${_version//+/-}-1_all.deb"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Celogeek <arch-aur-f5d67e@celogeek.com>
2
3_basename=jitsi
4_pkgname=videobridge
5_version=2.3+312+ga29d97d13
6
7_pkgbase=${_basename}-${_pkgname}-nightly
8_debname=${_basename}-${_pkgname}2
9pkgname=${_pkgbase}-bin
10pkgver=${_version}
11pkgrel=1
12pkgdesc="Jitsi Meet Videobridge nightly binary"
13arch=('any')
14url="https://jitsi.org/jitsi-meet/"
15license=('Apache')
16depends=("java-runtime-openjdk=17" "bash")
17optdepends=("prosody")
18makedepends=('tar' 'unzip')
19options=('!strip')
20backup=(
21 "etc/${_pkgbase}/config"
22 "etc/${_pkgbase}/logging.properties"
23 "etc/${_pkgbase}/sip-communicator.properties"
24 "etc/${_pkgbase}/jvb.conf"
25)
26source=(
27 "https://download.jitsi.org/unstable/jitsi-videobridge2_${_version//+/-}-1_all.deb"
28 "config"
29 "sip-communicator.properties"
30 "service"
31 "sysusers.conf"
32 "tmpfiles.conf"
33)
34provides=(${_pkgbase})
35conflicts=(${_pkgbase})
36
37build() {
38 rm -rf ${_pkgbase}
39 mkdir ${_pkgbase}
40 tar xJf data.tar.xz -C ${_pkgbase}
41}
42
43package() {
44 cd "$srcdir/${_pkgbase}"
45
46 DESTDIR="${pkgdir}/usr/lib/${_pkgbase}"
47 CONFDIR="${pkgdir}/etc/${_pkgbase}"
48
49 install -dm755 "${DESTDIR}"
50 cp -R usr/share/jitsi-videobridge/* "${DESTDIR}"
51 rm "${DESTDIR}"/{collect-dump-logs.sh,graceful_shutdown.sh}
52
53 chown -R root:root "${DESTDIR}"
54
55 install -dm700 "${CONFDIR}"
56 install -Dm600 -t "${CONFDIR}" etc/jitsi/videobridge/*
57 install -Dm644 "etc/sysctl.d/20-jvb-udp-buffers.conf" "${pkgdir}/etc/sysctl.d/${_pkgbase}.conf"
58
59 cd "$srcdir"
60 unzip "$srcdir/${_pkgbase}/usr/share/jitsi-videobridge/jitsi-videobridge.jar" reference.conf
61 mv reference.conf jvb.conf
62 install -Dm600 -t "${CONFDIR}" "config" "sip-communicator.properties" "jvb.conf"
63 install -Dm644 "service" "${pkgdir}/usr/lib/systemd/system/${_pkgbase}.service"
64 install -Dm644 "sysusers.conf" "${pkgdir}/usr/lib/sysusers.d/${_pkgbase}.conf"
65 install -Dm644 "tmpfiles.conf" "${pkgdir}/usr/lib/tmpfiles.d/${_pkgbase}.conf"
66}
67sha256sums=('aecf352836cc7a423b5062341486e184b618a80f57e187adad905ee6103247e4'
68 '0bd385d7444211b5f28d332dad263e9b3683fc27942926ac614cfa32f4a3f2f8'
69 'cc9fbf77497bce3c9673b2d144928f11cdd0c0823940c2b60c8369a2f086b9b7'
70 '70412a3894300f86a997ee926db87bb6148990a73dd71119f29a50286f919699'
71 '998cbc64def56ab98080ff7150dd0913a5e10325cd2b038cf3db14baf8cb19fc'
72 '5d168a9155a46b72cd26b921b185be20f5c2e1d27ee098feaad5a941dd554d43')
73

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 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

Report a package

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

0 / 4000
Your suggestion