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
3pkgname=openbolt
4pkgver=5.6.0
5pkgrel=1
6_upstream_pkgrel=1
7pkgdesc='OpenVoxProject OpenBolt, a community implementation of puppet-bolt.'
8license=('Apache-2.0')
9arch=('x86_64')
10url='https://github.com/OpenVoxProject/openbolt'
11options=(staticlibs !strip)
12source=("https://apt.voxpupuli.org/pool/openvox8/o/openbolt/openbolt_${pkgver}-${_upstream_pkgrel}+debian13_amd64.deb")
13sha512sums=('6166052cfca50c2f23a9a264a37525208a318eabef4a8bd8255284bce87781c6e4d1691001b6c4d8b5e8c0514c2c7aa71e1da92c9bf82c48b29885a2455fd26c')
14depends=('libxcrypt-compat')
15conflicts=('puppet-bolt')
16
17package() {
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)SeverityRules
2026-08-18 01:40:26 MEDIUM 3
2026-08-18 01:38:17 MEDIUM 3

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion