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
5
pkgname=fcitx
6
pkgdesc="Flexible Context-aware Input Tool with eXtension"
7
pkgver=4.2.9.9
8
pkgrel=5
9
groups=('fcitx-im')
10
arch=('x86_64')
11
url="https://fcitx-im.org"
12
license=('GPL' 'LGPL')
13
provides=('fcitx-gtk2' 'fcitx-gtk3')
14
conflicts=('fcitx-gtk2' 'fcitx-gtk3')
15
replaces=('fcitx-gtk2' 'fcitx-gtk3')
16
depends=('pango' 'libxinerama' 'gtk-update-icon-cache' 'shared-mime-info'
17
'hicolor-icon-theme' 'desktop-file-utils' 'libxkbfile'
18
'libxfixes' 'dbus' 'icu' 'libxkbcommon')
19
optdepends=('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)')
23
makedepends=('extra-cmake-modules' 'doxygen' 'gtk3' 'mesa' 'opencc'
24
'iso-codes' 'gobject-introspection' 'enchant' 'python' 'glib2-devel')
25
source=("https://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz"{,.sig})
26
sha512sums=('d871df84ebb3514b6474000b693246c8e5b198121e9a5a0ca18d478e54cd4144f8dfb58922a004952d26ab3bcfc1f417c446c22d30994ef40875fc2ee3cda441'
27
'SKIP')
28
validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian
29
30
prepare() {
31
mkdir build
32
33
sed -e 's|enchant/enchant.h|enchant-2/enchant.h|' -i $pkgname-$pkgver/cmake/FindEnchant.cmake
34
}
35
36
build() {
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
54
check() {
55
cd build
56
make test
57
}
58
59
package() {
60
cd build
61
make DESTDIR="$pkgdir" 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 |