openbolt
maintainer Joboy
· 0 votes
· scanned 2026-08-18 01:40:26.784137
MEDIUM
View on AUR ↗
Why flagged
Installs a prebuilt .deb binary from apt.voxpupuli.org (a non-whitelisted third-party apt repository, not the project's own GitHub release infrastructure), which is an unofficial/unverifiable prebuilt executable that could be silently swapped; however the host is plausibly project-affiliated (Vox Pupuli is the upstream community) and a sha512 checksum is provided, reducing but not eliminating the risk.
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:12
source=("https://apt.voxpupuli.org/pool/openvox8/o/openbolt/openbolt_${pkgver}-${_upstream_pkgrel}+debian13_amd64.deb")
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
MEDIUM
AI review
llm_review
An AI model (anthropic/claude-sonnet-4.6) reviewed this and agrees it is MEDIUM (confidence 60%): Installs a prebuilt .deb binary from apt.voxpupuli.org (a non-whitelisted third-party apt repository, not the project's own GitHub release infrastructure), which is an unofficial/unverifiable prebuilt executable that could be silently swapped; however the host is plausibly project-affiliated (Vox Pupuli is the upstream community) and a sha512 checksum is provided, reducing but not eliminating the risk.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Jonas Verhofsté <jonas@verhofste.tech>
2
3
pkgname=openbolt
4
pkgver=5.6.0
5
pkgrel=1
6
_upstream_pkgrel=1
7
pkgdesc='OpenVoxProject OpenBolt, a community implementation of puppet-bolt.'
8
license=('Apache-2.0')
9
arch=('x86_64')
10
url='https://github.com/OpenVoxProject/openbolt'
11
options=(staticlibs !strip)
12
source=("https://apt.voxpupuli.org/pool/openvox8/o/openbolt/openbolt_${pkgver}-${_upstream_pkgrel}+debian13_amd64.deb")
13
sha512sums=('6166052cfca50c2f23a9a264a37525208a318eabef4a8bd8255284bce87781c6e4d1691001b6c4d8b5e8c0514c2c7aa71e1da92c9bf82c48b29885a2455fd26c')
14
depends=('libxcrypt-compat')
15
conflicts=('puppet-bolt')
16
17
package() {
18
tar -xzf data.tar.gz -C "${pkgdir}" ./etc ./opt
19
install -d -m '0755' "${pkgdir}/usr/bin"
20
ln -sT /opt/puppetlabs/bin/bolt "${pkgdir}/usr/bin/bolt"
21
}
22
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 01:40:26 | MEDIUM | 3 |
| 2026-08-18 01:38:17 | MEDIUM | 3 |