nncli-git
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a Git repository hosted on the maintainer's own domain, which is plausibly the project's official source; building from a non-whitelisted host is normal for AUR packages, and the code is Python-based and locally built, with no remote prebuilt binaries or executed payloads from untrusted sources.
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 source is a Git repository hosted on the maintainer's own domain, which is plausibly the project's official source; building from a non-whitelisted host is normal for AUR packages, and the code is Python-based and locally built, with no remote prebuilt binaries or executed payloads from untrusted sources.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:23
source=("git+https://git.danielmoch.com/${_name}.git?signed")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Daniel Moch <daniel@danielmoch.com>
2
_name=nncli
3
pkgname=nncli-git
4
pkgver=0.3.2.r14.g5f0d203
5
pkgrel=1
6
pkgdesc="NextCloud Notes Command Line Interface"
7
arch=('any')
8
url="https://nncli.org"
9
provides=('nncli')
10
conflicts=('nncli')
11
license=('MIT' 'BSD')
12
depends=('python'
13
'python-urwid'
14
'python-requests'
15
'python-appdirs'
16
'python-click')
17
makedepends=('flit' 'git' 'python-pip' 'python-sphinx' 'python-sphinx-sitemap')
18
checkdepends=('python-pytest'
19
'python-pytest-cov'
20
'python-pytest-mock'
21
'python-pylint'
22
'python-mock')
23
source=("git+https://git.danielmoch.com/${_name}.git?signed")
24
validpgpkeys=('72A97F7072DDCE28058DEF30323C9F1784BDDD43')
25
sha256sums=('SKIP')
26
27
pkgver()
28
{
29
cd "${_name}"
30
git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//g'
31
}
32
33
check()
34
{
35
cd "${_name}"
36
python -m pytest
37
}
38
39
build()
40
{
41
cd "${_name}"
42
flit build
43
cd "${srcdir}/${_name}/docs"
44
sphinx-build -M man source build
45
}
46
47
package()
48
{
49
cd "${_name}"
50
_ver=$(cat ${_name}/__init__.py | grep -Eo '[0-9]+\.[0-9]+\.[0-9]+(\.dev[0-9]+)?')
51
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
52
install -Dm644 docs/build/man/nncli.1 "${pkgdir}/usr/share/man/man1/nncli.1"
53
pip install -I --no-warn-script-location --isolated --no-deps --compile --root="${pkgdir}" dist/${_name}-${_ver}-py3-none-any.whl
54
}
55
56
# vim: ft=PKGBUILD sts=2 sw=2 et
57
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 |