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>
4
pkgname=libretro-np2kai-git
5
pkgver=r1091.54ec39f
6
pkgrel=1
7
pkgdesc="NEC - PC-98 (Neko Project II Kai) core"
8
arch=(x86_64 aarch64 i686)
9
url="http://domisan.sakura.ne.jp/article/np2kai/np2kai.html"
10
license=(MIT)
11
groups=(libretro)
12
depends=(
13
gcc-libs
14
libretro-core-info
15
)
16
makedepends=(
17
git
18
make
19
)
20
provides=("${pkgname%-git}=$pkgver")
21
conflicts=("${pkgname%-git}")
22
options=(!lto)
23
source=(${pkgname%-git}::git+https://github.com/libretro/NP2kai.git)
24
sha256sums=(SKIP)
25
26
pkgver() {
27
cd "$srcdir/${pkgname%-git}"
28
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
29
}
30
31
build() {
32
cd "$srcdir/${pkgname%-git}/sdl"
33
CFLAGS+=" -Wno-incompatible-pointer-types"
34
make -f Makefile.libretro
35
}
36
37
package() {
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) | 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 |