spotagooey-bin

MEDIUM
maintainer smarniw 0 votes scanned 2026-08-25 11:26:09.289924
View on AUR
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
3pkgname=spotagooey-bin
4pkgver=0.1.1
5pkgrel=1
6pkgdesc='Desktop Spotify client built with Tauri, Rust, React, and TypeScript'
7arch=('x86_64')
8url='https://github.com/swarnimcodes/spotagooey'
9license=('MIT')
10depends=(
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)
23provides=("spotagooey=${pkgver}")
24conflicts=('spotagooey')
25options=('!strip' '!debug')
26source=('LICENSE')
27sha256sums=('4b3b7f8c2a7cb09753ab53ecaf6cecaaeb1d0760c3e4f82bc3ced5aab2708e0f')
28source_x86_64=(
29 "${pkgname}-${pkgver}.deb::https://github.com/swarnimcodes/spotagooey/releases/download/v${pkgver}/spotagooey_${pkgver}_amd64.deb"
30)
31sha256sums_x86_64=(
32 'bc3a19f91f5539cc1b4d1c086509a41dac6a8c500295e97de603d610bece945e'
33)
34
35package() {
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)SeverityRules
2026-08-25 11:26:09 Medium 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion