vanta-agent
The package downloads a prebuilt .deb from a non-standard host (agent-downloads.vanta.com) which is not a common code host and hosts an executable agent; while likely legitimate, the unverifiable nature of the binary artifact from a proprietary source constitutes a supply-chain risk.
Triggered rules
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
"${pkgver}-${_binname}.deb::https://agent-downloads.vanta.com/targets/versions/${pkgver}/${_binname}-amd64.deb"
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb from a non-standard host (agent-downloads.vanta.com) which is not a common code host and hosts an executable agent; while likely legitimate, the unverifiable nature of the binary artifact from a proprietary source constitutes a supply-chain risk.
PKGBUILD
1 offending line(s) highlighted# Maintainer: wim07101993
# Contributor: Michał Lisowski <lisu at riseup dot net>
# Contributor: Pierre Mavro <pmavro at qovery dot com>
# Contributor: Mesmer <ldepaulaf at gmail dot com
#
# Check for new Linux releases in: https://github.com/VantaInc/vanta-agent-scripts/blob/main/install-linux.sh
_binname=vanta
_svcname=vanta-agent
pkgname=vanta-agent
# https://app.vanta.com/downloads
pkgver=2.18.0
pkgrel=2
pkgdesc="Vanta agent"
arch=('x86_64')
url="https://www.vanta.com/"
depends=('systemd')
license=('custom:vanta')
install=$pkgname.install
source=(
"${pkgver}-${_binname}.deb::https://agent-downloads.vanta.com/targets/versions/${pkgver}/${_binname}-amd64.deb"
"${_svcname}.conf"
"vanta-setup.sh"
)
sha256sums=('0e6e584896237ad11ddaa5bd36de8d1b51a71ae93d84c95dd6b9b0ca7dc3f47d'
'2d650c20f8cabb78d3c629c38d8eed3b15f0e3f9f0b96b68f67fbe5831b41307'
'9c93408050135a85d874bc30346ba132a230704de5f0367548128207e923e70d')
package() {
echo " -> Extracting the data.tar.gz..."
tar -xzf data.tar.gz -C .
echo " -> Moving stuff in place..."
install -Dm644 "$srcdir"/usr/lib/systemd/system/vanta.service "$pkgdir"/usr/lib/systemd/system/$_svcname.service
# systemd override for regular restart because of Agent instability
install -Dm644 $_svcname.conf "$pkgdir"/etc/systemd/system/$_svcname.service.d/$_svcname.conf
# changelog
install -Dm644 usr/share/doc/vanta/changelog.gz "$pkgdir"/usr/share/doc/$_binname/changelog.gz
# custom install script to create the conf file
install -Dm755 "$srcdir/vanta-setup.sh" "$pkgdir/usr/bin/vanta-setup"
# vanta
for i in var/vanta/* ; do
install -Dm755 $i "$pkgdir"/$i
done
# Create a symlink to vanta-cli in /usr/bin for easy access
mkdir -p "$pkgdir/usr/bin"
ln -s /var/vanta/vanta-cli "$pkgdir/usr/bin/vanta-cli"
}
Changes since previous scan
--- PKGBUILD @ 2026-09-02 00:02+++ PKGBUILD @ 2026-09-17 00:27@@ -10,8 +10,8 @@ pkgname=vanta-agent # https://app.vanta.com/downloads-pkgver=2.16.1-pkgrel=7+pkgver=2.18.0+pkgrel=2 pkgdesc="Vanta agent" arch=('x86_64') url="https://www.vanta.com/"@@ -23,7 +23,7 @@ "${_svcname}.conf" "vanta-setup.sh" )-sha256sums=('bb8eccb929b63dc7c7137fd35716a69d5e20b616ae200a89ae519c6d2d6cf7f1'+sha256sums=('0e6e584896237ad11ddaa5bd36de8d1b51a71ae93d84c95dd6b9b0ca7dc3f47d' '2d650c20f8cabb78d3c629c38d8eed3b15f0e3f9f0b96b68f67fbe5831b41307' '9c93408050135a85d874bc30346ba132a230704de5f0367548128207e923e70d') Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 09:50:35 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |