jicofo-bin
maintainer celogeek
· 8 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from Jitsi's official domain (download.jitsi.org) and configuration files from GitHub; all sources are verifiable and checksummed, posing no supply-chain risk despite the non-whitelisted host.
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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt .deb from Jitsi's official domain (download.jitsi.org) and configuration files from GitHub; all sources are verifiable and checksummed, posing no supply-chain risk despite the non-whitelisted host.
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:25
"https://download.jitsi.org/stable/jicofo_${_version//+/-}-1_all.deb"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: C0rn3j <spleefer90@gmail.com>
2
# Contributor: Celogeek <private-4zokpdq6@mrhyde.xyz>
3
4
_basename=jicofo
5
_version=1.0+1183
6
7
_pkgbase=${_basename}
8
pkgname=${_pkgbase}-bin
9
pkgver=${_version}
10
pkgrel=2
11
pkgdesc="JItsi meet COnference FOcus binary"
12
arch=('any')
13
url="https://jitsi.org/jitsi-meet/"
14
license=('Apache')
15
depends=("java-runtime-openjdk=17" "bash")
16
optdepends=("prosody")
17
makedepends=('tar' 'unzip')
18
options=('!strip')
19
backup=(
20
"etc/${_pkgbase}/config"
21
"etc/${_pkgbase}/logging.properties"
22
"etc/${_pkgbase}/jicofo.conf"
23
)
24
source=(
25
"https://download.jitsi.org/stable/jicofo_${_version//+/-}-1_all.deb"
26
"jicofo_${_version#1.0+}.conf::https://raw.githubusercontent.com/jitsi/jicofo/${_version#1.0+}/jicofo-selector/src/main/resources/reference.conf"
27
"config"
28
"service"
29
"sysusers.conf"
30
"tmpfiles.conf"
31
)
32
provides=(${_pkgbase})
33
conflicts=(${_pkgbase})
34
install=jitsi.install
35
36
build() {
37
rm -rf ${_pkgbase}
38
mkdir ${_pkgbase}
39
tar xJf data.tar.xz -C ${_pkgbase}
40
}
41
42
package() {
43
cd "$srcdir/${_pkgbase}"
44
45
DESTDIR="${pkgdir}/usr/lib/${_pkgbase}"
46
CONFDIR="${pkgdir}/etc/${_pkgbase}"
47
48
install -dm755 "${DESTDIR}"
49
cp -R usr/share/jicofo/* "${DESTDIR}"
50
rm "${DESTDIR}"/collect-dump-logs.sh
51
52
chown -R root:root "${DESTDIR}"
53
54
install -dm700 "${CONFDIR}"
55
install -Dm600 -t "${CONFDIR}" "etc/jitsi/jicofo/logging.properties"
56
sed -i 's@/var/log/jitsi@/var/log/'${_pkgbase}'@' "${CONFDIR}/logging.properties"
57
58
cd "$srcdir"
59
install -Dm600 "config" "${CONFDIR}/config"
60
install -Dm600 "jicofo_${_version#1.0+}.conf" "${CONFDIR}/jicofo.conf"
61
install -Dm644 "service" "${pkgdir}/usr/lib/systemd/system/${_pkgbase}.service"
62
63
install -Dm644 "sysusers.conf" "${pkgdir}/usr/lib/sysusers.d/${_pkgbase}.conf"
64
install -Dm644 "tmpfiles.conf" "${pkgdir}/usr/lib/tmpfiles.d/${_pkgbase}.conf"
65
}
66
sha256sums=('ef631291961286f2b01ad396af6d5c77a5b5ed68e8a2d39c0ba680f903c874e9'
67
'363dfa979fb360ef728cb755da73cf0c20b97c5233d6b793aa7c36cf9a53fa96'
68
'b69f9485ba55b53fe6d1a8b5e4a37c542641cb205c6f5c0b2cf89d236cc6b562'
69
'902229d135e9b949da318f539cbe8f266bdd4e32e514f37d8782ad4562dc791b'
70
'0681e97ca1e06d8ea7bdec0a874c6fc7a6ea84628923005130cd444547a1b440'
71
'9f6fb4759099feefaee6fd44cac5854401e58f7ce929949cbc3994faaa3487d3')
72
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |