jicofo-nightly-bin
maintainer celogeek
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb binary from an unofficial 'unstable' release channel at download.jitsi.org, which is a swappable host for unofficial builds; while the checksums are verified, the source is a precompiled binary that could be replaced upstream without detection, posing a supply-chain risk.
Triggered rules
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"
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a prebuilt .deb binary from an unofficial 'unstable' release channel at download.jitsi.org, which is a swappable host for unofficial builds; while the checksums are verified, the source is a precompiled binary that could be replaced upstream without detection, posing a supply-chain risk.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Celogeek <arch-aur-f5d67e@celogeek.com>
2
3
_basename=jicofo
4
_version=1.0+1184
5
6
_pkgbase=${_basename}-nightly
7
pkgname=${_pkgbase}-bin
8
pkgver=${_version}
9
pkgrel=1
10
pkgdesc="JItsi meet COnference FOcus nightly binary"
11
arch=('any')
12
url="https://jitsi.org/jitsi-meet/"
13
license=('Apache')
14
depends=("java-runtime-openjdk=17" "bash")
15
optdepends=("prosody")
16
makedepends=('tar' 'unzip')
17
options=('!strip')
18
backup=(
19
"etc/${_pkgbase}/config"
20
"etc/${_pkgbase}/logging.properties"
21
"etc/${_pkgbase}/jicofo.conf"
22
)
23
source=(
24
"https://download.jitsi.org/unstable/jicofo_${_version//+/-}-1_all.deb"
25
"jicofo_${_version#1.0+}.conf::https://raw.githubusercontent.com/jitsi/jicofo/${_version#1.0+}/jicofo-selector/src/main/resources/reference.conf"
26
"config"
27
"service"
28
"sysusers.conf"
29
"tmpfiles.conf"
30
)
31
provides=(${_pkgbase})
32
conflicts=(${_pkgbase})
33
install=install
34
35
build() {
36
rm -rf ${_pkgbase}
37
mkdir ${_pkgbase}
38
tar xJf data.tar.xz -C ${_pkgbase}
39
}
40
41
package() {
42
cd "$srcdir/${_pkgbase}"
43
44
DESTDIR="${pkgdir}/usr/lib/${_pkgbase}"
45
CONFDIR="${pkgdir}/etc/${_pkgbase}"
46
47
install -dm755 "${DESTDIR}"
48
cp -R usr/share/jicofo/* "${DESTDIR}"
49
rm "${DESTDIR}"/collect-dump-logs.sh
50
51
chown -R root:root "${DESTDIR}"
52
53
install -dm700 "${CONFDIR}"
54
install -Dm600 -t "${CONFDIR}" "etc/jitsi/jicofo/logging.properties"
55
sed -i 's@/var/log/jitsi@/var/log/'${_pkgbase}'@' "${CONFDIR}/logging.properties"
56
57
cd "$srcdir"
58
install -Dm600 "config" "${CONFDIR}/config"
59
install -Dm600 "jicofo_${_version#1.0+}.conf" "${CONFDIR}/jicofo.conf"
60
install -Dm644 "service" "${pkgdir}/usr/lib/systemd/system/${_pkgbase}.service"
61
62
install -Dm644 "sysusers.conf" "${pkgdir}/usr/lib/sysusers.d/${_pkgbase}.conf"
63
install -Dm644 "tmpfiles.conf" "${pkgdir}/usr/lib/tmpfiles.d/${_pkgbase}.conf"
64
}
65
sha256sums=('9384b2ff9bda8dff00be7ff4b48e5fb921b81c3e2ea6ac0b45ce0e7451b856e4'
66
'363dfa979fb360ef728cb755da73cf0c20b97c5233d6b793aa7c36cf9a53fa96'
67
'c258808de5031c0d72df0aedfd521d07e6c442cd152e75737bdc1d758545521e'
68
'548d307aa9f4ffae64b4c9c3e891f4332a8454bd7b271e5b76932c705697ee74'
69
'0681e97ca1e06d8ea7bdec0a874c6fc7a6ea84628923005130cd444547a1b440'
70
'a8e5ff30f3737da564f61e7d00cc6e0a8b243da54aa02f94095deaa2f4cceb66')
71
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |