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
3pkgname=libime-jyutping
4pkgver=1.0.17
5pkgrel=1
6pkgdesc="A library make use of libime to implement jyutping (粵拼) input method, also includes engine for fcitx 5."
7arch=('x86_64')
8url="https://github.com/fcitx/libime-jyutping"
9license=('LGPL-2.1-or-later')
10depends=('fcitx5-chinese-addons')
11makedepends=('boost' 'extra-cmake-modules' 'fmt' 'ninja')
12# source tarball format changed to .tar.zst since 1.10.11
13source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-${pkgver}_dict.tar.zst"{,.sig})
14sha512sums=('33eb08b38a60252a3e676913a94176e5590606f8862b5fb6c7bffb554a376fc8c9f8267317d9447ae5deb48aa6d6b1670fc52078c47c30f74fa3730c0c877883'
15 'SKIP')
16validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian <wengxt@gmail.com>
17
18build() {
19 cd $pkgname-$pkgver
20
21 cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
22 ninja
23}
24
25check() {
26 cd $pkgname-$pkgver
27 ninja test
28}
29
30package() {
31 cd $pkgname-$pkgver
32 DESTDIR="$pkgdir" ninja install
33}
34

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