bb-bin

LOW
maintainer livingplanet 0 votes scanned 2026-09-11 00:19:22.387670
View on AUR
Why flagged

The package downloads a prebuilt AppImage from the project's official GitHub releases, which is unpacked and installed; while the source is not built locally, it comes from a trusted project host with verifiable checksums, posing minimal risk.

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 AppImage from the project's official GitHub releases, which is unpacked and installed; while the source is not built locally, it comes from a trusted project host with verifiable checksums, posing minimal risk.

PKGBUILD

1# Maintainer: James LeBaron <jimmleb178@gmail.com>
2
3pkgname=bb-bin
4pkgver=0.42.1
5pkgrel=2
6pkgdesc="Agentic IDE that builds itself"
7arch=('x86_64')
8url='https://github.com/get-bb/bb'
9license=('MIT')
10provides=('bb')
11conflicts=('bb')
12options=(!strip !debug)
13source=(
14 "$pkgname-$pkgver.AppImage::https://github.com/get-bb/bb/releases/download/desktop-v$pkgver/bb-$pkgver-x86_64.AppImage"
15 'bb-launcher.sh'
16 'LICENSE'
17)
18noextract=("$pkgname-$pkgver.AppImage")
19sha256sums=('b29165f5cd2f06feeba51c36ca86b96006bfc6c48521903367c004ae63c86976'
20 '67d10f7a6daac6bfbd947bbc2af59bcc42589d5e37637a504ffce9c89074d173'
21 'd10816aa30183af920bdd789a81b16847bcf3e287e1b3419dd7d85f6e3e8e7b0')
22
23prepare() {
24 chmod +x "$srcdir/$pkgname-$pkgver.AppImage"
25 "$srcdir/$pkgname-$pkgver.AppImage" --appimage-extract
26}
27
28package() {
29 install -dm755 "$pkgdir/opt/bb"
30 cp -a --no-preserve=ownership "$srcdir/squashfs-root/." "$pkgdir/opt/bb/"
31 install -Dm755 "$srcdir/bb-launcher.sh" "$pkgdir/usr/bin/bb"
32
33 install -Dm644 "$srcdir/squashfs-root/bb.desktop" \
34 "$pkgdir/usr/share/applications/bb.desktop"
35 sed -i 's|^Exec=AppRun|Exec=bb|' "$pkgdir/usr/share/applications/bb.desktop"
36 install -Dm644 "$srcdir/squashfs-root/usr/share/icons/hicolor/1024x1024/apps/bb.png" \
37 "$pkgdir/usr/share/icons/hicolor/1024x1024/apps/bb.png"
38 install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
39}
40

Scan history

Scanned at (UTC)SeverityRules
2026-09-11 00:19:22 Low 2
2026-09-10 23:21:28 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