appimg-bin
The package downloads a prebuilt binary from the project's own GitHub release page, which is a normal distribution method for self-contained tools; the low severity is due to the unverifiable binary release despite otherwise legitimate sourcing.
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 binary from the project's own GitHub release page, which is a normal distribution method for self-contained tools; the low severity is due to the unverifiable binary release despite otherwise legitimate sourcing.
PKGBUILD
# Maintainer: MrGilfy <MrGilfy@users.noreply.github.com>
pkgname=appimg-bin
_pkgname=appimg
pkgver=0.1.1
pkgrel=2
pkgdesc="Install, update and remove AppImages as proper desktop applications (prebuilt binary)"
arch=('x86_64')
url="https://github.com/MrGilfy/appimg"
license=('MIT')
options=('!debug' '!strip')
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
optdepends=('fuse2: needed by most AppImages at runtime'
'appimageupdatetool: delta updates via zsync'
'desktop-file-utils: desktop database updates'
'gtk-update-icon-cache: icon cache updates')
source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/appimg-$pkgver-$CARCH-linux-musl.tar.gz")
sha256sums=('4424dfebfd1da078f49341d02c38f3e244aed5f8995d74a96710a9801f0c83b7')
package() {
cd "appimg-$pkgver-$CARCH-linux-musl"
install -Dm0755 -t "$pkgdir/usr/bin/" appimg
install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
install -Dm0644 -t "$pkgdir/usr/share/man/man1/" man/appimg.1
install -Dm0644 completions/appimg.fish \
"$pkgdir/usr/share/fish/vendor_completions.d/appimg.fish"
install -Dm0644 completions/appimg.bash \
"$pkgdir/usr/share/bash-completion/completions/appimg"
install -Dm0644 completions/_appimg \
"$pkgdir/usr/share/zsh/site-functions/_appimg"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 21:46:19 | Low | 2 |