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

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

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Celogeek <arch-aur-f5d67e@celogeek.com>
2
3_basename=jicofo
4_version=1.0+1196
5
6_pkgbase=${_basename}-nightly
7pkgname=${_pkgbase}-bin
8pkgver=${_version}
9pkgrel=1
10pkgdesc="JItsi meet COnference FOcus nightly binary"
11arch=('any')
12url="https://jitsi.org/jitsi-meet/"
13license=('Apache')
14depends=("java-runtime-openjdk=17" "bash")
15optdepends=("prosody")
16makedepends=('tar' 'unzip')
17options=('!strip')
18backup=(
19 "etc/${_pkgbase}/config"
20 "etc/${_pkgbase}/logging.properties"
21 "etc/${_pkgbase}/jicofo.conf"
22)
23source=(
24 "https://download.jitsi.org/unstable/jicofo_${_version//+/-}-1_all.deb"
25 "jicofo.conf"
26 "jicofo_default_${_version#1.0+}.conf::https://raw.githubusercontent.com/jitsi/jicofo/${_version#1.0+}/jicofo/src/main/resources/reference.conf"
27 "jicofo_default_${_version#1.0+}_common.conf::https://raw.githubusercontent.com/jitsi/jicofo/${_version#1.0+}/jicofo-common/src/main/resources/reference.conf"
28 "jicofo_default_${_version#1.0+}_selector.conf::https://raw.githubusercontent.com/jitsi/jicofo/${_version#1.0+}/jicofo-selector/src/main/resources/reference.conf"
29 "config"
30 "service"
31 "sysusers.conf"
32 "tmpfiles.conf"
33)
34provides=(${_pkgbase})
35conflicts=(${_pkgbase})
36install=install
37
38build() {
39 rm -rf ${_pkgbase}
40 mkdir ${_pkgbase}
41 tar xJf data.tar.xz -C ${_pkgbase}
42}
43
44package() {
45 cd "$srcdir/${_pkgbase}"
46
47 DESTDIR="${pkgdir}/usr/lib/${_pkgbase}"
48 CONFDIR="${pkgdir}/etc/${_pkgbase}"
49
50 install -dm755 "${DESTDIR}"
51 cp -R usr/share/jicofo/* "${DESTDIR}"
52 rm "${DESTDIR}"/collect-dump-logs.sh
53
54 chown -R root:root "${DESTDIR}"
55
56 install -dm700 "${CONFDIR}"
57 install -Dm600 -t "${CONFDIR}" "etc/jitsi/jicofo/logging.properties"
58 sed -i 's@/var/log/jitsi@/var/log/'${_pkgbase}'@' "${CONFDIR}/logging.properties"
59
60 cd "$srcdir"
61 install -Dm600 "config" "${CONFDIR}/config"
62 install -Dm600 "jicofo.conf" "${CONFDIR}/jicofo.conf"
63 install -Dm600 "jicofo_default_${_version#1.0+}.conf" "${CONFDIR}/jicofo_default.conf"
64 install -Dm600 "jicofo_default_${_version#1.0+}_common.conf" "${CONFDIR}/jicofo_default_common.conf"
65 install -Dm600 "jicofo_default_${_version#1.0+}_selector.conf" "${CONFDIR}/jicofo_default_selector.conf"
66 install -Dm644 "service" "${pkgdir}/usr/lib/systemd/system/${_pkgbase}.service"
67
68 install -Dm644 "sysusers.conf" "${pkgdir}/usr/lib/sysusers.d/${_pkgbase}.conf"
69 install -Dm644 "tmpfiles.conf" "${pkgdir}/usr/lib/tmpfiles.d/${_pkgbase}.conf"
70}
71sha256sums=('f5013c16d558922e27dcb9ef1743e6dcf7ba2a97b82c80fcc1805eedaae21103'
72 '77f2e2d62e9fe38188f41b063496cc10970cc989ed620a64a2251d986d6ac253'
73 '6dce91c02633f2dfe550555f90fee84426c6c303c437bfe0400a373e4bca56ad'
74 'b22a8df91cde1956969bd3a6fd293bea01be54713649ed0fd39e847b1eb61886'
75 '7a96fcef5673cd0ee41d7e1c78bf7b6dca3fbf94d9e0ef8af2db146fc4f16c87'
76 'c258808de5031c0d72df0aedfd521d07e6c442cd152e75737bdc1d758545521e'
77 '548d307aa9f4ffae64b4c9c3e891f4332a8454bd7b271e5b76932c705697ee74'
78 '0681e97ca1e06d8ea7bdec0a874c6fc7a6ea84628923005130cd444547a1b440'
79 'a8e5ff30f3737da564f61e7d00cc6e0a8b243da54aa02f94095deaa2f4cceb66')
80

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