openvox-server
The source is a tarball from a project-associated domain (artifacts.voxpupuli.org) used to build the software; it is not an unverifiable prebuilt binary, and the host, while not standard, is plausibly official for the project.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from a project-associated domain (artifacts.voxpupuli.org) used to build the software; it is not an unverifiable prebuilt binary, and the host, while not standard, is plausibly official for the project.
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:29
source=("${pkgname}-${pkgver}.tar.gz::https://artifacts.voxpupuli.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
PKGBUILD
1 offending line(s) highlighted# Maintainer : L. Bradley LaBoon <brad@laboon.io>
# Contributor: Christian Rebischke <chris.rebischke[at]archlinux[dot]org>
# Contributor: Jonathan Steel <jsteel at archlinux.org>
# Contributor: Niels Abspoel <aboe76 (at) Gmail (dot) com>
pkgname=openvox-server
pkgver=8.15.2
pkgrel=1
pkgdesc='Server automation framework and application'
arch=('any')
url='https://github.com/OpenVoxProject/openvox-server'
license=('APACHE')
depends=('ruby' 'puppet>=6' 'java-runtime-headless=21' 'logrotate' 'jruby'
'openfact' 'net-tools')
conflicts=('puppetserver')
provides=('puppetserver')
backup=('etc/default/puppetserver'
'etc/logrotate.d/puppetserver'
'etc/puppetlabs/puppetserver/conf.d/auth.conf'
'etc/puppetlabs/puppetserver/conf.d/global.conf'
'etc/puppetlabs/puppetserver/conf.d/puppetserver.conf'
'etc/puppetlabs/puppetserver/conf.d/web-routes.conf'
'etc/puppetlabs/puppetserver/conf.d/webserver.conf'
'etc/puppetlabs/puppetserver/logback.xml'
'etc/puppetlabs/puppetserver/request-logging.xml'
'etc/puppetlabs/puppetserver/services.d/ca.cfg')
install="${pkgname}.install"
_hiera_eyaml_ver=5.0.1
source=("${pkgname}-${pkgver}.tar.gz::https://artifacts.voxpupuli.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha512sums=('d6608696ca642e0dd2c33a35ae6d4c55ceb8c7eefdcdbcebb0ed6cd7e892dfe5fe049649fe5166f8ac601f6eeb6116eeefc8d4dc96ae81a751116bc0f05dd177')
prepare() {
cd "puppetserver-${pkgver}"
echo "hiera-eyaml ${_hiera_eyaml_ver}" >> ext/build-scripts/jruby-gem-list.txt
sed -i 's:sysconfig:default:' ext/redhat/puppetserver.service
sed -i "s:\[/opt/puppetlabs/puppet/lib/ruby/vendor_ruby\]:\[$( ruby -e \
'puts RbConfig::CONFIG["vendorlibdir"]' ),$( ruby -e \
'puts Gem.default_dir' )/gems/openfact-$( facter -v )/lib\]:" \
"ext/config/conf.d/puppetserver.conf"
sed -i "s:/opt/puppetlabs/puppet/lib/ruby/vendor_gems:$( ruby -e \
'puts Gem.default_dir' ):" \
ext/build-scripts/install-vendored-gems.sh
sed -i 's:#!/opt/.*/ruby:#!/usr/bin/ruby:' ext/cli/ca
}
package() {
cd "puppetserver-${pkgver}"
_prefix=${_prefix:=/usr}
_unitdir=${_unitdir:=/usr/lib/systemd/system}
_real_name=${_real_name:=puppetserver}
_confdir=${_confdir:=/etc}
_sysconfdir=/etc
_app_bindir=${_bindir:=/opt/puppetlabs/server/apps/${_real_name}/bin}
_sym_bindir=${_symbindir:=/opt/puppetlabs/server/bin}
_app_prefix=${_app_prefix:=/opt/puppetlabs/server/apps/${_real_name}}
_app_data=${_app_data:=/opt/puppetlabs/server/data/${_real_name}}
_app_logdir=${_app_logdir:=/var/log/puppetlabs/${_real_name}}
env EZ_VERBOSE=1 DESTDIR="${pkgdir}" prefix=${_prefix} \
app_prefix=${_app_prefix} app_data=${_app_data} \
confdir=${_sysconfdir} bindir=${_app_bindir} symbindir=${_sym_bindir} \
rundir=${_app_rundir} \
bash install.sh install_redhat
env EZ_VERBOSE=1 DESTDIR="${pkgdir}" prefix=${_prefix} \
app_prefix=${_app_prefix} app_data=${_app_data} \
confdir=${_sysconfdir} bindir=${_app_bindir} \
symbindir=${_sym_bindir} rundir=${_app_rundir} \
defaultsdir=${_sysconfdir}/default unitdir=${_unitdir} \
bash install.sh systemd_redhat
env EZ_VERBOSE=1 DESTDIR="${pkgdir}" confdir=${_sysconfdir} \
bash install.sh logrotate
install -d -m 0755 "${pkgdir}/usr/bin"
ln -s "${_symbindir}/${_real_name}" "${pkgdir}/usr/bin/${_real_name}"
install -d "${pkgdir}"/opt/puppetlabs/server/data/puppetserver/jruby-gems
rm -r "${pkgdir}"/var/run
sed -i 's/\/var\/run/\/run/g' "${pkgdir}/usr/lib/tmpfiles.d/puppetserver.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 |