nvme-cli-git

maintainer qiaozhi · 6 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from the official project's Git repository, which is a normal and expected practice for AUR packages; the skipped checksum is acceptable for -git packages, and the install script safely generates missing config files without executing untrusted code.

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 the official project's Git repository, which is a normal and expected practice for AUR packages; the skipped checksum is acceptable for -git packages, and the install script safely generates missing config files without executing untrusted code.

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: George Anthony Nuarin <qzsong [at] proton.me>
2# Contributor: Martin Schrodt <martin@schrodt.org>
3
4pkgname=nvme-cli-git
5pkgver=r7673.c93350e11
6pkgrel=1
7pkgdesc='NVM-Express user space tooling for Linux'
8arch=('i686' 'x86_64')
9url="https://github.com/linux-nvme/nvme-cli"
10license=('GPL')
11depends=('util-linux' 'libsystemd')
12optdepends=(
13 'json-c: parsing /etc/nvme/config.json; all vendor plugins; JSON output format'
14)
15
16makedepends=('systemd' 'meson' 'git' 'swig')
17provides=('nvme-cli' 'libnvme' 'python-libnvme')
18conflicts=('nvme-cli' 'libnvme' 'python-libnvme')
19source=("$pkgname::git+https://github.com/linux-nvme/nvme-cli.git")
20sha256sums=('SKIP')
21install=nvme-cli-git.install
22
23pkgver() {
24 cd "${pkgname}"
25 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
26}
27
28build() {
29 cd "${pkgname}"
30 meson setup \
31 --prefix /usr \
32 --sysconfdir /etc \
33 --libexecdir lib \
34 --sbindir bin \
35 --buildtype release \
36 -D docs='man' \
37 .build
38}
39
40package() {
41 cd "${pkgname}"
42 DESTDIR="$pkgdir" meson install -C .build
43}
44

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