libljacklm
The source is a library build from a project-specific URL that is not on a standard forge but plausibly official; the package builds from source and installs headers and shared libraries, with no evidence of remote code execution or malicious payload.
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 library build from a project-specific URL that is not on a standard forge but plausibly official; the package builds from source and installs headers and shared libraries, with no evidence of remote code execution or malicious payload.
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:12
source=("https://cdn.docsie.io/file/workspace_u4AEu22YJT50zKF8J/doc_VDWGWsJAhd453cYSI/boo_9BFzMKFachlhscG9Z/file_9ItAX6BbkHIbokp9m/ljacklm_2017_03_09.zip"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Spyros Stathopoulos <foucault.online@gmail.com>
pkgname=libljacklm
pkgver=2017.03
pkgrel=1
pkgdesc="Linux high level LabJack U12 driver"
arch=('i686' 'x86_64')
url="http://labjack.com/support/u12/ljacklm"
license=('MIT')
depends=("labjack-exodriver")
provides=('ljacklm')
conflicts=('ljacklm')
source=("https://cdn.docsie.io/file/workspace_u4AEu22YJT50zKF8J/doc_VDWGWsJAhd453cYSI/boo_9BFzMKFachlhscG9Z/file_9ItAX6BbkHIbokp9m/ljacklm_2017_03_09.zip"
"LICENSE")
md5sums=('6170eb78c9f8b5abf2529574c6ecaa42'
'6b654d05134aa959b7db1f4b05c7f33d')
build() {
cd "${srcdir}"/ljacklm/"${pkgname}"
sed -i -e 's:/usr/local/:/usr/:g' Makefile
make
ln -s libljacklm.so.* libljacklm.so
}
package() {
cd "$srcdir/ljacklm/"
mkdir -p ${pkgdir}/usr/lib
mkdir -p ${pkgdir}/usr/include
mkdir -p ${pkgdir}/usr/share/doc/libljacklm
install -D -m755 ${pkgname}/libljacklm.so.* ${pkgdir}/usr/lib/
cp -dpr --no-preserve=ownership \
libljacklm/libljacklm.so ${pkgdir}/usr/lib/libljacklm.so
install -D -m644 libljacklm/ljacklm.h ${pkgdir}/usr/include/
install -D -m644 ../LICENSE \
${pkgdir}/usr/share/licenses/libljacklm/LICENSE
cp -dpr --no-preserve=ownership \
examples ${pkgdir}/usr/share/doc/libljacklm
}
# vim:set ts=2 sw=2 et:
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 |