parsec-bin
maintainer zen
· 58 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from a non-whitelisted host (parsec.app), which hosts an unverifiable executable; while likely legitimate, the lack of source transparency and checksum verification on a swappable host poses a moderate supply-chain risk.
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=("$pkgname-$pkgver.deb::https://builds.parsec.app/package/parsec-linux.deb")
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb from a non-whitelisted host (parsec.app), which hosts an unverifiable executable; while likely legitimate, the lack of source transparency and checksum verification on a swappable host poses a moderate supply-chain risk.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer : Zen Wen <zen.8841@gmail.com>
2
# Contributor : DXC-0 <thecyberarcher@protonmail.ch>
3
# Contributor : tadly <me@tadly.de>
4
5
pkgname=parsec-bin
6
pkgver=150_104a
7
pkgrel=1
8
pkgdesc='Remotely connect to a gaming pc for a low latency remote computing experience'
9
url='http://parsec.app'
10
license=('custom')
11
arch=('x86_64')
12
provides=('parsec')
13
depends=('gcc-libs' 'libglvnd' 'libxext' 'libxcb' 'ffmpeg4.4' 'openssl' 'libxi' 'pipewire-alsa')
14
optdepends=('libva: For hardware accelerated decoding')
15
16
source=("$pkgname-$pkgver.deb::https://builds.parsec.app/package/parsec-linux.deb")
17
sha256sums=('c8a4407713d72dcb1c59f082977e81e1b9e8ffd679d0666882cde4c8a0821dd2')
18
options=('!strip')
19
20
package() {
21
tar xf "${srcdir}/data.tar.zst" -C "${pkgdir}"
22
chmod 755 "${pkgdir}/usr/"
23
}
24
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 |