bungeecord

LOW
maintainer orphaned 0 votes scanned 2026-09-17 00:27:14.276658
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
7pkgname=bungeecord
8pkgver=1549
9pkgrel=6
10pkgdesc="BungeeCord is a sophisticated proxy and API designed mainly to teleport players between multiple Minecraft servers."
11arch=('any')
12url="https://www.spigotmc.org/"
13license=('custom')
14depends=('java-runtime-headless>=8' 'screen' 'sudo' 'bash' 'awk' 'sed')
15optdepends=("tar: needed in order to create world backups"
16 "nmap-netcat: required in order to suspend an idle server")
17backup=('etc/conf.d/bungeecord')
18install="${pkgname}.install"
19_subserver=proxy
20
21source=("${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
30noextract=("${pkgname}.${pkgver}.jar")
31
32_server_root="/srv/bungeecord"
33
34package() {
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}
54md5sums=('SKIP'
55 '5a8269dd7e7f29b5b66ec867867da6c3'
56 '360e85e09794e41552bf257f4e655507'
57 'de4e626d540090bc211349725eba4071'
58 '1b12e11d8089fdb0a7ea4cd09d788467'
59 'd08f160d1dff2b980312b1758aff586e'
60 '68c2350a4584fb7c9b7edaa857e44761'
61 'SKIP')
62

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