cosmic-ext-niri-windows-bin
maintainer wellzenon
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from a GitHub release without a verifiable checksum (SKIP), posing a supply-chain risk if the source were swapped, though it integrates with expected open-source infrastructure.
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 GitHub release without a verifiable checksum (SKIP), posing a supply-chain risk if the source were swapped, though it integrates with expected open-source infrastructure.
PKGBUILD
1
# Maintainer: Wellzenon <https://github.com/wellzenon>
2
pkgname=cosmic-ext-niri-windows-bin
3
pkgver=0.1.0
4
pkgrel=1
5
pkgdesc="Window list applet for COSMIC panel with Niri window manager integration (pre-compiled binary)"
6
arch=('x86_64')
7
url="https://github.com/wellzenon/cosmic-ext-niri-windows"
8
license=('GPL-3.0-or-later')
9
depends=('cosmic-panel' 'niri')
10
provides=('cosmic-ext-niri-windows')
11
conflicts=('cosmic-ext-niri-windows')
12
source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/cosmic-ext-niri-windows-v$pkgver-x86_64.tar.gz")
13
sha256sums=('SKIP')
14
15
package() {
16
install -Dm755 "target/release/cosmic-ext-niri-windows" "$pkgdir/usr/bin/cosmic-ext-niri-windows"
17
install -Dm644 "data/io.github.wellzenon.CosmicExtNiriWindows.desktop" "$pkgdir/usr/share/applications/io.github.wellzenon.CosmicExtNiriWindows.desktop"
18
install -Dm644 "data/io.github.wellzenon.CosmicExtNiriWindows.metainfo.xml" "$pkgdir/usr/share/metainfo/io.github.wellzenon.CosmicExtNiriWindows.metainfo.xml"
19
install -Dm644 "data/io.github.wellzenon.CosmicExtNiriWindows.svg" "$pkgdir/usr/share/icons/hicolor/scalable/apps/io.github.wellzenon.CosmicExtNiriWindows.svg"
20
}
21
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 23:31:22 | MEDIUM | 2 |