fcitx5-shorin-patched-git
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
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)
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# Maintainer: shorin <fcl709@outlook.com>
# Based on fcitx5-git by Capricornus007 <Capricornus007 at proton dot me>
_SPELL_EN_DICT_VER='20121020'
_SPELL_EN_DICT_SHA256='c44a5d7847925eea9e4d2d04748d442cd28dd9299a0b572ef7d91eac4f5a6ceb'
_pkgname=fcitx5
pkgname=${_pkgname}-shorin-patched-git
pkgver=5.1.20.r4.g6e560311
pkgrel=3
options=(!debug)
pkgdesc="Next generation of fcitx (with XIM leak, CapsLock, and preedit fixes)"
arch=('x86_64')
url="https://github.com/SHORiN-KiWATA/fcitx5"
license=('GPL')
depends=('cairo' 'enchant' 'iso-codes' 'libgl' 'libxkbcommon-x11' 'pango' 'wayland'
'xcb-imdkit' 'xcb-util-wm' 'libxkbfile' 'fmt' 'gdk-pixbuf2')
makedepends=('extra-cmake-modules' 'git' 'ninja' 'wayland-protocols'
'plasma-wayland-protocols' 'nlohmann-json')
provides=("${_pkgname}" "${_pkgname}-git")
conflicts=("${_pkgname}" "${_pkgname}-git")
source=("git+$url.git"
"en_dict-${_SPELL_EN_DICT_VER}.tar.gz::http://download.fcitx-im.org/data/en_dict-${_SPELL_EN_DICT_VER}.tar.gz")
sha256sums=('SKIP'
'c44a5d7847925eea9e4d2d04748d442cd28dd9299a0b572ef7d91eac4f5a6ceb')
pkgver() {
cd fcitx5
git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {
cd fcitx5
git submodule update --init --recursive
cd src/modules/spell
cp "$srcdir/en_dict-${_SPELL_EN_DICT_VER}.tar.gz" .
}
build(){
cd fcitx5
cmake -GNinja \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DCMAKE_INSTALL_LIBEXECDIR=/usr/lib \
-DCMAKE_INSTALL_SYSCONFDIR=/etc \
-DENABLE_SYSTEMD=OFF .
ninja
}
check(){
cd fcitx5
ninja test
}
package() {
cd fcitx5
DESTDIR="$pkgdir" ninja install
}
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 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 |