purevpn
The package downloads prebuilt .deb files from a CloudFront CDN (non-whitelisted host) but verifies them with sha512sums; the worst case of a malicious swap is limited to executing untrusted code during install, but the checksums mitigate supply-chain risk, and the source is plausibly official.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads prebuilt .deb files from a CloudFront CDN (non-whitelisted host) but verifies them with sha512sums; the worst case of a malicious swap is limited to executing untrusted code during install, but the checksums mitigate supply-chain risk, and the source is plausibly official.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:16
source_i686=("${pkgname}_${pkgver}_i386.deb::https://d3uym7n1flvv1x.cloudfront.net/linux/app/${pkgname}_${pkgver}_i386.deb")
PKGBUILD
1 offending line(s) highlighted# Maintainer: cable_loco <el_gordo_usa@hotmail.com>
# Contributor: BlackyFox <blacky@blackyfox.net>
pkgname=purevpn
pkgver=1.2.5
pkgrel=2
pkgdesc="PureVPN Linux Application (CLI). World's Fastest, Most Reliable and Easy to Use VPN service."
arch=('i686' 'x86_64')
url="https://www.purevpn.com"
license=('custom')
options=('!strip' '!emptydirs')
depends=('net-tools')
makedepends=('tar')
conflicts=('purevpn-networkmanager')
install=${pkgname}.install
source=("purevpn.service")
source_i686=("${pkgname}_${pkgver}_i386.deb::https://d3uym7n1flvv1x.cloudfront.net/linux/app/${pkgname}_${pkgver}_i386.deb")
source_x86_64=("${pkgname}_${pkgver}_amd64.deb::https://d3uym7n1flvv1x.cloudfront.net/linux/app/${pkgname}_${pkgver}_amd64.deb")
sha512sums=('cc02e6062c8cd9b44662bc0317b9f1ac49971db3e41970236ab0dc2ec7dbd48065f262c5fea4b07b0ddd5dbd4e7288e23b05f8711d913ed94e6a51959375fc83')
sha512sums_i686=('9bf34048d4b4ae62ea9ff6870e0c44621ebca029d2227f12364a7abd9eb969c0653509eaef52f7cad9bcae94bd6ceb40f4b231db6f22bb60fbb18167b7fe7d3f')
sha512sums_x86_64=('7d9b31f3268c41905b81fa87d14e411df959e03a4dcae556b653b34fd310ab69a07d1d7af8d2ef27a12726697f561a2f78ca29a975827eb5756c1fbc219cf670')
package(){
# Extract package data
tar xf data.tar.xz -C "${pkgdir}"
# Fix directory structure differences
cd "${pkgdir}"
#Move sbin to bin and Clean uneeded folders
mv usr/sbin/* usr/bin
rm -Rf usr/sbin
rm -Rf usr/lib/${pkgname}
rm etc/purevpn/ifconfig
rm etc/purevpn/route
#Install systemd config files
install -D -m 644 "${srcdir}"/purevpn.service "${pkgdir}"/usr/lib/systemd/system/purevpn.service
#Install Licence
install -D -m644 "usr/share/doc/purevpn/COPYRIGHT" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |