gopro-vr-player

MEDIUM
maintainer Emeric 8 votes scanned 2026-09-17 00:27:14.276658
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-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