bungeecord
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt JAR from Jenkins CI of the official BungeeCord project; while the host is not whitelisted, it is plausibly official and the JAR is not executed outside the build context, posing 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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt JAR from Jenkins CI of the official BungeeCord project; while the host is not whitelisted, it is plausibly official and the JAR is not executed outside the build context, posing 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:21
source=("${pkgname}.${pkgver}.jar"::"https://ci.md-5.net/job/BungeeCord/${pkgver}/artifact/bootstrap/target/BungeeCord.jar"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Johannes Joens <johannes@joens.email>
2
# Contributer: Misterio <eu@misterio.me>
3
# Contributer: Gordian Edenhofer <gordian.edenhofer@gmail.com>
4
# Contributer: Philip Abernethy <chais.z3r0@gmail.com>
5
# Contributer: sowieso <sowieso@dukun.de>
6
7
pkgname=bungeecord
8
pkgver=1549
9
pkgrel=6
10
pkgdesc="BungeeCord is a sophisticated proxy and API designed mainly to teleport players between multiple Minecraft servers."
11
arch=('any')
12
url="https://www.spigotmc.org/"
13
license=('custom')
14
depends=('java-runtime-headless>=8' 'screen' 'sudo' 'bash' 'awk' 'sed')
15
optdepends=("tar: needed in order to create world backups"
16
"nmap-netcat: required in order to suspend an idle server")
17
backup=('etc/conf.d/bungeecord')
18
install="${pkgname}.install"
19
_subserver=proxy
20
21
source=("${pkgname}.${pkgver}.jar"::"https://ci.md-5.net/job/BungeeCord/${pkgver}/artifact/bootstrap/target/BungeeCord.jar"
22
"${pkgname}-backup@.service"
23
"${pkgname}-backup.timer"
24
"${pkgname}@.service"
25
"${pkgname}.conf"
26
"${pkgname}.sh"
27
"${_subserver}.conf"
28
"LICENSE"::"https://raw.githubusercontent.com/SpigotMC/BungeeCord/master/LICENSE")
29
30
noextract=("${pkgname}.${pkgver}.jar")
31
32
_server_root="/srv/bungeecord"
33
34
package() {
35
install -Dm644 ${pkgname}.conf "${pkgdir}/etc/conf.d/${pkgname}"
36
install -Dm755 ${pkgname}.sh "${pkgdir}/usr/bin/${pkgname}"
37
install -Dm644 ${pkgname}@.service "${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
38
install -Dm644 ${pkgname}-backup@.service "${pkgdir}/usr/lib/systemd/system/${pkgname}-backup@.service"
39
install -Dm644 ${pkgname}-backup.timer "${pkgdir}/usr/lib/systemd/system/${pkgname}-backup.timer"
40
install -Dm644 ${_subserver}.conf "${pkgdir}${_server_root}/servers/${_subserver}.conf"
41
install -Dm644 ${pkgname}.${pkgver}.jar "${pkgdir}${_server_root}/servers/${_subserver}/${pkgname}.${pkgver}.jar"
42
ln -s "${pkgname}.${pkgver}.jar" "${pkgdir}${_server_root}/servers/${_subserver}/server.jar"
43
44
# Link the log files
45
mkdir -p "${pkgdir}/var/log/"
46
install -dm2755 "${pkgdir}/${_server_root}/servers/${_subserver}/logs"
47
ln -s "${_server_root}/logs" "${pkgdir}/var/log/${pkgname}"
48
49
# Give the group write permissions and set user or group ID on execution
50
chmod g+ws "${pkgdir}${_server_root}"
51
52
install -D ./LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
53
}
54
md5sums=('SKIP'
55
'5a8269dd7e7f29b5b66ec867867da6c3'
56
'360e85e09794e41552bf257f4e655507'
57
'de4e626d540090bc211349725eba4071'
58
'1b12e11d8089fdb0a7ea4cd09d788467'
59
'd08f160d1dff2b980312b1758aff586e'
60
'68c2350a4584fb7c9b7edaa857e44761'
61
'SKIP')
62
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 |