juicebox2-plus-bin

maintainer JuiceyDev · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a legitimate project source (GitHub) but has unverifiable checksums (SKIP) and few votes, which is typical for new AUR packages; however, it installs only data and a prebuilt binary from the project's official release, with no obfuscated code or remote execution.

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 90%): The package builds from a legitimate project source (GitHub) but has unverifiable checksums (SKIP) and few votes, which is typical for new AUR packages; however, it installs only data and a prebuilt binary from the project's official release, with no obfuscated code or remote execution.

PKGBUILD

1# Maintainer: JuiceyDev <me@juicey.dev>
2# Contributor: JuiceyDev <me@juicey.dev>
3
4pkgname=juicebox2-plus-bin
5pkgver=0.0.0
6pkgrel=1
7pkgdesc='The companion app for juicebox! (binary release)'
8arch=('x86_64')
9url='https://github.com/juiceboxdev/juicebox-plus'
10license=('LGPL-3.0-or-later')
11depends=('gtk3' 'libappindicator-gtk3' 'libdbus' 'libxdo' 'glibc')
12provides=('juicebox2-plus')
13conflicts=('juicebox2-plus')
14source=(
15 "https://github.com/juiceboxdev/juicebox-plus/releases/download/v$pkgver/juicebox-plus-linux"
16 "https://raw.githubusercontent.com/juiceboxdev/juicebox-plus/main/packaging/linux/juicebox-plus.desktop"
17 "https://raw.githubusercontent.com/juiceboxdev/juicebox-plus/main/assets/logo.png"
18 "https://raw.githubusercontent.com/juiceboxdev/juicebox-plus/main/LICENSE"
19)
20md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP')
21
22pkgver() {
23 curl -s https://api.github.com/repos/juiceboxdev/juicebox-plus/releases/latest \
24 | grep '"tag_name":' | sed 's/.*"v//; s/".*//'
25}
26
27package() {
28 install -Dm755 "juicebox-plus-linux" "$pkgdir/usr/bin/juicebox-plus"
29 install -Dm644 "juicebox-plus.desktop" "$pkgdir/usr/share/applications/juicebox-plus.desktop"
30 install -Dm644 "logo.png" "$pkgdir/usr/share/pixmaps/juicebox-plus.png"
31 install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
32}
33

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 19:12:33 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