belenios
The package builds from the project's own GitLab repository (INRIA, a research institute), which is a plausible project-owned source; the use of opam to install dependencies is standard for OCaml projects and not inherently malicious, despite the non-whitelisted host and skipped checksum.
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 project's own GitLab repository (INRIA, a research institute), which is a plausible project-owned source; the use of opam to install dependencies is standard for OCaml projects and not inherently malicious, despite the non-whitelisted host and skipped checksum.
2 higher static findings superseded - not the current verdict (shown for transparency)
alt_pkg_manager_install
A non-pip/npm package manager (pipx, uv, poetry, cargo install, go install, gem, conda…) fetches and builds an external package at build time, outside source=() and makepkg's checksums.
-
PKGBUILD:26
opam install --yes --switch=$pkgname base64 hex dune atdgen zarith cryptokit calendar cmdliner sqlite3 csv ocsipersist-sqlite eliom gettext-camomile ocamlnet
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:13
source=( "$pkgname-$pkgver::git+https://gitlab.inria.fr/belenios/belenios.git#tag=$_tag")
PKGBUILD
2 offending line(s) highlighted# Maintainer: Your Name <benjamin.voisin@ens-rennes.fr>
pkgname=belenios
pkgver=2.5.1
pkgrel=1
pkgdesc="State-of-the-art secure, private and verifiable voting system"
arch=('x86_64')
url="https://gitlab.inria.fr/belenios/belenios.git"
license=('GPL')
groups=()
depends=('ocaml' 'opam' 'npm' 'nodejs')
makedepends=('dune' 'git' 'gmp' 'libsodium' 'pkg-config' 'm4' 'sqlite3' 'openssl' 'curl' 'zip' 'unzip' 'ncurses' 'gd' 'cracklib' 'jq' 'sed')
_tag=55f9dc8ea92a8ff60e4e93d3473bfd496e179616 #git rev-parse $pkgver
source=( "$pkgname-$pkgver::git+https://gitlab.inria.fr/belenios/belenios.git#tag=$_tag")
sha256sums=('SKIP')
prepare() {
cd "$srcdir/$pkgname-$pkgver"
opam init -n > /dev/null
if (( $(opam switch list | grep "$pkgname" -c) == "0" )); then
echo "Creating the $pkgname switch"
opam switch create $pkgname --empty > /dev/null
fi
opam switch $pkgname
eval $(opam env --switch=$pkgname --set-switch)
opam switch set-invariant ocaml-base-compiler=4.14.1 --switch=$pkgname > /dev/null
opam install --yes --switch=$pkgname base64 hex dune atdgen zarith cryptokit calendar cmdliner sqlite3 csv ocsipersist-sqlite eliom gettext-camomile ocamlnet
}
build() {
cd "$srcdir/$pkgname-$pkgver"
eval $(opam env --switch=$pkgname --set-switch)
make
sed -i "s/nodejs/node/g" frontend/Makefile
make build-release-server
}
package() {
cd "$srcdir/$pkgname-$pkgver"
cp -r _run/usr $pkgdir/
}
check() {
cd "$srcdir/$pkgname-$pkgver"
eval $(opam env --switch=$pkgname --set-switch)
make check
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |