ib-en
maintainer gardenappl
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a game data archive from a plausible project-related host (vgperson.com), not an executable or remote code; worst case is data tampering, not code execution.
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 game data archive from a plausible project-related host (vgperson.com), not an executable or remote code; worst case is data tampering, not code execution.
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://vgperson.com/games/Ib107.zip'
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: gardenapple <mailbox at appl garden>
2
3
pkgname=ib-en
4
pkgver=1.0.7
5
pkgrel=3
6
pkgdesc='Freeware horror adventure game by kouri (English translation)'
7
url='https://vgperson.com/games/ib.htm'
8
arch=('any')
9
license=('LicenseRef-Freeware')
10
depends=('easyrpg-player')
11
makedepends=('icoutils')
12
source=('https://vgperson.com/games/Ib107.zip'
13
'Ib'
14
'Ib.desktop')
15
sha512sums=('c2700b87b4e0d25218acbbf922ab705731f9bccfe50deb9b441eeaa9a6d00d78d945a607af09eca463007d497f9f76b75e5ec06f2e76f318d58cb1321652e393'
16
'90b4e627bedd1fa0ac19caaf45ea495e31af311c6c247e3c600020e4a450d8b1a391c037237a479a60b39d3bf3890be48704cbe3895a1c5025d561e0883a1349'
17
'efe0748fdd87345bee2686ccf6166a8110431149d304b6f36288a263a38b136ed456f28967ca26104d73d71c8039e2ca2981ef966a192c33ee0a078fcba39816')
18
19
package() {
20
wrestool --extract --output=icon.ico --type=group_icon StartFullscreen.exe
21
mkdir -p "$pkgdir/usr/share/pixmaps"
22
icotool --extract --output="$pkgdir/usr/share/pixmaps/Ib.png" icon.ico
23
24
# Does not seem to be required but easyrpg-player complains when this is deleted
25
# rm Data/RPG_RT.exe
26
27
mkdir -p "$pkgdir/usr/lib"
28
mv Data "$pkgdir/usr/lib/Ib"
29
30
install -Dm644 'Ib Manual.txt' -t "$pkgdir/usr/share/doc/Ib"
31
install -Dm644 Ib.desktop -t "$pkgdir/usr/share/applications"
32
install -Dm755 Ib -t "$pkgdir/usr/bin"
33
}
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 |