libime-jyutping
maintainer rocka
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a dictionary data file for an input method, not executable code, and is downloaded from the official fcitx project's domain, which is a plausible and trusted host for this software.
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 is a dictionary data file for an input method, not executable code, and is downloaded from the official fcitx project's domain, which is a plausible and trusted host for this software.
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/fcitx5/$pkgname/$pkgname-${pkgver}_dict.tar.zst"{,.sig})
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Rocket Aaron <i at rocka dot me>
2
3
pkgname=libime-jyutping
4
pkgver=1.0.17
5
pkgrel=1
6
pkgdesc="A library make use of libime to implement jyutping (粵拼) input method, also includes engine for fcitx 5."
7
arch=('x86_64')
8
url="https://github.com/fcitx/libime-jyutping"
9
license=('LGPL-2.1-or-later')
10
depends=('fcitx5-chinese-addons')
11
makedepends=('boost' 'extra-cmake-modules' 'fmt' 'ninja')
12
# source tarball format changed to .tar.zst since 1.10.11
13
source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-${pkgver}_dict.tar.zst"{,.sig})
14
sha512sums=('33eb08b38a60252a3e676913a94176e5590606f8862b5fb6c7bffb554a376fc8c9f8267317d9447ae5deb48aa6d6b1670fc52078c47c30f74fa3730c0c877883'
15
'SKIP')
16
validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian <wengxt@gmail.com>
17
18
build() {
19
cd $pkgname-$pkgver
20
21
cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
22
ninja
23
}
24
25
check() {
26
cd $pkgname-$pkgver
27
ninja test
28
}
29
30
package() {
31
cd $pkgname-$pkgver
32
DESTDIR="$pkgdir" ninja install
33
}
34
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 |