nncli-git

LOW
maintainer orphaned 0 votes scanned 2026-09-17 00:27:14.276658
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
3pkgname=nncli-git
4pkgver=0.3.2.r14.g5f0d203
5pkgrel=1
6pkgdesc="NextCloud Notes Command Line Interface"
7arch=('any')
8url="https://nncli.org"
9provides=('nncli')
10conflicts=('nncli')
11license=('MIT' 'BSD')
12depends=('python'
13 'python-urwid'
14 'python-requests'
15 'python-appdirs'
16 'python-click')
17makedepends=('flit' 'git' 'python-pip' 'python-sphinx' 'python-sphinx-sitemap')
18checkdepends=('python-pytest'
19 'python-pytest-cov'
20 'python-pytest-mock'
21 'python-pylint'
22 'python-mock')
23source=("git+https://git.danielmoch.com/${_name}.git?signed")
24validpgpkeys=('72A97F7072DDCE28058DEF30323C9F1784BDDD43')
25sha256sums=('SKIP')
26
27pkgver()
28{
29 cd "${_name}"
30 git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//g'
31}
32
33check()
34{
35 cd "${_name}"
36 python -m pytest
37}
38
39build()
40{
41 cd "${_name}"
42 flit build
43 cd "${srcdir}/${_name}/docs"
44 sphinx-build -M man source build
45}
46
47package()
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)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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