libretro-np2kai-git

maintainer Engdyn · 3 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds a libretro core from its official GitHub repository; the source is legitimate and commonly used in AUR, with no evidence of malicious intent despite recent maintainer change.

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 a libretro core from its official GitHub repository; the source is legitimate and commonly used in AUR, with no evidence of malicious intent despite recent maintainer change.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: Engdyn <aur cat engdyn dog de>
2# Contributor: Brenden Hoffman <hbrenden@fastmail.com>
3# Contributor: Andy Delgado <cuba200611@gmail.com>
4pkgname=libretro-np2kai-git
5pkgver=r1091.54ec39f
6pkgrel=1
7pkgdesc="NEC - PC-98 (Neko Project II Kai) core"
8arch=(x86_64 aarch64 i686)
9url="http://domisan.sakura.ne.jp/article/np2kai/np2kai.html"
10license=(MIT)
11groups=(libretro)
12depends=(
13 gcc-libs
14 libretro-core-info
15)
16makedepends=(
17 git
18 make
19)
20provides=("${pkgname%-git}=$pkgver")
21conflicts=("${pkgname%-git}")
22options=(!lto)
23source=(${pkgname%-git}::git+https://github.com/libretro/NP2kai.git)
24sha256sums=(SKIP)
25
26pkgver() {
27 cd "$srcdir/${pkgname%-git}"
28 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
29}
30
31build() {
32 cd "$srcdir/${pkgname%-git}/sdl"
33 CFLAGS+=" -Wno-incompatible-pointer-types"
34 make -f Makefile.libretro
35}
36
37package() {
38 cd "$srcdir/${pkgname%-git}"
39 install -Dm755 sdl/np2kai_libretro.so -t "$pkgdir/usr/lib/libretro"
40 install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
41}
42

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