buzz-bin

maintainer gambarim · 1 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package installs a prebuilt .deb binary from GitHub releases without source verification, creating a supply-chain risk if the release asset were swapped.

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 95%): The package installs a prebuilt .deb binary from GitHub releases without source verification, creating a supply-chain risk if the release asset were swapped.

PKGBUILD

1# Maintainer: gambarim <gambarim@pm.me>
2
3pkgname=buzz-bin
4pkgver=0.5.0
5pkgrel=1
6pkgdesc='A workspace where humans and agents build together, on a relay you own'
7arch=('x86_64')
8url='https://buzz.xyz'
9license=('Apache')
10depends=(
11 'cairo'
12 'gcc-libs'
13 'gdk-pixbuf2'
14 'glib2'
15 'glibc'
16 'gtk3'
17 'libsoup3'
18 'pango'
19 'webkit2gtk-4.1'
20 'zlib'
21)
22provides=('buzz')
23conflicts=('buzz')
24source=("https://github.com/block/buzz/releases/download/v${pkgver}/Buzz_${pkgver}_amd64.deb")
25sha256sums=('9674cf098eca88333e8d895ec9d0a5c56c796fbc358fe1087b645890b8e2faca')
26
27package() {
28 cd "${srcdir}"
29 ar x "Buzz_${pkgver}_amd64.deb"
30 tar xf data.tar.* -C "${pkgdir}"
31}
32

Changes since previous scan

--- PKGBUILD @ 2026-07-29 00:25
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,7 +1,7 @@
# Maintainer: gambarim <gambarim@pm.me>
pkgname=buzz-bin
-pkgver=0.4.26
+pkgver=0.5.0
pkgrel=1
pkgdesc='A workspace where humans and agents build together, on a relay you own'
arch=('x86_64')
@@ -22,7 +22,7 @@
provides=('buzz')
conflicts=('buzz')
source=("https://github.com/block/buzz/releases/download/v${pkgver}/Buzz_${pkgver}_amd64.deb")
-sha256sums=('1b520756ecfc28ad81981a2cd5cc6688f785f447b3f5d8d553544906f59bf521')
+sha256sums=('9674cf098eca88333e8d895ec9d0a5c56c796fbc358fe1087b645890b8e2faca')
package() {
cd "${srcdir}"

Scan history

Scanned at (UTC)SeverityRules
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 13:11:48 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 15:29:50 MEDIUM 2
2026-07-25 07:33:00 LOW 3
2026-07-25 07:29:36 HIGH 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion