spotagooey-bin
MEDIUM
maintainer smarniw
0 votes
scanned 2026-08-25 11:26:09.289924
Why flagged
The package installs a prebuilt binary from a GitHub release by a low-vote, recently uploaded AUR maintainer, creating a supply-chain risk if the binary is swapped maliciously.
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 by a low-vote, recently uploaded AUR maintainer, creating a supply-chain risk if the binary is swapped maliciously.
PKGBUILD
1
# Maintainer: swarnimcodes <swarnim14.9 at hotmail dot com>
2
3
pkgname=spotagooey-bin
4
pkgver=0.1.1
5
pkgrel=1
6
pkgdesc='Desktop Spotify client built with Tauri, Rust, React, and TypeScript'
7
arch=('x86_64')
8
url='https://github.com/swarnimcodes/spotagooey'
9
license=('MIT')
10
depends=(
11
'alsa-lib'
12
'cairo'
13
'dbus'
14
'gdk-pixbuf2'
15
'glib2'
16
'glibc'
17
'gtk3'
18
'libgcc'
19
'libsoup3'
20
'openssl'
21
'webkit2gtk-4.1'
22
)
23
provides=("spotagooey=${pkgver}")
24
conflicts=('spotagooey')
25
options=('!strip' '!debug')
26
source=('LICENSE')
27
sha256sums=('4b3b7f8c2a7cb09753ab53ecaf6cecaaeb1d0760c3e4f82bc3ced5aab2708e0f')
28
source_x86_64=(
29
"${pkgname}-${pkgver}.deb::https://github.com/swarnimcodes/spotagooey/releases/download/v${pkgver}/spotagooey_${pkgver}_amd64.deb"
30
)
31
sha256sums_x86_64=(
32
'bc3a19f91f5539cc1b4d1c086509a41dac6a8c500295e97de603d610bece945e'
33
)
34
35
package() {
36
bsdtar -xf "${srcdir}/${pkgname}-${pkgver}.deb" data.tar.gz
37
bsdtar -xzf data.tar.gz --no-same-owner -C "${pkgdir}"
38
install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
39
}
40
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-25 11:26:09 | Medium | 2 |