gnome-network-displays-bin
maintainer Felitendo
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package installs a prebuilt binary from a personal GitHub release (non-official source) with a fixed checksum, representing a supply-chain risk if the source were compromised, though no active malicious behavior is evident.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
MEDIUM
AI review of an ambiguous pattern
llm_review
The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 85%): The package installs a prebuilt binary from a personal GitHub release (non-official source) with a fixed checksum, representing a supply-chain risk if the source were compromised, though no active malicious behavior is evident.
PKGBUILD
1
# Maintainer: Felitendo
2
# This PKGBUILD is updated automatically:
3
# https://github.com/Felitendo/PKGBUILDS
4
5
pkgname=gnome-network-displays-bin
6
pkgver=0.99.0
7
pkgrel=1
8
pkgdesc="Screencasting for GNOME - Miracast and Chromecast (prebuilt)"
9
arch=('x86_64')
10
url="https://gitlab.gnome.org/GNOME/gnome-network-displays"
11
license=('GPL-3.0-or-later')
12
depends=('avahi' 'dnsmasq' 'gst-plugin-pipewire' 'gst-plugins-bad'
13
'gst-plugins-good' 'gst-plugins-ugly' 'gst-rtsp-server' 'gstreamer'
14
'gtk4' 'json-glib' 'libadwaita' 'libnm' 'libportal' 'libportal-gtk4'
15
'libpulse' 'libsoup3' 'networkmanager' 'protobuf-c'
16
'xdg-desktop-portal' 'hicolor-icon-theme')
17
optdepends=('gstreamer-vaapi: hardware accelerated encoding')
18
provides=('gnome-network-displays')
19
conflicts=('gnome-network-displays')
20
source=("${pkgname}-${pkgver}-${pkgrel}.tar.zst::https://github.com/Felitendo/PKGBUILDS/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.zst")
21
sha256sums=('6e7f93f491226bab6ae54139dcaf009d9cedd8e983b04b5128701c3250936ac1')
22
23
package() {
24
cp -a "$srcdir/usr" "$pkgdir/"
25
}
26
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 09:27:42 | MEDIUM | 2 |