niri-tearing-git-bin
MEDIUM
maintainer eusouobn
0 votes
scanned 2026-08-30 13:42:42.936847
Why flagged
The package downloads a prebuilt binary from a personal GitHub account not affiliated with the upstream project, which could be silently swapped, posing a supply-chain risk.
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 90%): The package downloads a prebuilt binary from a personal GitHub account not affiliated with the upstream project, which could be silently swapped, posing a supply-chain risk.
PKGBUILD
1
# Mantenedor: Bruno do Nascimento <eusouobn@gmail.com>
2
pkgname=niri-tearing-git-bin
3
pkgver=26.04.r94.g209fe152
4
pkgrel=1
5
pkgdesc="Scrollable-tiling Wayland compositor (tearing fork) - versão binária pré-compilada"
6
arch=('x86_64')
7
url="https://github.com/urayde/niri"
8
license=('GPL-3.0-or-later')
9
depends=(cairo glib2 libdisplay-info libinput libpipewire libxkbcommon mesa pango pixman seatd)
10
provides=('niri')
11
conflicts=('niri' 'niri-git' 'niri-tearing-git')
12
13
# Link sem o 'v' porque sua tag não tem
14
source=("https://github.com/eusouobn/niri-tearing-bin-releases/releases/download/${pkgver}/niri-full-${pkgver}-x86_64.tar.gz")
15
sha256sums=('1f06b82d338914218375284dce37ca77c3e789fa7230ac8a16464b7c5eed6ecf')
16
17
package() {
18
cd "$srcdir"
19
cp -a usr "$pkgdir/"
20
}
21
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-30 13:42:42 | Medium | 2 |