lmgrd
maintainer orphaned
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a legitimate MathWorks license manager archive from an official mathworks.com subdomain, which is plausibly the project's own source; the non-whitelisted host is a standard support domain for the vendor, and the installed files are official binaries intended for use with MATLAB.
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 package downloads a legitimate MathWorks license manager archive from an official mathworks.com subdomain, which is plausibly the project's own source; the non-whitelisted host is a standard support domain for the vendor, and the installed files are official binaries intended for use with MATLAB.
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:14
"${pkgname}-${pkgver}.zip::http://ssd.mathworks.com/supportfiles/downloads/R2019a/license_manager/R2019a/daemons/glnxa64/mathworks_network_license_manager_glnxa64.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Butui Hu <hot123tea123@gmail.com>
2
3
pkgname=lmgrd
4
pkgver=11.16.2.1
5
pkgrel=1
6
pkgdesc='FLEXnet License Manager (lmgrd) for MATLAB'
7
arch=('x86_64')
8
url=https://www.mathworks.com/support/install/license_manager_files.html
9
license=(custom)
10
depends=(ld-lsb gcc-libs)
11
makedepends=(unzip)
12
conflicts=(autodesk-nlm flexnet)
13
source=(
14
"${pkgname}-${pkgver}.zip::http://ssd.mathworks.com/supportfiles/downloads/R2019a/license_manager/R2019a/daemons/glnxa64/mathworks_network_license_manager_glnxa64.zip"
15
"lmgrd.service"
16
)
17
sha512sums=('a2b072e7bca0bcb3b7e424edf0bf9fd87fd22b16a347d072530165f7eb119c1d54f3e498d5fbfa8372ac2c674d2e66f8ff16754b606f847e94a54723477356ff'
18
'639f4c2b1640ceb243cf1fdbc4a60ed8e472d0d30c51e09e56c645e7ced9d4e0ef5693504df143b79802658cf50978056109804dd780bfeaca04477e4735ccd3')
19
install="${pkgname}.install"
20
noextract=("${pkgname}-${pkgver}.zip")
21
22
package() {
23
install -d "${pkgdir}/opt/lmgrd" "${pkgdir}/usr/bin" "${pkgdir}/etc/lmgrd/licenses"
24
unzip -d "${pkgdir}/opt/lmgrd" -x "${srcdir}/${pkgname}-${pkgver}.zip"
25
ln -s "/opt/lmgrd/etc/glnxa64/lmgrd" "${pkgdir}/usr/bin/lmgrd"
26
ln -s "/opt/lmgrd/etc/glnxa64/lmutil" "${pkgdir}/usr/bin/lmutil"
27
ln -s "/opt/lmgrd/etc/glnxa64/MLM" "${pkgdir}/usr/bin/MLM"
28
# ArchLinux uses /tmp instead of /usr/tmp
29
ln -s "/tmp" "${pkgdir}/usr/tmp"
30
install -Dm644 lmgrd.service -t "${pkgdir}/usr/lib/systemd/system"
31
}
32
# vim:set ts=2 sw=2 et:
33
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 |