simhammer-bin

LOW
maintainer vizh 0 votes scanned 2026-08-20 00:05:13.298181
View on AUR
Why flagged

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

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Low AI review 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

1# Maintainer: vizh <alex@alexbangert.dev>
2
3pkgname=simhammer-bin
4pkgver=4.1.0
5pkgrel=1
6pkgdesc='Desktop client for SimHammer, a SimulationCraft interface'
7arch=('x86_64')
8url='https://simhammer.com'
9license=('custom')
10depends=('fuse2')
11options=('!strip')
12source=("${pkgname}-${pkgver}.AppImage::https://github.com/sortbek/simcraft/releases/download/v${pkgver}/SimHammer-${pkgver}.AppImage"
13 "${pkgname}.desktop"
14 'simhammer')
15sha256sums=('7249045128e735a5d375d94bd31c26f4ec8800496407fd00c08ea5d0a807ffaf'
16 'SKIP'
17 'SKIP')
18
19package() {
20 install -Dm755 "${srcdir}/${pkgname}-${pkgver}.AppImage" "${pkgdir}/opt/simhammer/simhammer.AppImage"
21 install -Dm755 "${srcdir}/simhammer" "${pkgdir}/usr/bin/simhammer"
22 install -Dm644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
23}
24

Scan history

Scanned at (UTC)SeverityRules
2026-08-20 00:05:13 Low 2
2026-08-19 21:42:23 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion