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
4
pkgname=nvme-cli-git
5
pkgver=r7673.c93350e11
6
pkgrel=1
7
pkgdesc='NVM-Express user space tooling for Linux'
8
arch=('i686' 'x86_64')
9
url="https://github.com/linux-nvme/nvme-cli"
10
license=('GPL')
11
depends=('util-linux' 'libsystemd')
12
optdepends=(
13
'json-c: parsing /etc/nvme/config.json; all vendor plugins; JSON output format'
14
)
15
16
makedepends=('systemd' 'meson' 'git' 'swig')
17
provides=('nvme-cli' 'libnvme' 'python-libnvme')
18
conflicts=('nvme-cli' 'libnvme' 'python-libnvme')
19
source=("$pkgname::git+https://github.com/linux-nvme/nvme-cli.git")
20
sha256sums=('SKIP')
21
install=nvme-cli-git.install
22
23
pkgver() {
24
cd "${pkgname}"
25
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
26
}
27
28
build() {
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
40
package() {
41
cd "${pkgname}"
42
DESTDIR="$pkgdir" meson install -C .build
43
}
44
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 |