simhammer-bin
The package installs a prebuilt AppImage from the project's official GitHub releases, which is a normal distribution method; the low severity is due to unverifiable SKIP'd checksums for non-binary files, but the main executable comes with a valid hash.
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 installs a prebuilt AppImage from the project's official GitHub releases, which is a normal distribution method; the low severity is due to unverifiable SKIP'd checksums for non-binary files, but the main executable comes with a valid hash.
PKGBUILD
# Maintainer: vizh <alex@alexbangert.dev>
pkgname=simhammer-bin
pkgver=4.1.0
pkgrel=1
pkgdesc='Desktop client for SimHammer, a SimulationCraft interface'
arch=('x86_64')
url='https://simhammer.com'
license=('custom')
depends=('fuse2')
options=('!strip')
source=("${pkgname}-${pkgver}.AppImage::https://github.com/sortbek/simcraft/releases/download/v${pkgver}/SimHammer-${pkgver}.AppImage"
"${pkgname}.desktop"
'simhammer')
sha256sums=('7249045128e735a5d375d94bd31c26f4ec8800496407fd00c08ea5d0a807ffaf'
'SKIP'
'SKIP')
package() {
install -Dm755 "${srcdir}/${pkgname}-${pkgver}.AppImage" "${pkgdir}/opt/simhammer/simhammer.AppImage"
install -Dm755 "${srcdir}/simhammer" "${pkgdir}/usr/bin/simhammer"
install -Dm644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 00:05:13 | Low | 2 |
| 2026-08-19 21:42:23 | Low | 2 |