fcitx

LOW
maintainer claudepaccot 2 votes scanned 2026-09-17 00:27:14.276658
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-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 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
2026-08-29 00:29:17 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