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
4
pkgname=juicebox2-plus-bin
5
pkgver=0.0.0
6
pkgrel=1
7
pkgdesc='The companion app for juicebox! (binary release)'
8
arch=('x86_64')
9
url='https://github.com/juiceboxdev/juicebox-plus'
10
license=('LGPL-3.0-or-later')
11
depends=('gtk3' 'libappindicator-gtk3' 'libdbus' 'libxdo' 'glibc')
12
provides=('juicebox2-plus')
13
conflicts=('juicebox2-plus')
14
source=(
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
)
20
md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP')
21
22
pkgver() {
23
curl -s https://api.github.com/repos/juiceboxdev/juicebox-plus/releases/latest \
24
| grep '"tag_name":' | sed 's/.*"v//; s/".*//'
25
}
26
27
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |