fenriz-bar-bin
LOW
maintainer zackb
0 votes
scanned 2026-09-14 00:27:57.913550
Why flagged
The package downloads a prebuilt binary release from the project's own GitHub repository, which is a normal distribution method; the source is verifiable via checksum and poses no active malicious behavior.
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 downloads a prebuilt binary release from the project's own GitHub repository, which is a normal distribution method; the source is verifiable via checksum and poses no active malicious behavior.
PKGBUILD
1
pkgname=fenriz-bar-bin
2
pkgver=0.1.15
3
pkgrel=1
4
pkgdesc="Status bar for Wayland compositors (Binary Release)"
5
arch=('x86_64')
6
url="https://github.com/zackb/fenriz"
7
license=('MIT')
8
depends=('gtk4' 'gtk4-layer-shell' 'glib2' 'json-glib' 'wayland' 'wireplumber' 'libnm')
9
optdepends=('fenriz: the compositor this bar is built for'
10
'fenriz-desktop: shared config and theme'
11
'networkmanager: wifi'
12
'bluez: bluetooth'
13
'upower: battery')
14
provides=('fenriz-bar')
15
conflicts=('fenriz-bar' 'fenriz-bar-git')
16
source=("${url}/releases/download/v${pkgver}/fenriz-bar-${pkgver}.tar.gz")
17
sha256sums=('727d599320e2e262512213ce0c926c910d256a71eea2e09d877cdf76855492a6')
18
19
package() {
20
cd "fenriz-bar-${pkgver}"
21
22
cp -dr --no-preserve=ownership usr "$pkgdir/"
23
}
24
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 23:15:25 | Low | 2 |