hibp
The gem install is for a build dependency (Mxx_ru) used in the prepare phase, runs locally from the project's own source, and does not execute untrusted remote code or install packages from ambiguous sources.
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 gem install is for a build dependency (Mxx_ru) used in the prepare phase, runs locally from the project's own source, and does not execute untrusted remote code or install packages from ambiguous sources.
1 higher static finding 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:23
gem install --no-user-install Mxx_ru
PKGBUILD
1 offending line(s) highlighted# Maintainer: Philipp Micheel <bbx0+aur at bitdevs dot de>
# Contributor: Oliver Schönrock <oliver at schonrocks dot com>
# shellcheck shell=bash disable=SC2034,SC2154,SC2164
pkgname=hibp
pkgver=0.6.2
pkgrel=1
pkgdesc="Have I been pwned: High performance downloader, query tool, server and utilities"
arch=('x86_64' 'aarch64')
url="https://github.com/oschonrock/${pkgname}"
license=('Apache-2.0')
depends=('curl' 'gcc-libs' 'glibc' 'libevent' 'onetbb')
makedepends=('cmake' 'git' 'ninja' 'ruby' 'ruby-rake' 'wget' 'unzip')
source=("git+${url}.git#tag=v${pkgver}")
b2sums=('3472e85d3092e992cdf9cf2ee96ce4165828f9574f80c49abdeb1e2c23796e4c2e50cc4330725dcde3274ae8b060c837954cb8ae5d3e9c1e3dde620d58a59bbb')
prepare() {
cd "${srcdir}/${pkgname}"
git submodule update --init --recursive
export GEM_HOME="${srcdir}/${pkgname}/.gem"
gem install --no-user-install Mxx_ru
cd "${srcdir}/${pkgname}/ext/restinio"
"${GEM_HOME}/bin/mxxruexternals"
}
build() {
cmake \
-G Ninja \
-B build \
-S "${pkgname}" \
-W no-dev \
-D CMAKE_BUILD_TYPE=release \
-D BINFUSE_TEST=OFF \
-D HIBP_TEST=ON \
-D HIBP_WITH_PSTL=ON \
-D NOPCH=ON \
--install-prefix=/usr
cmake --build build
}
package() {
DESTDIR="${pkgdir}" cmake --install build
# Clean-up leftover header and cmake files
find "${pkgdir}" -type f \( -name '*.cmake' -or -name '*.h' -or -name '*.hpp' -or -name '*.ipp' \) -delete
find "${pkgdir}" -type d -empty -delete
cd "${pkgname}"
install -Dm0644 -t "${pkgdir}/usr/share/doc/${pkgname}/" README.md
install -Dm0644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |