oxitide-bin
The package downloads a prebuilt Arch binary from a GitHub release, which is an unverifiable executable from a potentially swappable source, posing a supply-chain risk despite the project being on a trusted platform.
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 downloads a prebuilt Arch binary from a GitHub release, which is an unverifiable executable from a potentially swappable source, posing a supply-chain risk despite the project being on a trusted platform.
PKGBUILD
# Maintainer: Eason <yelanxin@gmail.com>
#
# Binary package for OxiTide. The application is proprietary freeware
# (source is not public), so this repackages the x86_64 Arch build
# published on the release hub.
pkgname=oxitide-bin
_pkgname=oxitide
# Upstream tags are v0.1-betaN; pacman forbids '-' in pkgver.
pkgver=0.1beta3
_tag="v0.1-beta3"
pkgrel=1
pkgdesc="High-resolution TIDAL player for Linux, written in Rust. Bit-perfect USB output."
arch=('x86_64')
url="https://github.com/yelanxin/OxiTide-release"
license=('LicenseRef-Proprietary')
depends=(
'gtk4'
'libadwaita'
'webkitgtk-6.0'
'pipewire'
'libpulse'
'alsa-lib'
'libusb'
'openssl'
)
provides=("${_pkgname}")
conflicts=("${_pkgname}")
install="${_pkgname}.install"
options=('!strip' '!debug')
source=("${_pkgname}-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst::${url}/releases/download/${_tag}/${_pkgname}-${pkgver}-1-x86_64_archlinux.pkg.tar.zst")
sha256sums=('ecba1efefc9e516d7362c4f15dc8e92f2b035fd083f0dfaebac4f3c6192a8af5')
noextract=("${_pkgname}-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst")
package() {
# Unpack only the payload; the upstream package's own .PKGINFO /
# .INSTALL / .MTREE must not leak into $pkgdir.
bsdtar -xf "${srcdir}/${_pkgname}-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst" -C "${pkgdir}" \
--exclude '.PKGINFO' --exclude '.INSTALL' --exclude '.MTREE' --exclude '.BUILDINFO'
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-23 09:20:24 | Medium | 2 |
| 2026-08-23 07:20:18 | Medium | 2 |