ferrumkix-bin
The package is a recent AUR upload with few votes, but it downloads a prebuilt binary from the project's official GitHub release page, which is a common and generally acceptable practice; the binary is installed without modification, and no obfuscated or suspicious scripts are present.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 90%): The package is a recent AUR upload with few votes, but it downloads a prebuilt binary from the project's official GitHub release page, which is a common and generally acceptable practice; the binary is installed without modification, and no obfuscated or suspicious scripts are present.
PKGBUILD
pkgname=ferrumkix-bin
pkgver=0.9.6
pkgrel=2
pkgdesc='Desktop music player with album-grouped playlists and Audio CD support'
arch=('x86_64')
url='https://github.com/Bitpainter75/FerrumKix'
license=('GPL-3.0-only')
depends=('glibc' 'fontconfig' 'freetype2' 'libx11' 'libxcb' 'libxkbcommon' 'libice' 'libsm' 'mpv' 'ffmpeg' 'cdparanoia')
provides=('ferrumkix')
# Umbenennung von FerrumPlay: der alte Paketname wird abgeloest, nicht danebengestellt.
conflicts=('ferrumkix' 'ferrumplay-bin' 'ferrumplay')
replaces=('ferrumplay-bin' 'ferrumplay')
options=('!strip')
source=("FerrumKix-${pkgver}-${pkgrel}-linux-x64-aur.zip::https://github.com/Bitpainter75/FerrumKix/releases/download/${pkgver}/FerrumKix-${pkgver}-${pkgrel}-linux-x64-aur.zip"
'io.github.Bitpainter75.FerrumKix.desktop' 'io.github.Bitpainter75.FerrumKix.png')
noextract=("FerrumKix-${pkgver}-${pkgrel}-linux-x64-aur.zip")
sha256sums=('032f2b523a232f94e061a023727f54b4ebfc44e5032098a5daa16b709f66dd93' '7012e15c2b82d0e0c0446d0f751c95541307bce2205a6604965c8ede1e81cde4' '910a8726cd79d8698477fb4dcc00144aec1bb82b91aac9007ede64c611d5e963')
prepare() { rm -rf "$srcdir/FerrumKix-${pkgver}"; mkdir -p "$srcdir/FerrumKix-${pkgver}"; bsdtar -xf "$srcdir/FerrumKix-${pkgver}-${pkgrel}-linux-x64-aur.zip" -C "$srcdir/FerrumKix-${pkgver}"; }
package() {
install -dm755 "$pkgdir/opt/ferrumkix" "$pkgdir/usr/bin"
cp -a "$srcdir/FerrumKix-${pkgver}/." "$pkgdir/opt/ferrumkix/"
install -Dm644 "$pkgdir/opt/ferrumkix/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm644 "$pkgdir/opt/ferrumkix/THIRD-PARTY-NOTICES.txt" "$pkgdir/usr/share/licenses/$pkgname/THIRD-PARTY-NOTICES.txt"
rm -f "$pkgdir/opt/ferrumkix/"{*.desktop,*.png}; chmod +x "$pkgdir/opt/ferrumkix/FerrumKix"
ln -s /opt/ferrumkix/FerrumKix "$pkgdir/usr/bin/ferrumkix"
install -Dm644 "$srcdir/io.github.Bitpainter75.FerrumKix.desktop" "$pkgdir/usr/share/applications/io.github.Bitpainter75.FerrumKix.desktop"
install -Dm644 "$srcdir/io.github.Bitpainter75.FerrumKix.png" "$pkgdir/usr/share/icons/hicolor/256x256/apps/io.github.Bitpainter75.FerrumKix.png"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-21 00:26:32 | Low | 2 |
| 2026-09-20 23:33:19 | Low | 2 |