jicofo-nightly-bin
The package downloads a prebuilt .deb from download.jitsi.org, an official Jitsi project domain, and extracts it locally; despite the static analyzer flag for a non-standard host, this is a legitimate source for Jitsi binaries, and no untrusted or swappable remote code execution occurs.
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 .deb from download.jitsi.org, an official Jitsi project domain, and extracts it locally; despite the static analyzer flag for a non-standard host, this is a legitimate source for Jitsi binaries, and no untrusted or swappable remote code execution occurs.
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:24
"https://download.jitsi.org/unstable/jicofo_${_version//+/-}-1_all.deb"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Celogeek <arch-aur-f5d67e@celogeek.com>
_basename=jicofo
_version=1.0+1196
_pkgbase=${_basename}-nightly
pkgname=${_pkgbase}-bin
pkgver=${_version}
pkgrel=1
pkgdesc="JItsi meet COnference FOcus 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}/jicofo.conf"
)
source=(
"https://download.jitsi.org/unstable/jicofo_${_version//+/-}-1_all.deb"
"jicofo.conf"
"jicofo_default_${_version#1.0+}.conf::https://raw.githubusercontent.com/jitsi/jicofo/${_version#1.0+}/jicofo/src/main/resources/reference.conf"
"jicofo_default_${_version#1.0+}_common.conf::https://raw.githubusercontent.com/jitsi/jicofo/${_version#1.0+}/jicofo-common/src/main/resources/reference.conf"
"jicofo_default_${_version#1.0+}_selector.conf::https://raw.githubusercontent.com/jitsi/jicofo/${_version#1.0+}/jicofo-selector/src/main/resources/reference.conf"
"config"
"service"
"sysusers.conf"
"tmpfiles.conf"
)
provides=(${_pkgbase})
conflicts=(${_pkgbase})
install=install
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/jicofo/* "${DESTDIR}"
rm "${DESTDIR}"/collect-dump-logs.sh
chown -R root:root "${DESTDIR}"
install -dm700 "${CONFDIR}"
install -Dm600 -t "${CONFDIR}" "etc/jitsi/jicofo/logging.properties"
sed -i 's@/var/log/jitsi@/var/log/'${_pkgbase}'@' "${CONFDIR}/logging.properties"
cd "$srcdir"
install -Dm600 "config" "${CONFDIR}/config"
install -Dm600 "jicofo.conf" "${CONFDIR}/jicofo.conf"
install -Dm600 "jicofo_default_${_version#1.0+}.conf" "${CONFDIR}/jicofo_default.conf"
install -Dm600 "jicofo_default_${_version#1.0+}_common.conf" "${CONFDIR}/jicofo_default_common.conf"
install -Dm600 "jicofo_default_${_version#1.0+}_selector.conf" "${CONFDIR}/jicofo_default_selector.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=('f5013c16d558922e27dcb9ef1743e6dcf7ba2a97b82c80fcc1805eedaae21103'
'77f2e2d62e9fe38188f41b063496cc10970cc989ed620a64a2251d986d6ac253'
'6dce91c02633f2dfe550555f90fee84426c6c303c437bfe0400a373e4bca56ad'
'b22a8df91cde1956969bd3a6fd293bea01be54713649ed0fd39e847b1eb61886'
'7a96fcef5673cd0ee41d7e1c78bf7b6dca3fbf94d9e0ef8af2db146fc4f16c87'
'c258808de5031c0d72df0aedfd521d07e6c442cd152e75737bdc1d758545521e'
'548d307aa9f4ffae64b4c9c3e891f4332a8454bd7b271e5b76932c705697ee74'
'0681e97ca1e06d8ea7bdec0a874c6fc7a6ea84628923005130cd444547a1b440'
'a8e5ff30f3737da564f61e7d00cc6e0a8b243da54aa02f94095deaa2f4cceb66')
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 |