gnunet-webui-git

maintainer grufo · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
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-08-03 00:08:14 LOW 3
2026-08-02 00:16:08 LOW 3
2026-08-01 00:11:18 LOW 3
2026-07-31 00:14:10 LOW 3
2026-07-30 00:17:23 LOW 3
2026-07-29 00:25:53 LOW 3
2026-07-28 00:07:28 LOW 3
2026-07-27 00:24:32 LOW 3
2026-07-26 00:07:32 LOW 3
2026-07-25 00:13:44 LOW 3
2026-07-24 00:02:28 LOW 3
2026-07-23 00:14:47 LOW 3
2026-07-22 00:29:32 LOW 3
2026-07-21 00:24:15 LOW 3
2026-07-20 00:19:49 LOW 3
2026-07-19 00:17:08 LOW 3
2026-07-18 00:14:48 LOW 3
2026-07-17 00:06:16 LOW 3
2026-07-16 00:05:41 LOW 3
2026-07-15 00:09:25 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