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

1pkgname=neovim-neodev-opt-git
2_pkgname=neodev
3pkgver=692.a098813
4pkgrel=1
5pkgdesc='Full signature help, docs, and completion for the nvim lua API.'
6arch=('any')
7url="https://github.com/folke/${_pkgname}.nvim"
8license=('Apache')
9depends=('neovim')
10makedepends=('git')
11source=("${_pkgname}::git+${url}.git")
12sha256sums=('SKIP')
13
14pkgver() {
15
16 cd "${srcdir}/${_pkgname}"
17
18 echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
19
20}
21
22package() {
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)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 13:38:59 MEDIUM 1
2026-06-18 16:11:54 CLEAN 0

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion