fcitx5-shorin-patched-git

maintainer shorin · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
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-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

Report a package

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

0 / 4000
Your suggestion