sbsp
maintainer Keinsleif
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package installs a prebuilt Debian binary from GitHub releases without source availability for review, creating a supply-chain risk due to unverifiable executable code.
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 Debian binary from GitHub releases without source availability for review, creating a supply-chain risk due to unverifiable executable code.
PKGBUILD
1
# Maintainer:
2
# Contributor:
3
pkgname=sbsp
4
pkgver=2.5.4
5
pkgrel=2
6
pkgdesc="Audio playback software for event usage with precice control and remote control."
7
arch=('x86_64')
8
url="https://github.com/Keinsleif/sbsp"
9
license=('Elastic-2.0')
10
depends=('glibc' 'libgcc' 'cairo' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup3' 'dbus' 'webkit2gtk-4.1' 'alsa-lib')
11
options=('!strip' '!debug')
12
source=("https://raw.githubusercontent.com/Keinsleif/sbsp/refs/tags/app-${pkgver}/LICENSE.md")
13
source_x86_64=("${url}/releases/download/app-${pkgver}/SBS.Player_${pkgver}_amd64.deb")
14
sha256sums=("48255018b41fc0e965b1115af7e6779bc218bb8a6747d561da800d5022622aa2")
15
sha256sums_x86_64=('dfeef77ceb829c171c7dde30da6c5d951e44b7694aff952c41bf29d313901928')
16
package() {
17
# Extract package data
18
tar -xvf data.tar.gz -C "${pkgdir}"
19
install -Dm644 "${srcdir}/LICENSE.md" \
20
"${pkgdir}/usr/share/licenses/$pkgname/LICENSE.md"
21
}
22
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 00:17:23 | 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 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 11:16:59 | MEDIUM | 2 |