nimlaunch-bin
maintainer CraigAlmstrom
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package installs a pre-built binary from the project's official GitHub releases, which is a normal practice for -bin packages; the low severity is due to the lack of build-from-source and recent upload with few votes, but the source is trustworthy and no malicious behavior is evident.
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 pre-built binary from the project's official GitHub releases, which is a normal practice for -bin packages; the low severity is due to the lack of build-from-source and recent upload with few votes, but the source is trustworthy and no malicious behavior is evident.
PKGBUILD
1
# Maintainer: Vyrnexis
2
3
pkgname=nimlaunch-bin
4
pkgver=0.10.2
5
pkgrel=1
6
pkgdesc="NimLaunch in SDL3 for native X11 and Wayland (keyboard-first launcher) - Pre-built binary"
7
arch=('x86_64')
8
url="https://github.com/Vyrnexis/NimLaunch"
9
license=('MIT')
10
depends=('sdl3' 'sdl3_ttf' 'sdl3_image' 'ttf-dejavu')
11
provides=("nimlaunch")
12
conflicts=("nimlaunch" "nimlaunch-git")
13
source=("nimlaunch-${pkgver}::https://github.com/Vyrnexis/NimLaunch/releases/download/v${pkgver}/nimlaunch"
14
"LICENSE-${pkgver}::https://raw.githubusercontent.com/Vyrnexis/NimLaunch/v${pkgver}/LICENSE")
15
sha256sums=('70adf361f2c25a6ba79bffeec8dc53599d2692129bade7cc6b9ec508efa53379'
16
'e034e1daf773989e34bacd11dc3a7014109b08d3c5b430089e7e4fa0c1ab12d2')
17
18
package() {
19
install -Dm755 "nimlaunch-${pkgver}" "$pkgdir/usr/bin/nimlaunch"
20
install -Dm644 "LICENSE-${pkgver}" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
21
}
22
Changes since previous scan
--- PKGBUILD @ 2026-08-13 00:17+++ PKGBUILD @ 2026-08-18 00:03@@ -1,18 +1,18 @@ # Maintainer: Vyrnexis pkgname=nimlaunch-bin-pkgver=0.10.1+pkgver=0.10.2 pkgrel=1 pkgdesc="NimLaunch in SDL3 for native X11 and Wayland (keyboard-first launcher) - Pre-built binary" arch=('x86_64')-url="https://codeberg.org/Vyrnexis/NimLaunch"+url="https://github.com/Vyrnexis/NimLaunch" license=('MIT')-depends=('sdl3' 'sdl3-ttf' 'sdl3-image' 'ttf-dejavu')+depends=('sdl3' 'sdl3_ttf' 'sdl3_image' 'ttf-dejavu') provides=("nimlaunch") conflicts=("nimlaunch" "nimlaunch-git")-source=("nimlaunch-${pkgver}::https://codeberg.org/Vyrnexis/NimLaunch/releases/download/v${pkgver}/nimlaunch"- "LICENSE-${pkgver}::https://codeberg.org/Vyrnexis/NimLaunch/raw/tag/v${pkgver}/LICENSE")-sha256sums=('488d2b49bf003d84243cccc65247f0a477193e85ac46aafedbd52ae650ced002'+source=("nimlaunch-${pkgver}::https://github.com/Vyrnexis/NimLaunch/releases/download/v${pkgver}/nimlaunch"+ "LICENSE-${pkgver}::https://raw.githubusercontent.com/Vyrnexis/NimLaunch/v${pkgver}/LICENSE")+sha256sums=('70adf361f2c25a6ba79bffeec8dc53599d2692129bade7cc6b9ec508efa53379' 'e034e1daf773989e34bacd11dc3a7014109b08d3c5b430089e7e4fa0c1ab12d2') package() {Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 00:03:42 | LOW | 2 |
| 2026-08-15 00:26:13 | LOW | 2 |
| 2026-08-14 09:28:24 | LOW | 2 |
| 2026-08-13 00:17:07 | CLEAN | 2 |
| 2026-08-12 03:22:23 | LOW | 1 |