gnunet-webui-git

LOW
maintainer grufo 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package builds from the official GNUnet Git repository and installs a web UI via standard npm and Angular build steps; the flagged npm install is for declared build dependencies, and the non-standard host is the project's own official Git server, posing no supply-chain risk.

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 GNUnet Git repository and installs a web UI via standard npm and Angular build steps; the flagged npm install is for declared build dependencies, and the non-standard host is the project's own official Git server, posing no supply-chain risk.

2 higher static findings superseded - not the current verdict (shown for transparency)
Medium npm/yarn/pnpm install of an undeclared external package npm_install_external

Runs `npm/yarn/pnpm install <package>` for a package not in source=(), pulling unpinned, unreviewed code at build time. Severity downgraded: the package declares/looks like a Node.js consumer, where build-time installs are expected.

  • PKGBUILD:38 npm install --user root
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:16 source=("git+https://git.gnunet.org/git/${_appname}.git"

PKGBUILD

2 offending line(s) highlighted
1# Maintainer: grufo <madmurphy333 AT gmail DOT com>
2
3pkgname='gnunet-webui-git'
4_appname='gnunet-webui'
5pkgver='r14.da35c82'
6pkgrel=1
7pkgdesc='Web user interface for GNUnet'
8arch=('any')
9url="https://gnunet.org"
10license=('GPL')
11provides=("${_appname}")
12conflicts=("${_appname}")
13depends=('gnunet' 'nodejs')
14makedepends=('npm')
15options=('!strip')
16source=("git+https://git.gnunet.org/git/${_appname}.git"
17 "${_appname}.sh"
18 "${_appname}.service")
19md5sums=('SKIP'
20 'e936e4485fc403707a7f9a8ec003221c'
21 '7da568705f440c4a3022bf5e18d31349')
22install="${_appname}.install"
23
24pkgver() {
25
26 cd "${_appname}"
27
28 printf "'r%s.%s'" \
29 "$(git rev-list --count HEAD)" \
30 "$(git rev-parse --short HEAD)"
31
32}
33
34prepare() {
35
36 cd "${srcdir}/${_appname}"
37
38 npm install --user root
39
40}
41
42build() {
43
44 cd "${srcdir}/${_appname}"
45
46 "${srcdir}/${_appname}/node_modules/.bin/ng" build
47
48 # Remove all references to `${srcdir}`
49 msg 'Removing all references to $srcdir...'
50 find "${srcdir}/${_appname}" -type f -print0 | xargs -0 sed -i "s|${srcdir}/${_appname}|/usr/share/${_appname}|g"
51
52}
53
54package() {
55
56 cd "${srcdir}/${_appname}"
57
58 install -dm755 "${pkgdir}/usr/share/${_appname}"
59 cp -r "${srcdir}/${_appname}/"* "${pkgdir}/usr/share/${_appname}/"
60 install -Dm755 "${srcdir}/${_appname}.sh" "${pkgdir}/usr/bin/${_appname}"
61 install -Dm0644 "${srcdir}/${_appname}.service" "${pkgdir}/usr/lib/systemd/system/${_appname}.service"
62
63}
64
65
66

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 3
2026-09-16 00:03:17 Low 3
2026-09-15 00:25:31 Low 3
2026-09-14 00:27:57 Low 3
2026-09-13 00:19:54 Low 3
2026-09-12 00:25:17 Low 3
2026-09-11 00:19:22 Low 3
2026-09-10 00:22:44 Low 3
2026-09-09 00:04:09 Low 3
2026-09-08 00:18:08 Low 3
2026-09-07 00:30:15 Low 3
2026-09-06 00:17:06 Low 3
2026-09-05 00:16:27 Low 3
2026-09-04 00:03:13 Low 3
2026-09-03 00:15:47 Low 3
2026-09-02 00:02:31 Low 3
2026-09-01 00:11:19 Low 3
2026-08-31 00:19:57 Low 3
2026-08-30 00:04:14 Low 3
2026-08-29 00:29:17 Low 3

Report a package

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

0 / 4000
Your suggestion