pkhex-bin
maintainer R0dn3yS
· 12 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source tarball from a non-whitelisted but plausibly project-owned personal domain; however, it installs only data (the tarball) and a launcher script, with no execution of remote code or obfuscated payloads, limiting the worst-case impact to tampering with a bundled archive.
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 a source tarball from a non-whitelisted but plausibly project-owned personal domain; however, it installs only data (the tarball) and a launcher script, with no execution of remote code or obfuscated payloads, limiting the worst-case impact to tampering with a bundled archive.
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:13
source=("PKHeX.tar.gz::https://downloads.dfagaming.nl/PKHeX-${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Rodney van den Velden <rodney@dfagaming.nl>
2
3
_pkgname=PKHeX
4
pkgname=pkhex-bin
5
pkgver=26.05.05
6
pkgrel=2
7
pkgdesc="Pokémon core series save editor, programmed in C#."
8
arch=(any)
9
url="https://github.com/kwsch/PKHeX"
10
license=(GPL)
11
depends=(wine winetricks)
12
conflicts=(pkhex pkhex-git)
13
source=("PKHeX.tar.gz::https://downloads.dfagaming.nl/PKHeX-${pkgver}.tar.gz"
14
"launcher"
15
"icon.png"
16
"pkhex.desktop")
17
sha256sums=('1346612034787f472b89d671f6ef5c2b05618e7828ec7c26f8e1ace39953a13c'
18
'71763d9e17617b8e3ad5c3bed88bc037837dd2b7e6f2837ac6f2a7db0b2e28d7'
19
'688456b442d51a9cdcffeb053099f23e3333e492c5b9d9266e97da7cd077b89b'
20
'aa7d55c6d05a79671d38f8c4133b1fbf01d5106200d97c47658e78421e62b0d4')
21
22
package() {
23
install -D -m 755 "launcher" "${pkgdir}/usr/bin/pkhex"
24
install -D -m 644 "PKHeX.tar.gz" "${pkgdir}/usr/share/pkhex/PKHeX.tar.gz"
25
26
install -D -m 644 "icon.png" "${pkgdir}/usr/share/pixmaps/pkhex.png"
27
install -D -m 644 "pkhex.desktop" "${pkgdir}/usr/share/applications/pkhex.desktop"
28
}
29
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 |