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
8
pkgname=${_pkgname}-shorin-patched-git
9
pkgver=5.1.20.r4.g6e560311
10
pkgrel=3
11
options=(!debug)
12
pkgdesc="Next generation of fcitx (with XIM leak, CapsLock, and preedit fixes)"
13
arch=('x86_64')
14
url="https://github.com/SHORiN-KiWATA/fcitx5"
15
license=('GPL')
16
depends=('cairo' 'enchant' 'iso-codes' 'libgl' 'libxkbcommon-x11' 'pango' 'wayland'
17
'xcb-imdkit' 'xcb-util-wm' 'libxkbfile' 'fmt' 'gdk-pixbuf2')
18
makedepends=('extra-cmake-modules' 'git' 'ninja' 'wayland-protocols'
19
'plasma-wayland-protocols' 'nlohmann-json')
20
provides=("${_pkgname}" "${_pkgname}-git")
21
conflicts=("${_pkgname}" "${_pkgname}-git")
22
23
source=("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")
25
sha256sums=('SKIP'
26
'c44a5d7847925eea9e4d2d04748d442cd28dd9299a0b572ef7d91eac4f5a6ceb')
27
28
pkgver() {
29
cd fcitx5
30
git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
31
}
32
33
prepare() {
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
41
build(){
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
54
check(){
55
cd fcitx5
56
ninja test
57
}
58
59
package() {
60
cd fcitx5
61
DESTDIR="$pkgdir" ninja install
62
}
63
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |