stemkit-bin
The package installs a prebuilt .deb binary from a GitHub release, which is an unverifiable executable from a potentially swappable host, creating a supply-chain risk if the release asset were tampered with or replaced.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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 .deb binary from a GitHub release, which is an unverifiable executable from a potentially swappable host, creating a supply-chain risk if the release asset were tampered with or replaced.
PKGBUILD
# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
_gitauthor=danielravina
_gitname=stemkit
_appname=StemKit
pkgname=${_gitname}-bin
pkgdesc="Split any YouTube song into stems"
pkgver=0.1.23
pkgrel=1
_gitversion=v${pkgver}
arch=('x86_64')
_barch=('linux-amd64')
_ghurl="https://github.com/${_gitauthor}/${_gitname}"
_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
url=${_ghurl}
license=('MIT')
conflicts=("${pkgname%-bin}")
depends=('glibc' 'glib2' 'libgcc' 'bash' 'python' 'python-numpy' 'python-pytorch' 'python-beartype' 'python-packaging' 'nss' 'expat' 'mesa' 'alsa-lib' 'dbus' 'cairo' 'gtk3' 'at-spi2-core' 'pango' 'nspr' 'libdrm' 'systemd-libs' 'libxdamage' 'libcups' 'libxcb' 'libxrandr' 'libxcomposite' 'libxkbcommon' 'libx11' 'libxfixes' 'libxext' 'hicolor-icon-theme')
options=('!strip')
source=("README-${pkgver}.md::${_ghurlraw}/README.md"
"LICENSE-${pkgver}::${_ghurlraw}/LICENSE")
source_x86_64=("${_appname}-${arch[0]}-${pkgver}.deb::${_ghurl}/releases/download/${_gitversion}/${_appname}-${pkgver}-${_barch[0]}.deb")
sha256sums=('8239a587c6cedcc8af09487e8ab20fe5a23f37fc4b7daace941c7919e3271aab'
'acd462c0d190620860abbd07aa158091d2b8db7083b9fb193c4e243faf9a05de')
sha256sums_x86_64=('a85b7fd49f43e0a9c7649779af211ad937aa5b2f3d31a7d6c4b7e9974162abbb')
package() {
cd "${pkgdir}"
tar -xf "${srcdir}/data.tar.xz"
rm -rf "${pkgdir}/usr/share/doc"
mv "${pkgdir}/usr/share/icons/hicolor/2048x2048" "${pkgdir}/usr/share/icons/hicolor/512x512"
install -Dm644 "${srcdir}/README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
install -Dm644 "${srcdir}/LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-26 03:13:55 | Medium | 2 |