lise-app
The package downloads a prebuilt .run installer from a non-standard host (lise.nscl.msu.edu) which is not on the standard whitelist; while the domain appears legitimate and related to the project, the use of a non-standard host for a prebuilt executable installer with a verifiable checksum poses a moderate supply-chain risk if the host were compromised.
Triggered rules
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:11
"https://lise.nscl.msu.edu/download/Linux/${_runname}"
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a prebuilt .run installer from a non-standard host (lise.nscl.msu.edu) which is not on the standard whitelist; while the domain appears legitimate and related to the project, the use of a non-standard host for a prebuilt executable installer with a verifiable checksum poses a moderate supply-chain risk if the host were compromised.
PKGBUILD
1 offending line(s) highlighted# Maintainer: effeffe <filippo dot falezza at outlook dot it>
pkgname=lise-app
pkgver=18.2.11
arch=('x86_64')
pkgrel=1
pkgdesc='Lise++ Rare Isotope Beam Production Package'
url='https://lise.nscl.msu.edu/lise.html'
options=('!strip')
_runname="${pkgname}_v${pkgver}.run"
source=(
"https://lise.nscl.msu.edu/download/Linux/${_runname}"
"https://lise.nscl.msu.edu/picture/emblem_little.gif"
"lise-app.desktop"
"lise-app.sh"
)
sha256sums=(
'0a935a6d3e3663559ab30b2417b6ab6eef21405d59bf0467d51932111e98dce2'
'1e3312bc55da1266b9870b2bcd133d2fc6c68117ffabfc814abce38cfa3ddc64'
'b6c15ade3c761682614e3e2a62d95e70c94c74cafde26ede1e236ca62240c928'
'9c39f463aa7da650e7017533a9c78e6f34d653b1d382cb5e05b037ea6b8a223e'
)
build()
{
echo ${srcdir}
chmod +x ./${_runname}
./${_runname} --noexec
cp emblem_little.gif lise-app/
}
package()
{
cd ${srcdir}
install -m755 -d ${pkgdir}/opt/${pkgname}
find lise-app -type f -exec install -D -m755 "{}" "${pkgdir}/opt/{}" \;
ln -s /opt/${pkgname}/LISE++ ${pkgdir}/opt/${pkgname}/lise++
install -m755 -d ${pkgdir}/etc/profile.d
install -D -m755 ${srcdir}/lise-app.sh ${pkgdir}/etc/profile.d/
install -D -m755 ${srcdir}/lise-app.desktop ${pkgdir}/usr/share/applications/${pkgname}.desktop
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |