gopro-vr-player

maintainer Emeric · 8 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged 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

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:16 source=("$_archivename::https://emeric.io/CI/kolor/${_archivename}"
MEDIUM AI review 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
1# Maintainer: Emeric <emeric.grange@gmail.com>
2# Created: 12/12/2016
3pkgname=gopro-vr-player
4pkgver=2.3.1
5pkgrel=4
6pkgdesc="GoPro VR Player is a 360-degree video & photo player for desktop computers: watch 360° videos locally and enjoy professional playback features."
7arch=('x86_64')
8url='https://web.archive.org/web/20180823215353/http://www.kolor.com/gopro-vr-player/'
9license=('custom: "commercial"')
10depends=('libidn11')
11install="$pkgname.install"
12_archivever=231
13_archivedate=2017-05-19
14_archivename=GoProVRPlayer_Linux64_${_archivever}_${_archivedate}.tar.xz
15
16source=("$_archivename::https://emeric.io/CI/kolor/${_archivename}"
17 "$pkgname"
18 "$pkgname.desktop")
19
20sha256sums=('8d5aa41ccfb4a6368f5816c958d0a59b2421394de440ffda620fafedb38886ff'
21 'edda581c5ee19c9bf5474d9bf564b5ae7d39f6d866d0d55cc5e28728b5acf226'
22 '303b077174a22d2625202da52a1dbf528766ba91159f75443cbd68498e6a0b5a')
23
24package() {
25 cd "$srcdir/GoProVRPlayer"
26 install -dm755 $pkgdir/{opt/,usr/share/licenses/$pkgname/}
27 cp -r $srcdir/GoProVRPlayer $pkgdir/opt/$pkgname
28 #mv $pkgdir/opt/$pkgname/Copyright $pkgdir/usr/share/licenses/$pkgname/
29 install -Dm755 $srcdir/$pkgname $pkgdir/usr/bin/$pkgname
30 install -Dm644 "$srcdir/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
31}
32

Scan history

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

Report a package

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

0 / 4000
Your suggestion