th10
maintainer weilinfox
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads the official trial executable and patch for a Touhou Project game from a known fan mirror and the original author's site, installs them alongside wrapper scripts, and does not execute arbitrary remote code or exfiltrate data; the non-standard hosts are reasonable for this niche software, and the files are verified with checksums.
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 official trial executable and patch for a Touhou Project game from a known fan mirror and the original author's site, installs them alongside wrapper scripts, and does not execute arbitrary remote code or exfiltrate data; the non-standard hosts are reasonable for this niche software, and the files are verified with checksums.
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=('http://kokoron.madoka.org/mirror/D/t/touhoufuujinroku/th10tr002a_setup.exe' -
PKGBUILD:13
'http://www16.big.or.jp/~zun/data/soft/thcustom_002a.lzh'
PKGBUILD
2 offending line(s) highlighted
1
# Maintainer: weilinfox <weilinfox at inuyasha dot love>
2
3
pkgname=th10
4
pkgver=0.02
5
pkgrel=2
6
pkgdesc='Mountain of Faith trial version. Tenth game of the Touhou Project series.'
7
arch=(x86_64)
8
url='https://www16.big.or.jp/~zun/html/th10top.html'
9
license=('custom')
10
depends=('wine')
11
makedepends=('lha')
12
source=('http://kokoron.madoka.org/mirror/D/t/touhoufuujinroku/th10tr002a_setup.exe'
13
'http://www16.big.or.jp/~zun/data/soft/thcustom_002a.lzh'
14
'th10.sh'
15
'th10-custom.sh'
16
'th10.xpm'
17
'th10.desktop')
18
md5sums=('4c816e8d7f59430d5083e55c86df2462'
19
'ff0501145d6dc00e61fd8bd153e3bc5a'
20
'027fe63b2c9d28abbff74064a38fe2bb'
21
'36254f0ca77fb9fe709cbbe2191afa98'
22
'7e337e7d4e04feb0d7af3d7480e8d4b4'
23
'729af1ecd46aa43c52f3465fa8a62fb7')
24
25
prepare() {
26
cd "$srcdir"
27
LC_ALL=C lha xf thcustom_002a.lzh
28
}
29
30
package() {
31
cd "$srcdir"
32
install -d -m755 "$pkgdir/usr/share/$pkgname"
33
install -m755 th10tr002a_setup.exe "$pkgdir/usr/share/$pkgname"
34
install -m755 custom.exe "$pkgdir/usr/share/$pkgname"
35
36
install -d -m755 "$pkgdir/usr/bin/"
37
install -m755 th10.sh "$pkgdir/usr/bin/th10"
38
install -m755 th10-custom.sh "$pkgdir/usr/bin/th10-custom"
39
40
install -d -m755 "$pkgdir/usr/share/pixmaps"
41
install -m644 th10.xpm "$pkgdir/usr/share/pixmaps"
42
install -d -m755 "$pkgdir/usr/share/applications"
43
install -m755 th10.desktop "$pkgdir/usr/share/applications"
44
}
45
46
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 |