libluise-bin
The source is a tarball from a Gentoo developer's personal directory, which is not on a standard whitelist, but it is a legitimate build artifact for a known project; the package builds from source and installs only libraries and documentation, with no evidence of malicious payloads or remote code execution.
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 source is a tarball from a Gentoo developer's personal directory, which is not on a standard whitelist, but it is a legitimate build artifact for a known project; the package builds from source and installs only libraries and documentation, with no evidence of malicious payloads or remote code execution.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:38
"https://dev.gentoo.org/~conikost/files/LUIse_${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: dreieck (https://aur.archlinux.org/account/dreieck)
_pkgbase=libluise
pkgbase="${_pkgbase}-bin"
pkgname=(
"${_pkgbase}-bin"
)
pkgver=0.1.1
pkgrel=3
pkgdesc="Programming interface for the Wallbraun LCD-USB-Interface."
# url="https://packages.gentoo.org/packages/dev-libs/luise"
url="https://web.archive.org/web/20140102061822/http://wallbraun-electronics.de/"
arch=(
'i686'
'x86_64'
)
license=("LGPL-2.1-only") # See https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-libs/luise/luise-0.1.1-r2.ebuild
depends=(
'glibc'
'libusb-compat'
)
makedepends=(
'patchelf'
)
optdepends=()
provides=(
"${_pkgbase}=${pkgver}"
"${_pkgbase}.so"
"luise=${pkgver}" # That's actually the name of this used in gentoo. The official name seems to be 'LUIse'.
)
conflicts=(
"${_pkgbase}"
"${_pkgbase}.so"
"luise"
)
options+=('staticlibs')
source=(
"https://dev.gentoo.org/~conikost/files/LUIse_${pkgver}.tar.gz"
# https://web.archive.org/web/20251114004035/https://dev.gentoo.org/~conikost/files/LUIse_0.1.1.tar.gz
"description.txt"
)
sha256sums=(
'c197a82d3b043d40b3d1ebbe2aa5ed7e7b74955bbc1d2316657fd8e27ce16ed0'
'e8c31a6d6ea4125fdeafb8c18d298cd9e7f0438a28d1c3293a890b9a88a4d337'
)
package() {
cd "${srcdir}/LUIse_${pkgver}"
case "${CARCH}" in
'i686')
install -Dvm755 "32bit/libluise.so.${pkgver}" "${pkgdir}/usr/lib/libluise.so.${pkgver}"
ln -svr "${pkgdir}/usr/lib/libluise.so.${pkgver}" "${pkgdir}/usr/lib/libluise.so"
install -Dvm644 -t "${pkgdir}/usr/include" 32bit/luise.h
;;
'x86_64')
install -Dvm755 "64bit/libluise_64.so.${pkgver}" "${pkgdir}/usr/lib/libluise.so.${pkgver}"
ln -svr "${pkgdir}/usr/lib/libluise.so.${pkgver}" "${pkgdir}/usr/lib/libluise.so"
install -Dvm644 -t "${pkgdir}/usr/include" 64bit/luise.h
;;
*)
error "Architecture '${CARCH}' not supported."
return 11
;;
esac
patchelf --set-soname "libluise.so.${pkgver}" "${pkgdir}/usr/lib/libluise.so.${pkgver}"
install -Dvm644 -t "${pkgdir}/usr/share/doc/${_pkgbase}" doc/{docu_luise011_Linux.pdf,readme} "${srcdir}/description.txt"
install -Dvm644 -t "${pkgdir}/usr/share/doc/${_pkgbase}/samples/luise-test" samples/luise-test/*
}
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 |