grappling_hook
maintainer jose1711
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a legitimate project-hosted tarball from the game's official domain, used to build the package; the non-whitelisted host is the project's own website, so this is normal AUR packaging with no evidence of malicious intent or supply-chain risk.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a legitimate project-hosted tarball from the game's official domain, used to build the package; the non-whitelisted host is the project's own website, so this is normal AUR packaging with no evidence of malicious intent or supply-chain risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
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
source=("https://grapplinghook.de/download/GrapplingHook-1.0.8-linux.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: jose <jose1711 [at] gmail (dot) com>
2
3
pkgname=grappling_hook
4
pkgver=1.08
5
pkgrel=1
6
pkgdesc="first-person action/puzzle game"
7
arch=('i686' 'x86_64')
8
url="http://ghook.speedrungames.com/"
9
license=('freeware')
10
# this package *requires* jre8 (will not work with anything else)
11
depends=('jre8' 'openal' 'libxrandr' 'libxcursor')
12
source=("https://grapplinghook.de/download/GrapplingHook-1.0.8-linux.tar.gz"
13
"grappling_hook.desktop"
14
"icon.png")
15
md5sums=('72a9a4661cbe0ae83defbc3bef6ee337'
16
'e2d162f2a7ddfe67ca4235fefca69860'
17
'38915cdcf3fa0a188e4d02d13263789c')
18
options=(!strip)
19
20
package() {
21
mkdir -p "${pkgdir}/usr/share/java/Grappling Hook" "${pkgdir}/usr/bin"
22
cd "${srcdir}/Grappling Hook"
23
tar cf - --exclude=.PKGINFO * | ( cd "${pkgdir}/usr/share/java/Grappling Hook"; tar xfp -)
24
find "${pkgdir}/usr/share/java/Grappling Hook" -type f ! -name GrapplingHook.sh -exec chmod 644 '{}' \;
25
find "${pkgdir}/usr/share/java/Grappling Hook" -type d -exec chmod 755 '{}' \;
26
chmod 755 "${pkgdir}/usr/share/java/Grappling Hook/GrapplingHook.sh"
27
sed -i 's%^java %/usr/lib/jvm/java-8-jre/jre/bin/java %' "${pkgdir}/usr/share/java/Grappling Hook/GrapplingHook.sh"
28
install -Dm644 "${srcdir}/grappling_hook.desktop" $pkgdir/usr/share/applications/grappling_hook.desktop
29
install -Dm644 "$srcdir/icon.png" "${pkgdir}/usr/share/pixmaps/grappling-hook.png"
30
(echo "#!/bin/bash
31
cd \"/usr/share/java/Grappling Hook\"
32
./GrapplingHook.sh \"\$@\"") > $pkgdir/usr/bin/grappling-hook
33
chmod 755 "${pkgdir}/usr/bin/grappling-hook"
34
}
35
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |