mousegun-bin
maintainer Filth
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads the game binary and assets from itch.io via a custom dlagent, which is a common and legitimate practice for itch.io-hosted games; the source is not executed remotely and the content is data/game assets, not malicious code.
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 package downloads the game binary and assets from itch.io via a custom dlagent, which is a common and legitimate practice for itch.io-hosted games; the source is not executed remotely and the content is data/game assets, not malicious code.
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:15
"$_pkgname.png::https://img.itch.zone/aW1nLzE1MDU0NzA0LnBuZw==/32x32%23/Aj4%2ByW.png"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Filth <filth [at] wagn [dot] me>
2
3
_pkgname="mousegun"
4
pkgname="$_pkgname-bin"
5
pkgver=1.2
6
pkgrel=1
7
pkgdesc="18+ retro FPS in which you take control of the titular character in an action filled adventure."
8
arch=('x86_64')
9
options=("!strip" "!debug")
10
url="https://shinlalala.itch.io/mousegun"
11
depends=('sh' 'glibc')
12
makedepends=('itchio-dlagent')
13
license=('custom')
14
source=("Mousegun $pkgver LINUX.zip::itch://shinlalala/mousegun/9774754"
15
"$_pkgname.png::https://img.itch.zone/aW1nLzE1MDU0NzA0LnBuZw==/32x32%23/Aj4%2ByW.png"
16
"$_pkgname.desktop"
17
"$_pkgname.sh")
18
b2sums=('a4a99fe9947d3751e4c69b0bcc584461501d78dd628d645269cc9ca4e5dba85153f3274e01c2542bd8c6d9de27657763e6526f51df39a71f5d91ca2646eadba6'
19
'e66e01e8f6c8dc713d95fc64aa1db4b5e8cb436ba3c83c687ecf1814488873e7f830380147175e06266c3fbd0b6a62d845d0560766b85a1542abb191750b659f'
20
'1a148d5810d3598c847886dd07b0bc76aa839049af35d6804f28b95cff520a1dffdd5a6be61c9466d04d106d147f6716d445e7238fb208c29e22e44dab069c95'
21
'43bc5283041433c65367b7734838768e2575dbb54931d2b1111cee22c826ff706071dea6f262cb294d063b2099df61f4920398f5c2e95a4da74ef825eae338c3')
22
DLAGENTS+=("itch::/usr/bin/itchio-dlagent %u %o")
23
24
package() {
25
# Install Data
26
install -Dm755 "Mousegun $pkgver.x86_64" "$pkgdir/usr/share/$_pkgname/Mousegun.x86_64"
27
28
# Install Launcher
29
install -Dm755 "$_pkgname.sh" "$pkgdir/usr/bin/$_pkgname"
30
31
# Install Desktop
32
install -Dm644 "$_pkgname.png" "$pkgdir/usr/share/pixmaps/$_pkgname.png"
33
install -Dm644 "$_pkgname.desktop" "$pkgdir/usr/share/applications/$_pkgname.desktop"
34
}
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 |