marvis-client
Installs a prebuilt binary .deb from mobile.mist.com (Juniper/Mist's own infrastructure), which is plausibly official, but the package has a SHA256 checksum and the host is Juniper's own domain, making this closer to low; however, it is a prebuilt executable with no source build and the host is not a well-known release CDN, so medium is appropriate given the unverifiable binary nature.
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=("https://mobile.mist.com/installers/marvisclient/linux_debian_x86/${pkgver}/marvisclient-installer.deb")
llm_review
An AI model (anthropic/claude-sonnet-4.6) reviewed this and agrees it is MEDIUM (confidence 70%): Installs a prebuilt binary .deb from mobile.mist.com (Juniper/Mist's own infrastructure), which is plausibly official, but the package has a SHA256 checksum and the host is Juniper's own domain, making this closer to low; however, it is a prebuilt executable with no source build and the host is not a well-known release CDN, so medium is appropriate given the unverifiable binary nature.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Jiao Sun <xzzzf.dsx@gmail.com>
# Contributor: Jiao Sun <xzzzf.dsx@gmail.com>
pkgname=marvis-client
pkgver=1.0.0
pkgrel=1
pkgdesc="Marvis Client for eduroam authentication"
arch=('x86_64')
url="https://www.juniper.net/us/en/products/software/mist/marvis.html"
license=('custom')
depends=('glibc')
makedepends=('tar')
source=("https://mobile.mist.com/installers/marvisclient/linux_debian_x86/${pkgver}/marvisclient-installer.deb")
# When updating the script, write sha256sums=('SKIP') and run `updpkgsums`, 'SKIP' will be automatically replaced with the correct sha256sums.
sha256sums=('7de8b2372279f9b99fb770c020e5556f70e388341715db87bb15b86026fd8361')
options=('!strip')
package() {
cd "$srcdir"
# Extract the control tarball for license
if [ -f control.tar.gz ]; then
bsdtar -xf control.tar.gz -C "$pkgdir" || true
fi
# Extract the data tarball (contains the actual files)
if [ -f data.tar.xz ]; then
bsdtar -xf data.tar.xz -C "$pkgdir"
elif [ -f data.tar.zst ]; then
bsdtar -xf data.tar.zst -C "$pkgdir"
elif [ -f data.tar.gz ]; then
bsdtar -xf data.tar.gz -C "$pkgdir"
fi
# Ensure binary is executable
find "$pkgdir/usr/bin" -type f -exec chmod 755 {} + 2>/dev/null || true
# Install license if present
install -Dm644 "$srcdir/control" "$pkgdir/usr/share/licenses/$pkgname/control" 2>/dev/null || true
}
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 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 |
| 2026-08-29 00:29:17 | Medium | 2 |