gopro-vr-player
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-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 |