niri-screenshare

maintainer pantarune · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from source hosted on GitHub under the maintainer's account, which is normal for AUR packages; the only concerns are the skipped checksum and low votes, but the source is transparent and the build process is standard Rust/cargo compilation without obfuscation or remote code execution.

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.

LOW AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from source hosted on GitHub under the maintainer's account, which is normal for AUR packages; the only concerns are the skipped checksum and low votes, but the source is transparent and the build process is standard Rust/cargo compilation without obfuscation or remote code execution.

PKGBUILD

1# Maintainer: pantarune
2
3pkgname=niri-screenshare
4pkgver=0.2.1
5pkgrel=1
6pkgdesc="Portal backend for niri implementing ScreenCast"
7arch=('x86_64')
8url="https://github.com/pantarune/niri-screenshare"
9license=('GPL3')
10depends=(
11 'xdg-desktop-portal'
12 'pipewire'
13 'niri'
14 'gtk4'
15 'libadwaita'
16)
17makedepends=('cargo')
18source=("$pkgname-$pkgver.tar.gz::https://github.com/pantarune/$pkgname/archive/v$pkgver.tar.gz")
19sha256sums=('SKIP')
20
21build() {
22 cd "$srcdir/$pkgname-$pkgver"
23 export CARGO_TARGET_DIR="$srcdir/target"
24 cargo build --release
25}
26
27package() {
28 cd "$srcdir/$pkgname-$pkgver"
29 export CARGO_TARGET_DIR="$srcdir/target"
30
31 install -Dm755 "$CARGO_TARGET_DIR/release/niri-screenshare" "$pkgdir/usr/lib/niri-screenshare"
32 install -Dm644 data/niri.portal "$pkgdir/usr/share/xdg-desktop-portal/portals/niri.portal"
33 install -Dm644 data/org.freedesktop.impl.portal.desktop.niri.service \
34 "$pkgdir/usr/share/dbus-1/services/org.freedesktop.impl.portal.desktop.niri.service"
35 install -Dm644 data/niri-screenshare.service \
36 "$pkgdir/usr/lib/systemd/user/niri-screenshare.service"
37}
38

Changes since previous scan

--- PKGBUILD @ 2026-07-30 00:17
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,18 +1,18 @@
# Maintainer: pantarune
pkgname=niri-screenshare
-pkgver=0.1.9
+pkgver=0.2.1
pkgrel=1
pkgdesc="Portal backend for niri implementing ScreenCast"
arch=('x86_64')
url="https://github.com/pantarune/niri-screenshare"
license=('GPL3')
depends=(
- 'gtk4'
- 'libadwaita'
'xdg-desktop-portal'
'pipewire'
'niri'
+ 'gtk4'
+ 'libadwaita'
)
makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz::https://github.com/pantarune/$pkgname/archive/v$pkgver.tar.gz")
@@ -21,7 +21,7 @@
build() {
cd "$srcdir/$pkgname-$pkgver"
export CARGO_TARGET_DIR="$srcdir/target"
- cargo build --release
+ cargo build --release
}
package() {

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 05:14:03 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 17:28:09 LOW 2
2026-07-24 13:27:52 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 21:26:05 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 21:22:00 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 23:18:24 LOW 2
2026-07-21 05:16:02 LOW 2

Report a package

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

0 / 4000
Your suggestion