openhab2
The source URL is hosted on openhab.jfrog.io, which is a legitimate artifact repository used by the openHAB project; the download is a source tarball for building the software, not a prebuilt executable, and the checksum is verified, so the risk is low despite the non-whitelisted host.
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 95%): The source URL is hosted on openhab.jfrog.io, which is a legitimate artifact repository used by the openHAB project; the download is a source tarball for building the software, not a prebuilt executable, and the checksum is verified, so the risk is low despite the non-whitelisted host.
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-local/org/openhab/distro/openhab/${pkgver}/openhab-${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Christoph Scholz <christoph.scholz@gmail.com>
pkgname=openhab2
pkgver=2.5.12
pkgrel=1
pkgdesc="openHAB2 open source home automation software"
arch=('any')
url="http://www.openhab.org/"
license=('EPL')
depends=('java-runtime-headless=8' 'archlinux-java-run')
conflicts=('openhab-runtime' 'openhab-addons' 'openhab-beta')
backup=('etc/openhab2/services/addons.cfg'
'etc/openhab2/services/runtime.cfg'
'etc/default/openhab2'
'var/lib/openhab2/etc/keystore'
'var/lib/openhab2/etc/users.properties'
'var/lib/openhab2/etc/keys.properties')
install="${pkgname}.install"
source=("openhab-${pkgver}.tar.gz::https://openhab.jfrog.io/artifactory/libs-release-local/org/openhab/distro/openhab/${pkgver}/openhab-${pkgver}.tar.gz"
"openhab2.service"
"openhab2.default"
"openhab2.install"
"openhab2.patch"
"karaf_wrapper.sh")
noextract=("openhab-${pkgver}.tar.gz")
sha256sums=('24e8a71e6bc22303800163871d1c0554843fa19e9cd736e6be721aa0798bbe3a'
'd7bb21c0e0dc27534af29a9a5538ccbcf801b08afe41ba84be738f44456510aa'
'b149d976dc13dc18c62d2014457557e266e733ead70b0730d06dcd0372da78a7'
'c6ddfcf9d38882ef50cdff6eb9a5df4d3577c07771a8c6d91484d1d84ad63705'
'500118875b0a9f3a4a511bebea3aebaebaa1e8fb5fc1e5c9222e3a287530a5ab'
'd61ebec172e2a173dbe94f534035b55250e1b09f4cab5665d275ccfcdf3e710e')
prepare() {
if [[ ! -d ${srcdir}/openhab2 ]]; then
mkdir ${srcdir}/openhab2
fi
cd ${srcdir}/openhab2
tar xzf ${srcdir}/openhab-${pkgver}.tar.gz
patch -p1 < ../openhab2.patch
}
package() {
install -Dm644 openhab2.default "${pkgdir}/etc/default/openhab2"
install -Dm644 openhab2.service "${pkgdir}/usr/lib/systemd/system/openhab2.service"
install -Dm755 karaf_wrapper.sh "${pkgdir}/usr/share/openhab2/karaf_wrapper.sh"
mkdir -p "${pkgdir}/etc/openhab2"
cp -r ${srcdir}/openhab2/conf/* "${pkgdir}/etc/openhab2"
mkdir -p "${pkgdir}/var/lib/openhab2"
cp -r ${srcdir}/openhab2/userdata/* "${pkgdir}/var/lib/openhab2"
mkdir -p "${pkgdir}/usr/share"
cp -r "${srcdir}/openhab2" "${pkgdir}/usr/share"
rm -fr "${pkgdir}/usr/share/openhab2/conf"
rm -fr "${pkgdir}/usr/share/openhab2/userdata"
mkdir -p "${pkgdir}/var/log/openhab2"
}
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 |