libljacklm
maintainer Foucault
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
LOW
AI review downgraded a static finding
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)
MEDIUM
source=() URL on a non-standard host
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
1
# Maintainer: Spyros Stathopoulos <foucault.online@gmail.com>
2
pkgname=libljacklm
3
pkgver=2017.03
4
pkgrel=1
5
pkgdesc="Linux high level LabJack U12 driver"
6
arch=('i686' 'x86_64')
7
url="http://labjack.com/support/u12/ljacklm"
8
license=('MIT')
9
depends=("labjack-exodriver")
10
provides=('ljacklm')
11
conflicts=('ljacklm')
12
source=("https://cdn.docsie.io/file/workspace_u4AEu22YJT50zKF8J/doc_VDWGWsJAhd453cYSI/boo_9BFzMKFachlhscG9Z/file_9ItAX6BbkHIbokp9m/ljacklm_2017_03_09.zip"
13
"LICENSE")
14
md5sums=('6170eb78c9f8b5abf2529574c6ecaa42'
15
'6b654d05134aa959b7db1f4b05c7f33d')
16
17
build() {
18
cd "${srcdir}"/ljacklm/"${pkgname}"
19
sed -i -e 's:/usr/local/:/usr/:g' Makefile
20
make
21
ln -s libljacklm.so.* libljacklm.so
22
23
}
24
25
package() {
26
cd "$srcdir/ljacklm/"
27
mkdir -p ${pkgdir}/usr/lib
28
mkdir -p ${pkgdir}/usr/include
29
mkdir -p ${pkgdir}/usr/share/doc/libljacklm
30
install -D -m755 ${pkgname}/libljacklm.so.* ${pkgdir}/usr/lib/
31
cp -dpr --no-preserve=ownership \
32
libljacklm/libljacklm.so ${pkgdir}/usr/lib/libljacklm.so
33
install -D -m644 libljacklm/ljacklm.h ${pkgdir}/usr/include/
34
install -D -m644 ../LICENSE \
35
${pkgdir}/usr/share/licenses/libljacklm/LICENSE
36
cp -dpr --no-preserve=ownership \
37
examples ${pkgdir}/usr/share/doc/libljacklm
38
}
39
40
# vim:set ts=2 sw=2 et:
41
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |