th10
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
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)
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# Maintainer: weilinfox <weilinfox at inuyasha dot love>
pkgname=th10
pkgver=0.02
pkgrel=2
pkgdesc='Mountain of Faith trial version. Tenth game of the Touhou Project series.'
arch=(x86_64)
url='https://www16.big.or.jp/~zun/html/th10top.html'
license=('custom')
depends=('wine')
makedepends=('lha')
source=('http://kokoron.madoka.org/mirror/D/t/touhoufuujinroku/th10tr002a_setup.exe'
'http://www16.big.or.jp/~zun/data/soft/thcustom_002a.lzh'
'th10.sh'
'th10-custom.sh'
'th10.xpm'
'th10.desktop')
md5sums=('4c816e8d7f59430d5083e55c86df2462'
'ff0501145d6dc00e61fd8bd153e3bc5a'
'027fe63b2c9d28abbff74064a38fe2bb'
'36254f0ca77fb9fe709cbbe2191afa98'
'7e337e7d4e04feb0d7af3d7480e8d4b4'
'729af1ecd46aa43c52f3465fa8a62fb7')
prepare() {
cd "$srcdir"
LC_ALL=C lha xf thcustom_002a.lzh
}
package() {
cd "$srcdir"
install -d -m755 "$pkgdir/usr/share/$pkgname"
install -m755 th10tr002a_setup.exe "$pkgdir/usr/share/$pkgname"
install -m755 custom.exe "$pkgdir/usr/share/$pkgname"
install -d -m755 "$pkgdir/usr/bin/"
install -m755 th10.sh "$pkgdir/usr/bin/th10"
install -m755 th10-custom.sh "$pkgdir/usr/bin/th10-custom"
install -d -m755 "$pkgdir/usr/share/pixmaps"
install -m644 th10.xpm "$pkgdir/usr/share/pixmaps"
install -d -m755 "$pkgdir/usr/share/applications"
install -m755 th10.desktop "$pkgdir/usr/share/applications"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |