openhab4
The source is a tarball from openhab.jfrog.io, which is a legitimate artifact repository used by the OpenHAB project; the download is of the project's own release assets, which is standard practice, so despite the non-whitelisted host, this is a normal and safe build pattern.
Triggered rules
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 90%): The source is a tarball from openhab.jfrog.io, which is a legitimate artifact repository used by the OpenHAB project; the download is of the project's own release assets, which is standard practice, so despite the non-whitelisted host, this is a normal and safe build pattern.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:22
source=("openhab-${pkgver}.tar.gz::https://openhab.jfrog.io/artifactory/libs-release/org/openhab/distro/openhab/${pkgver}/openhab-${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Ben Alex <ben.alex@acegi.com.au>
pkgname=openhab4
pkgver=4.3.11
pkgrel=1
pkgdesc="openhab4 open source home automation software"
arch=("any")
url="http://www.openhab.org/"
license=("EPL")
depends=("java-runtime-headless=17" "archlinux-java-run")
optdepends=("openhab4-addons: add-on archives for offline use")
conflicts=("openhab4-snapshot")
backup=("etc/${pkgname}/services/addons.cfg"
"etc/${pkgname}/services/runtime.cfg"
"etc/default/${pkgname}"
"var/lib/${pkgname}/etc/keystore"
"var/lib/${pkgname}/etc/users.properties"
"var/lib/${pkgname}/etc/keys.properties")
install="${pkgname}.install"
source=("openhab-${pkgver}.tar.gz::https://openhab.jfrog.io/artifactory/libs-release/org/openhab/distro/openhab/${pkgver}/openhab-${pkgver}.tar.gz"
"${pkgname}.service"
"${pkgname}.default"
"${pkgname}.patch"
"karaf_wrapper.sh"
"${pkgname}.hook")
sha256sums=('6b5a9defffe29e019cbbf86fc9bdb2b859f0e05ba338a59ae1e23f6a4e8b209c'
'b339bb5d1ddea2307170941033f1ace0de5bb82cdb0f4494ee00e9f9724aec85'
'a1df4e6fa274e23328e40f07f1f71f51150eb303045e3b53db60932e926c5b81'
'cf89b80d32f91c382d62c9aa9c5a033fe80bb79d453fbdd49f97cf1412468ff7'
'b19c995beb521af7bf7a882370396748063a5bda9fdf2f28ed36e98437e98555'
'602b17bf8b824df289dbd5e5eea824042b3ec38de58c76b69b4dc72d90adfe35')
prepare() {
patch -p1 < ${srcdir}/${pkgname}.patch
}
package() {
install -Dm644 "${srcdir}/${pkgname}.default" "${pkgdir}/etc/default/${pkgname}"
install -Dm644 "${srcdir}/${pkgname}.service" "${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
mkdir -p "${pkgdir}/etc/${pkgname}"
cp -r ${srcdir}/conf/* "${pkgdir}/etc/${pkgname}"
mkdir -p "${pkgdir}/var/lib/${pkgname}/etc"
cp -r ${srcdir}/userdata/etc/* "${pkgdir}/var/lib/${pkgname}/etc"
mkdir -p "${pkgdir}/usr/share/${pkgname}"
cp -r "${srcdir}/runtime" "${pkgdir}/usr/share/${pkgname}"
cp -r "${srcdir}/addons" "${pkgdir}/usr/share/${pkgname}"
install -m755 "${srcdir}/karaf_wrapper.sh" "${pkgdir}/usr/share/${pkgname}/karaf_wrapper.sh"
mkdir -p "${pkgdir}/usr/share/libalpm/hooks"
install -m644 "${srcdir}/${pkgname}.hook" "${pkgdir}/usr/share/libalpm/hooks/${pkgname}.hook"
mkdir -p "${pkgdir}/var/log/${pkgname}"
echo "u ${pkgname} - - /usr/share/${pkgname}" | install -Dm644 /dev/stdin "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
echo "m ${pkgname} uucp" >> "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
echo "Z /etc/${pkgname} - ${pkgname} ${pkgname} -" | install -Dm644 /dev/stdin "${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
echo "Z /usr/share/${pkgname} - ${pkgname} ${pkgname} -" >> "${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
echo "Z /var/lib/${pkgname} - ${pkgname} ${pkgname} -" >> "${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
echo "z /var/log/${pkgname} - ${pkgname} ${pkgname} -" >> "${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
echo "z /run/lock 0775 root uucp -" >> "${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |