broadcast-ctl-bin

LOW
maintainer londospark 0 votes scanned 2026-08-31 17:46:09.540886
View on AUR
Why flagged

The package installs a pre-built binary from the project's official GitHub release, which is a normal distribution method; the low severity is due to the unverifiable binary nature, but it comes from a trusted project source.

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 installs a pre-built binary from the project's official GitHub release, which is a normal distribution method; the low severity is due to the unverifiable binary nature, but it comes from a trusted project source.

PKGBUILD

1# Maintainer: Gareth Hubball <ridecar2@gmail.com>
2pkgname=broadcast-ctl-bin
3pkgver=0.5.1
4pkgrel=1
5pkgdesc="CLI for AI-powered per-application noise suppression on PipeWire (pre-built binary)"
6arch=('x86_64')
7url="https://github.com/londospark/broadcast"
8license=('GPL-3.0-or-later')
9depends=('pipewire' 'pipewire-pulse')
10provides=('broadcast-ctl')
11conflicts=('broadcast-ctl' 'broadcast-ctl-git')
12source=("https://github.com/londospark/broadcast/releases/download/v${pkgver}/broadcast-ctl"
13 "https://raw.githubusercontent.com/londospark/broadcast/v${pkgver}/LICENSE")
14sha256sums=('c93af77cab2e6dbfb8171df69978fa3342d1a09715af862b4c5afff6b21eae18'
15 '3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986')
16
17package() {
18 install -Dm755 "$srcdir/broadcast-ctl" "$pkgdir/usr/bin/broadcast-ctl"
19 install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
20}
21

Scan history

Scanned at (UTC)SeverityRules
2026-08-31 17:46:09 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