openvox-agent-bin
maintainer Lirion
· 1 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads prebuilt .deb binaries from a non-standard host (apt.voxpupuli.org), which are then extracted and installed; while the host appears legitimate and checksums are provided, the use of unverifiable prebuilt binaries from a non-upstream, non-whitelisted domain constitutes a supply-chain risk if the host were compromised.
Triggered rules
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:15
source_x86_64=("https://apt.voxpupuli.org/pool/openvox8/o/openvox-agent/${_pkgname}_${pkgver}-1+debian13_amd64.deb")
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads prebuilt .deb binaries from a non-standard host (apt.voxpupuli.org), which are then extracted and installed; while the host appears legitimate and checksums are provided, the use of unverifiable prebuilt binaries from a non-upstream, non-whitelisted domain constitutes a supply-chain risk if the host were compromised.
PKGBUILD
1 offending line(s) highlighted
1
pkgname=openvox-agent-bin
2
_pkgname=openvox-agent
3
pkgver=8.28.1
4
pkgrel=2
5
pkgdesc='Agent of the OpenVox Automation Framework (non-modular)'
6
arch=('x86_64' 'aarch64' 'armv7h')
7
url='https://voxpupuli.org/openvox/'
8
license=('Apache-2.0')
9
depends=('libxcrypt-compat')
10
options=('!debug')
11
conflicts=('puppet' 'openvox')
12
provides=('puppet' 'openvox')
13
backup=('etc/puppetlabs/puppet/puppet.conf' 'etc/puppetlabs/puppet/hiera.yaml')
14
15
source_x86_64=("https://apt.voxpupuli.org/pool/openvox8/o/openvox-agent/${_pkgname}_${pkgver}-1+debian13_amd64.deb")
16
source_aarch64=("https://apt.voxpupuli.org/pool/openvox8/o/openvox-agent/${_pkgname}_${pkgver}-1+debian13_arm64.deb")
17
source_armv7h=("https://apt.voxpupuli.org/pool/openvox8/o/openvox-agent/${_pkgname}_${pkgver}-1+debian13_armhf.deb")
18
19
prepare() {
20
mkdir -p data
21
bsdtar -x -f data.tar.gz -C data
22
}
23
24
package() {
25
cp -a "${srcdir}/data/opt" "${pkgdir}/"
26
cp -a "${srcdir}/data/etc" "${pkgdir}/"
27
install -Dm 644 "${srcdir}/data/lib/systemd/system/puppet.service" "${pkgdir}/usr/lib/systemd/system/puppet.service"
28
}
29
b2sums_x86_64=('255c4cd1c61d831e30fcb338bf803310fba7c0d33369545ad7139ee2295afd6d0e55eb0166a2811c9ddbf06c35127c8ce243ce565659789f0fef9ef4700fa129')
30
b2sums_aarch64=('7cbe26a72fc792b002dc0f98119bf85864ba82fe3e0ba7446104b61b0fecd42b1da0451d35295c4225eb00e0008bdc29ea2fa0a7541721d1301459017335a5fb')
31
b2sums_armv7h=('304ee5b615eb2857268ec10fc1ec22eb23bd68b12af714a4ba5a553de22c8b1f0f240ccc084fd96afb294716b610e72af4f640046ddaf9a41e79798fb05e6af4')
32
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |