broadcast-ctl-bin
LOW
maintainer londospark
0 votes
scanned 2026-08-31 17:46:09.540886
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>
2
pkgname=broadcast-ctl-bin
3
pkgver=0.5.1
4
pkgrel=1
5
pkgdesc="CLI for AI-powered per-application noise suppression on PipeWire (pre-built binary)"
6
arch=('x86_64')
7
url="https://github.com/londospark/broadcast"
8
license=('GPL-3.0-or-later')
9
depends=('pipewire' 'pipewire-pulse')
10
provides=('broadcast-ctl')
11
conflicts=('broadcast-ctl' 'broadcast-ctl-git')
12
source=("https://github.com/londospark/broadcast/releases/download/v${pkgver}/broadcast-ctl"
13
"https://raw.githubusercontent.com/londospark/broadcast/v${pkgver}/LICENSE")
14
sha256sums=('c93af77cab2e6dbfb8171df69978fa3342d1a09715af862b4c5afff6b21eae18'
15
'3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986')
16
17
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-31 17:46:09 | Low | 2 |