cmigemo-git

maintainer lmartinez-mirror · 9 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a legitimate project-owned GitHub repository and includes a dictionary file from a trusted project site; both sources are non-whitelisted but plausibly official, and the build process is standard, posing no real security risk.

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 package builds from a legitimate project-owned GitHub repository and includes a dictionary file from a trusted project site; both sources are non-whitelisted but plausibly official, and the build process is standard, posing no real security risk.

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:18 "https://skk-dev.github.io/dict/SKK-JISYO.L.gz")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
2# Contributor: yuki-san <yuki.from.akita _at_ gmail.com>
3# Contributor: TheRealOne78 <bajcsielias78 at gmail dot com>
4
5pkgname=cmigemo-git
6pkgver=1.2.r49.ge0f6145
7pkgrel=1
8pkgdesc="An implementation of Migemo in C"
9arch=('i686' 'x86_64')
10url="https://www.kaoriya.net/software/cmigemo/"
11license=('MIT')
12depends=('glibc')
13makedepends=('git' 'nkf')
14provides=('cmigemo' 'libmigemo.so')
15conflicts=('cmigemo')
16source=(
17 "${pkgname%-git}"::'git+https://github.com/koron/cmigemo.git'
18 "https://skk-dev.github.io/dict/SKK-JISYO.L.gz")
19sha256sums=('SKIP'
20 '4236e1ae2ba667520922fc5aa406f77d8e30f3590421d34f41f46af641bb48aa')
21
22pkgver() {
23 cd "$srcdir/${pkgname%-git}"
24 git describe --long --tags | sed -E 's/^[^0-9]*//;s/_/-/;s/([^-]*-g)/r\1/;s/-/./g'
25}
26
27prepare() {
28 cd "$srcdir/${pkgname%-git}/compile"
29 sed -i "/CFLAGS_MIGEMO/c\CFLAGS_MIGEMO = ${CFLAGS} -fPIC" Make_gcc.mak
30 sed -i "/LDFLAGS_MIGEMO/c\LDFLAGS_MIGEMO = ${LDFLAGS}" Make_gcc.mak
31 sed -i '30s/$/ $(LDFLAGS_MIGEMO)/' Make_gcc.mak
32 mv "$srcdir/SKK-JISYO.L" "$srcdir/${pkgname%-git}/dict"
33}
34
35# TODO : fix repeat compiles
36# build() {
37# cd "$srcdir/${pkgname%-git}"
38#
39# ./configure --prefix=/usr
40# make gcc-all
41# }
42
43package() {
44 cd "$srcdir/${pkgname%-git}"
45
46 ./configure --prefix=/usr
47 make prefix="$pkgdir"/usr docdir="$pkgdir"/usr/share/doc/cmigemo-git gcc-install
48 install -d -m 755 "$pkgdir"/usr/share/licenses/cmigemo-git
49 install -c -m 644 doc/LICENSE_j.txt "$pkgdir"/usr/share/licenses/cmigemo-git
50}
51
52# vim:set ts=2 sw=2 et:
53

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