fcitx5-shorin-patched-git

LOW
maintainer shorin 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

Builds from the maintainer's own GitHub fork of fcitx5 (a patched variant, as declared) plus a spell dictionary tarball from the official fcitx-im.org download server with a hardcoded SHA256 checksum; no obfuscation, no remote code execution, no credential exfiltration — the only mild concern is the SKIP'd checksum on the git source, which is normal for git+URL sources.

Triggered rules

Low AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (anthropic/claude-4.6-sonnet-20260217) reviewed the full PKGBUILD and judged it LOW (confidence 85%): Builds from the maintainer's own GitHub fork of fcitx5 (a patched variant, as declared) plus a spell dictionary tarball from the official fcitx-im.org download server with a hardcoded SHA256 checksum; no obfuscation, no remote code execution, no credential exfiltration — the only mild concern is the SKIP'd checksum on the git source, which is normal for git+URL sources.

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:24 "en_dict-${_SPELL_EN_DICT_VER}.tar.gz::http://download.fcitx-im.org/data/en_dict-${_SPELL_EN_DICT_VER}.tar.gz")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: shorin <fcl709@outlook.com>
2# Based on fcitx5-git by Capricornus007 <Capricornus007 at proton dot me>
3
4_SPELL_EN_DICT_VER='20121020'
5_SPELL_EN_DICT_SHA256='c44a5d7847925eea9e4d2d04748d442cd28dd9299a0b572ef7d91eac4f5a6ceb'
6
7_pkgname=fcitx5
8pkgname=${_pkgname}-shorin-patched-git
9pkgver=5.1.20.r4.g6e560311
10pkgrel=3
11options=(!debug)
12pkgdesc="Next generation of fcitx (with XIM leak, CapsLock, and preedit fixes)"
13arch=('x86_64')
14url="https://github.com/SHORiN-KiWATA/fcitx5"
15license=('GPL')
16depends=('cairo' 'enchant' 'iso-codes' 'libgl' 'libxkbcommon-x11' 'pango' 'wayland'
17 'xcb-imdkit' 'xcb-util-wm' 'libxkbfile' 'fmt' 'gdk-pixbuf2')
18makedepends=('extra-cmake-modules' 'git' 'ninja' 'wayland-protocols'
19 'plasma-wayland-protocols' 'nlohmann-json')
20provides=("${_pkgname}" "${_pkgname}-git")
21conflicts=("${_pkgname}" "${_pkgname}-git")
22
23source=("git+$url.git"
24 "en_dict-${_SPELL_EN_DICT_VER}.tar.gz::http://download.fcitx-im.org/data/en_dict-${_SPELL_EN_DICT_VER}.tar.gz")
25sha256sums=('SKIP'
26 'c44a5d7847925eea9e4d2d04748d442cd28dd9299a0b572ef7d91eac4f5a6ceb')
27
28pkgver() {
29 cd fcitx5
30 git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
31}
32
33prepare() {
34 cd fcitx5
35 git submodule update --init --recursive
36
37 cd src/modules/spell
38 cp "$srcdir/en_dict-${_SPELL_EN_DICT_VER}.tar.gz" .
39}
40
41build(){
42 cd fcitx5
43
44 cmake -GNinja \
45 -DCMAKE_INSTALL_PREFIX=/usr \
46 -DCMAKE_BUILD_TYPE=Release \
47 -DCMAKE_INSTALL_LIBDIR=/usr/lib \
48 -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib \
49 -DCMAKE_INSTALL_SYSCONFDIR=/etc \
50 -DENABLE_SYSTEMD=OFF .
51 ninja
52}
53
54check(){
55 cd fcitx5
56 ninja test
57}
58
59package() {
60 cd fcitx5
61 DESTDIR="$pkgdir" ninja install
62}
63

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 05:13:32 Medium 1
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

Report a package

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

0 / 4000
Your suggestion