th10

LOW
maintainer weilinfox 0 votes scanned 2026-09-17 00:27:14.276658
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
3pkgname=th10
4pkgver=0.02
5pkgrel=2
6pkgdesc='Mountain of Faith trial version. Tenth game of the Touhou Project series.'
7arch=(x86_64)
8url='https://www16.big.or.jp/~zun/html/th10top.html'
9license=('custom')
10depends=('wine')
11makedepends=('lha')
12source=('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')
18md5sums=('4c816e8d7f59430d5083e55c86df2462'
19 'ff0501145d6dc00e61fd8bd153e3bc5a'
20 '027fe63b2c9d28abbff74064a38fe2bb'
21 '36254f0ca77fb9fe709cbbe2191afa98'
22 '7e337e7d4e04feb0d7af3d7480e8d4b4'
23 '729af1ecd46aa43c52f3465fa8a62fb7')
24
25prepare() {
26 cd "$srcdir"
27 LC_ALL=C lha xf thcustom_002a.lzh
28}
29
30package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion