gnunet-webui-git
Triggered rules
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)
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
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# Maintainer: grufo <madmurphy333 AT gmail DOT com>
pkgname='gnunet-webui-git'
_appname='gnunet-webui'
pkgver='r14.da35c82'
pkgrel=1
pkgdesc='Web user interface for GNUnet'
arch=('any')
url="https://gnunet.org"
license=('GPL')
provides=("${_appname}")
conflicts=("${_appname}")
depends=('gnunet' 'nodejs')
makedepends=('npm')
options=('!strip')
source=("git+https://git.gnunet.org/git/${_appname}.git"
"${_appname}.sh"
"${_appname}.service")
md5sums=('SKIP'
'e936e4485fc403707a7f9a8ec003221c'
'7da568705f440c4a3022bf5e18d31349')
install="${_appname}.install"
pkgver() {
cd "${_appname}"
printf "'r%s.%s'" \
"$(git rev-list --count HEAD)" \
"$(git rev-parse --short HEAD)"
}
prepare() {
cd "${srcdir}/${_appname}"
npm install --user root
}
build() {
cd "${srcdir}/${_appname}"
"${srcdir}/${_appname}/node_modules/.bin/ng" build
# Remove all references to `${srcdir}`
msg 'Removing all references to $srcdir...'
find "${srcdir}/${_appname}" -type f -print0 | xargs -0 sed -i "s|${srcdir}/${_appname}|/usr/share/${_appname}|g"
}
package() {
cd "${srcdir}/${_appname}"
install -dm755 "${pkgdir}/usr/share/${_appname}"
cp -r "${srcdir}/${_appname}/"* "${pkgdir}/usr/share/${_appname}/"
install -Dm755 "${srcdir}/${_appname}.sh" "${pkgdir}/usr/bin/${_appname}"
install -Dm0644 "${srcdir}/${_appname}.service" "${pkgdir}/usr/lib/systemd/system/${_appname}.service"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |