marvis-client

MEDIUM
maintainer Interaccoonale 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

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:13 source=("https://mobile.mist.com/installers/marvisclient/linux_debian_x86/${pkgver}/marvisclient-installer.deb")
Medium AI review 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
1# Maintainer: Jiao Sun <xzzzf.dsx@gmail.com>
2# Contributor: Jiao Sun <xzzzf.dsx@gmail.com>
3
4pkgname=marvis-client
5pkgver=1.0.0
6pkgrel=1
7pkgdesc="Marvis Client for eduroam authentication"
8arch=('x86_64')
9url="https://www.juniper.net/us/en/products/software/mist/marvis.html"
10license=('custom')
11depends=('glibc')
12makedepends=('tar')
13source=("https://mobile.mist.com/installers/marvisclient/linux_debian_x86/${pkgver}/marvisclient-installer.deb")
14# When updating the script, write sha256sums=('SKIP') and run `updpkgsums`, 'SKIP' will be automatically replaced with the correct sha256sums.
15sha256sums=('7de8b2372279f9b99fb770c020e5556f70e388341715db87bb15b86026fd8361')
16options=('!strip')
17
18package() {
19 cd "$srcdir"
20
21 # Extract the control tarball for license
22 if [ -f control.tar.gz ]; then
23 bsdtar -xf control.tar.gz -C "$pkgdir" || true
24 fi
25
26 # Extract the data tarball (contains the actual files)
27 if [ -f data.tar.xz ]; then
28 bsdtar -xf data.tar.xz -C "$pkgdir"
29 elif [ -f data.tar.zst ]; then
30 bsdtar -xf data.tar.zst -C "$pkgdir"
31 elif [ -f data.tar.gz ]; then
32 bsdtar -xf data.tar.gz -C "$pkgdir"
33 fi
34
35 # Ensure binary is executable
36 find "$pkgdir/usr/bin" -type f -exec chmod 755 {} + 2>/dev/null || true
37
38 # Install license if present
39 install -Dm644 "$srcdir/control" "$pkgdir/usr/share/licenses/$pkgname/control" 2>/dev/null || true
40}
41

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion