fvc-launcher-bin
The package downloads a prebuilt AppImage and assets from the project's official GitHub and GitHubusercontent domains, which are legitimate sources; the AppImage is checksummed, and the only issue is a skipped checksum for a non-executable PNG icon, posing minimal risk.
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 95%): The package downloads a prebuilt AppImage and assets from the project's official GitHub and GitHubusercontent domains, which are legitimate sources; the AppImage is checksummed, and the only issue is a skipped checksum for a non-executable PNG icon, posing minimal risk.
PKGBUILD
pkgname=fvc-launcher-bin
pkgver=1.4.0
pkgrel=1
pkgdesc='Modern Minecraft launcher with isolated profiles and Modrinth integration'
arch=('x86_64')
url='https://github.com/FvC-Launcher/FvC-Launcher'
license=('MIT')
depends=('alsa-lib' 'fuse2' 'gtk3' 'libxcb' 'libxss' 'nss')
provides=('fvc-launcher')
conflicts=('fvc-launcher')
options=('!strip')
source=(
"fvc-launcher-$pkgver.AppImage::https://github.com/FvC-Launcher/FvC-Launcher/releases/download/v$pkgver/FvC-Launcher-$pkgver.AppImage"
'fvc-launcher.desktop'
"fvc-launcher.png::https://raw.githubusercontent.com/FvC-Launcher/FvC-Launcher/v$pkgver/resources/icon.png"
)
sha256sums=(
'79c43958ba7357c2bb673908d74c446fdf5474abaf624a13bbded166d73006d4'
'SKIP'
'9717e74cc95bd7a5e7869fa12ecfc1a1855c55d35c336c9bc461bfd5a89975e3'
)
package() {
install -Dm755 "$srcdir/fvc-launcher-$pkgver.AppImage" \
"$pkgdir/opt/fvc-launcher/fvc-launcher"
install -d "$pkgdir/usr/bin"
ln -s /opt/fvc-launcher/fvc-launcher "$pkgdir/usr/bin/fvc-launcher"
install -Dm644 "$srcdir/fvc-launcher.desktop" \
"$pkgdir/usr/share/applications/fvc-launcher.desktop"
install -Dm644 "$srcdir/fvc-launcher.png" \
"$pkgdir/usr/share/icons/hicolor/512x512/apps/fvc-launcher.png"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-16 15:22:50 | Low | 2 |