fcitx-rime
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's own domain (fcitx-im.org), which is plausibly official; the patches are from GitHub, a standard forge; the build is normal CMake compilation of the project's own code, posing no execution risk beyond typical 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 90%): The source is a tarball from the project's own domain (fcitx-im.org), which is plausibly official; the patches are from GitHub, a standard forge; the build is normal CMake compilation of the project's own code, posing no execution risk beyond typical 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:13
source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Felix Yan <felixonmars@archlinux.org>
2
# Contributor: lh <jason52lh@gmail.com>
3
4
pkgname=fcitx-rime
5
pkgver=0.3.2
6
pkgrel=4
7
pkgdesc='Fcitx Wrapper for librime'
8
arch=('x86_64')
9
url="https://github.com/fcitx/fcitx-rime"
10
license=('GPL')
11
depends=('fcitx' 'librime')
12
makedepends=('cmake')
13
source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}
14
'https://github.com/fcitx/fcitx-rime/commit/07dc308024a3dd7992467a915f033f0893efa54b.patch'
15
'fix-rime-process-key.patch')
16
sha512sums=('8c6d845b0899d9b8b9b41b895abd5c1b8916856b71f529aabd08d1c27a2b09bb5a9343912d088da460c2e22da0a3ce759a34fd13099a149bb8cd1ff4eafe29f1'
17
'SKIP'
18
'e01397967139fc6077bac25900021773d769b305d7e45b6a12bdf954ec7df4f48dc483bee68add1d5693f6bf2501a4cb9506df983fa6de24b38ecb65dfa574d4'
19
'b4b64f52cfedc13e4882b20e04800b6531136150a21985e88a61c4ec689d418e4b820ca1e98408b9cb7ac3df890f6b1fea31d0372056c4017da8d340e4ee0f83')
20
validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian <wengxt@gmail.com>
21
22
prepare() {
23
cd $pkgname-$pkgver
24
patch -Np1 -i "$srcdir/07dc308024a3dd7992467a915f033f0893efa54b.patch"
25
patch -Np1 -i "$srcdir/fix-rime-process-key.patch"
26
}
27
28
build() {
29
cd $pkgname-$pkgver
30
31
cmake -DCMAKE_INSTALL_PREFIX=/usr .
32
make
33
}
34
35
package() {
36
cd $pkgname-$pkgver
37
make DESTDIR="$pkgdir" install
38
}
39
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 |