klamrisk-hero
Downloads a source zip from a non-whitelisted but plausibly project-related host (scene.kryo.se), builds it from source, and has a SHA256 checksum; the main concern is the non-standard host, but this is a small game being compiled locally with no obfuscation or remote code execution.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 70%): Downloads a source zip from a non-whitelisted but plausibly project-related host (scene.kryo.se), builds it from source, and has a SHA256 checksum; the main concern is the non-standard host, but this is a small game being compiled locally with no obfuscation or remote code execution.
1 higher static finding superseded - not the current verdict (shown for transparency)
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:12
'http://scene.kryo.se/kryo-klamrisk_hero.zip'
PKGBUILD
1 offending line(s) highlighted# Maintainer: Ketchup901 <ketchup901@riseup.net>
pkgname=klamrisk-hero
pkgver=1
pkgrel=1
pkgdesc="Klämrisk Hero game"
arch=('x86_64' 'i686')
url="https://www.linusakesson.net/games/klamrisk/index.php"
license=('custom')
depends=('libGL.so' 'sdl' 'sdl_ttf' 'glu' 'glibc')
source=(
'http://scene.kryo.se/kryo-klamrisk_hero.zip'
'x86_64.patch'
'Klamrisk_Hero.desktop'
)
sha256sums=(
'7dc7b4f043480e2cf6d77f3cba51f463748cd48aaac161e4dd69f732608c8a4b'
'eb3b9812ad3e5fe55e9be9e3e6279302f90ef9b865b842774c1b7bb25229988f'
'7554e02497ed96795b92149d3f61e6020af003d044a56663bdb4738a6ceea1de'
)
options=(!strip !debug)
_src="kryo-klamrisk_hero/source"
prepare() {
if [[ $CARCH == "x86_64" ]]; then
cd $_src
patch -Np1 < $srcdir/x86_64.patch
fi
}
build() {
cd $_src
make
}
package() {
install -Dm755 $_src/klamrisk -t $pkgdir/usr/bin/
install -Dm644 Klamrisk_Hero.desktop -t $pkgdir/usr/share/applications/
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-30 13:44:19 | Low | 3 |
| 2026-08-30 13:42:42 | Medium | 2 |