libvppinfra-bin
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:13
source=("$pkgname-$pkgver.deb::https://packagecloud.io/fdio/release/packages/ubuntu/bionic/${_pkgname}_${pkgver}-release_amd64.deb/download.deb")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt binary .deb from packagecloud.io (a legitimate third-party package hosting service used by many open-source projects including fd.io/VPP for their official releases). The SHA256 checksum is pinned, which mitigates substitution attacks. However, the concern is real: this is a prebuilt binary extracted and installed directly, sourced from a CDN/hosting service rather than built from source. packagecloud.io is a legitimate hosting platform and fd.io does officially publish VPP packages there, so this is not an unofficial or personal host — it is the project's official distribution channel for Ubuntu packages. The risk is lower than a truly unofficial host, but installing prebuilt binaries (shared libraries from libvppinfra) that will be loaded into processes is a genuine supply-chain concern if the upstream host or account were ever compromised. The pinned checksum provides meaningful protection. Overall this sits at the lower end of medium: it's a prebuilt binary from an official but indirect distribution channel with a checksum, not clearly malicious but not source-built either.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Tim Paik <timpaik@163.com>
_pkgname='libvppinfra'
pkgname="$_pkgname-bin"
pkgver=21.10.1
pkgrel=1
pkgdesc="Vector Packet Processing -- runtime libraries"
arch=('x86_64')
url="https://fd.io/"
license=('Apache')
depends=()
provides=("${_pkgname}")
source=("$pkgname-$pkgver.deb::https://packagecloud.io/fdio/release/packages/ubuntu/bionic/${_pkgname}_${pkgver}-release_amd64.deb/download.deb")
noextract=("$pkgname-$pkgver.deb")
sha256sums=('b5431cc9e962c16665b7c1c5cdb7af3d996af28c85ef72ffd38dab0edb001400')
package() {
bsdtar -O -xf $pkgname-$pkgver.deb data.tar.xz | bsdtar -C "$pkgdir" -xJf -
for file in $(find ${pkgdir}/usr/lib -type f -or -type l -and -name \*); do
mv ${file} ${pkgdir}/usr/lib
done
rmdir "${pkgdir}/usr/lib/x86_64-linux-gnu"
}
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 |