neovim-neodev-opt-git
maintainer ilovemikael
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from the project's own Git repository, which is a normal AUR practice; the 'recently orphaned' flag is metadata about package maintenance, not a security issue.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from the project's own Git repository, which is a normal AUR practice; the 'recently orphaned' flag is metadata about package maintenance, not a security issue.
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
pkgname=neovim-neodev-opt-git
2
_pkgname=neodev
3
pkgver=692.a098813
4
pkgrel=1
5
pkgdesc='Full signature help, docs, and completion for the nvim lua API.'
6
arch=('any')
7
url="https://github.com/folke/${_pkgname}.nvim"
8
license=('Apache')
9
depends=('neovim')
10
makedepends=('git')
11
source=("${_pkgname}::git+${url}.git")
12
sha256sums=('SKIP')
13
14
pkgver() {
15
16
cd "${srcdir}/${_pkgname}"
17
18
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
19
20
}
21
22
package() {
23
24
cd "${srcdir}/${_pkgname}"
25
26
local _installpath="usr/local/share/nvim/site/pack/${_pkgname}/opt/${_pkgname}/"
27
28
install -dvm755 "${pkgdir}/${_installpath}"
29
30
cp -rt "${pkgdir}/${_installpath}" doc lua types
31
32
}
33
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 13:38:59 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |