fcitx5-git

maintainer Capricornus007 · 11 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The non-standard host hosts a data file (English dictionary) used by the spell module, which is not executable and poses no code execution risk; the main source is from the project's official Git repository.

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 non-standard host hosts a data file (English dictionary) used by the spell module, which is not executable and poses no code execution risk; the main source is from the project's official Git repository.

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:23 "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: Capricornus007 <Capricornus007 at proton dot me>
2# Co-Maintainer: Felix Yan <felixonmars@archlinux.org>
3# Contributor: csslayer <wengxt AT gmail com>
4
5_SPELL_EN_DICT_VER='20121020'
6_SPELL_EN_DICT_SHA256='c44a5d7847925eea9e4d2d04748d442cd28dd9299a0b572ef7d91eac4f5a6ceb'
7
8_pkgname=fcitx5
9pkgname=${_pkgname}-git
10pkgver=5.1.19.r29.g6ac6ae22
11pkgrel=1
12pkgdesc="Next generation of fcitx"
13arch=('i686' 'x86_64')
14url="https://github.com/fcitx/fcitx5"
15license=('GPL')
16depends=('cairo' 'enchant' 'iso-codes' 'libgl' 'libxkbcommon-x11' 'pango' 'wayland'
17 'xcb-imdkit-git' 'xcb-util-wm' 'libxkbfile' 'fmt' 'gdk-pixbuf2')
18makedepends=('extra-cmake-modules' 'git' 'ninja' 'wayland-protocols')
19provides=($_pkgname)
20conflicts=($_pkgname)
21
22source=("git+$url.git"
23 "en_dict-${_SPELL_EN_DICT_VER}.tar.gz::http://download.fcitx-im.org/data/en_dict-${_SPELL_EN_DICT_VER}.tar.gz")
24sha256sums=('SKIP'
25 'c44a5d7847925eea9e4d2d04748d442cd28dd9299a0b572ef7d91eac4f5a6ceb')
26
27pkgver() {
28 cd fcitx5
29 git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
30}
31
32prepare() {
33 cd fcitx5
34 git submodule update --init --recursive
35
36 cd src/modules/spell
37 cp "$srcdir/en_dict-${_SPELL_EN_DICT_VER}.tar.gz" .
38}
39
40build(){
41 cd fcitx5
42
43 cmake -GNinja \
44 -DCMAKE_INSTALL_PREFIX=/usr \
45 -DCMAKE_BUILD_TYPE=Release \
46 -DCMAKE_INSTALL_LIBDIR=/usr/lib \
47 -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib \
48 -DCMAKE_INSTALL_SYSCONFDIR=/etc \
49 -DENABLE_SYSTEMD=OFF .
50 ninja
51}
52
53check(){
54 cd fcitx5
55 ninja test
56}
57
58package() {
59 cd fcitx5
60 DESTDIR="$pkgdir" ninja install
61}
62

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