fcitx

maintainer claudepaccot · 2 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source URL is hosted on the project's official domain (fcitx-im.org), which is plausibly controlled by the project maintainers; downloading source code from the official project site, even if not on a standard forge, is normal and low-risk for AUR packages.

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 source URL is hosted on the project's official domain (fcitx-im.org), which is plausibly controlled by the project maintainers; downloading source code from the official project site, even if not on a standard forge, is normal and low-risk for AUR packages.

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:25 source=("https://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz"{,.sig})

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Felix Yan <felixonmars@archlinux.org>
2# Contributor: Andrea Scarpino <andrea@archlinux.org>
3# Contributor: csslayer <wengxt AT gmail com>
4
5pkgname=fcitx
6pkgdesc="Flexible Context-aware Input Tool with eXtension"
7pkgver=4.2.9.9
8pkgrel=5
9groups=('fcitx-im')
10arch=('x86_64')
11url="https://fcitx-im.org"
12license=('GPL' 'LGPL')
13provides=('fcitx-gtk2' 'fcitx-gtk3')
14conflicts=('fcitx-gtk2' 'fcitx-gtk3')
15replaces=('fcitx-gtk2' 'fcitx-gtk3')
16depends=('pango' 'libxinerama' 'gtk-update-icon-cache' 'shared-mime-info'
17 'hicolor-icon-theme' 'desktop-file-utils' 'libxkbfile'
18 'libxfixes' 'dbus' 'icu' 'libxkbcommon')
19optdepends=('enchant: for word predication support'
20 'opencc: optional engine to do chinese convert'
21 'gettext: for fcitx-po-parser'
22 'fcitx-configtool: for configuration (GTK based)')
23makedepends=('extra-cmake-modules' 'doxygen' 'gtk3' 'mesa' 'opencc'
24 'iso-codes' 'gobject-introspection' 'enchant' 'python' 'glib2-devel')
25source=("https://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz"{,.sig})
26sha512sums=('d871df84ebb3514b6474000b693246c8e5b198121e9a5a0ca18d478e54cd4144f8dfb58922a004952d26ab3bcfc1f417c446c22d30994ef40875fc2ee3cda441'
27 'SKIP')
28validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian
29
30prepare() {
31 mkdir build
32
33 sed -e 's|enchant/enchant.h|enchant-2/enchant.h|' -i $pkgname-$pkgver/cmake/FindEnchant.cmake
34}
35
36build() {
37 cd build
38
39 cmake ../$pkgname-$pkgver \
40 -DCMAKE_INSTALL_PREFIX=/usr \
41 -DSYSCONFDIR=/etc \
42 -DFORCE_OPENCC=ON \
43 -DFORCE_PRESAGE=ON \
44 -DFORCE_ENCHANT=ON \
45 -DENABLE_TEST=ON \
46 -DENABLE_QT=OFF \
47 -DENABLE_GTK2_IM_MODULE=OFF \
48 -DENABLE_GTK3_IM_MODULE=ON \
49 -DENCHANT_INCLUDE_DIR=/usr/include/enchant-2/ \
50 -DENCHANT_LIBRARIES=/usr/lib/libenchant-2.so
51 make
52}
53
54check() {
55 cd build
56 make test
57}
58
59package() {
60 cd build
61 make DESTDIR="$pkgdir" 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