gopro-vr-player
A prebuilt binary tarball is downloaded from emeric.io (a personal domain belonging to the maintainer) rather than from an official upstream host. The original upstream (kolor.com/gopro-vr-player) is defunct, and the maintainer is self-hosting an archived copy. While the sha256sum provides integrity verification and the maintainer appears to be the same person (emeric.grange@gmail.com / emeric.io), this is still a prebuilt closed-source binary from a personal host with no way to verify it matches any official release. If emeric.io were compromised or the maintainer acted maliciously, users would execute arbitrary code. This is a genuine supply-chain concern: executed binary from an unofficial/personal host, not a false positive.
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:16
source=("$_archivename::https://emeric.io/CI/kolor/${_archivename}"
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): A prebuilt binary tarball is downloaded from emeric.io (a personal domain belonging to the maintainer) rather than from an official upstream host. The original upstream (kolor.com/gopro-vr-player) is defunct, and the maintainer is self-hosting an archived copy. While the sha256sum provides integrity verification and the maintainer appears to be the same person (emeric.grange@gmail.com / emeric.io), this is still a prebuilt closed-source binary from a personal host with no way to verify it matches any official release. If emeric.io were compromised or the maintainer acted maliciously, users would execute arbitrary code. This is a genuine supply-chain concern: executed binary from an unofficial/personal host, not a false positive.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Emeric <emeric.grange@gmail.com>
# Created: 12/12/2016
pkgname=gopro-vr-player
pkgver=2.3.1
pkgrel=4
pkgdesc="GoPro VR Player is a 360-degree video & photo player for desktop computers: watch 360° videos locally and enjoy professional playback features."
arch=('x86_64')
url='https://web.archive.org/web/20180823215353/http://www.kolor.com/gopro-vr-player/'
license=('custom: "commercial"')
depends=('libidn11')
install="$pkgname.install"
_archivever=231
_archivedate=2017-05-19
_archivename=GoProVRPlayer_Linux64_${_archivever}_${_archivedate}.tar.xz
source=("$_archivename::https://emeric.io/CI/kolor/${_archivename}"
"$pkgname"
"$pkgname.desktop")
sha256sums=('8d5aa41ccfb4a6368f5816c958d0a59b2421394de440ffda620fafedb38886ff'
'edda581c5ee19c9bf5474d9bf564b5ae7d39f6d866d0d55cc5e28728b5acf226'
'303b077174a22d2625202da52a1dbf528766ba91159f75443cbd68498e6a0b5a')
package() {
cd "$srcdir/GoProVRPlayer"
install -dm755 $pkgdir/{opt/,usr/share/licenses/$pkgname/}
cp -r $srcdir/GoProVRPlayer $pkgdir/opt/$pkgname
#mv $pkgdir/opt/$pkgname/Copyright $pkgdir/usr/share/licenses/$pkgname/
install -Dm755 $srcdir/$pkgname $pkgdir/usr/bin/$pkgname
install -Dm644 "$srcdir/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
}
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 |