juicebox2-plus-git-bin
maintainer JuiceyDev
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package installs a prebuilt binary from a GitHub release with an unverifiable 'SKIP' checksum, creating a supply-chain risk if the source were compromised.
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 binary from a GitHub release with an unverifiable 'SKIP' checksum, creating a supply-chain risk if the source were compromised.
PKGBUILD
1
# Maintainer: JuiceyDev <me@juicey.dev>
2
# Contributor: JuiceyDev <me@juicey.dev>
3
4
pkgname=juicebox2-plus-git-bin
5
pkgver=a65f13f
6
pkgrel=1
7
pkgdesc='The companion app to 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=("https://github.com/juiceboxdev/juicebox-plus/releases/download/continuous/juicebox2-plus.tar.gz")
15
md5sums=('SKIP')
16
17
package() {
18
tar xzf "juicebox2-plus.tar.gz"
19
install -Dm755 "juicebox-plus-linux" "$pkgdir/usr/bin/juicebox-plus"
20
install -Dm644 "juicebox-plus.desktop" "$pkgdir/usr/share/applications/juicebox-plus.desktop"
21
install -Dm644 "logo.png" "$pkgdir/usr/share/pixmaps/juicebox-plus.png"
22
install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
23
}
24
Changes since previous scan
--- PKGBUILD @ 2026-07-30 00:17+++ PKGBUILD @ 2026-08-03 00:08@@ -2,7 +2,7 @@ # Contributor: JuiceyDev <me@juicey.dev> pkgname=juicebox2-plus-git-bin-pkgver=a50b23d+pkgver=a65f13f pkgrel=1 pkgdesc='The companion app to juicebox² ! (binary release)' arch=('x86_64')Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 01:13:52 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 23:13:22 | MEDIUM | 2 |
| 2026-07-29 21:12:47 | MEDIUM | 2 |
| 2026-07-29 19:12:33 | MEDIUM | 2 |