lise-app

maintainer effeffe · 1 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged 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

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:11 "https://lise.nscl.msu.edu/download/Linux/${_runname}"
MEDIUM AI review 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
1# Maintainer: effeffe <filippo dot falezza at outlook dot it>
2pkgname=lise-app
3pkgver=18.2.11
4arch=('x86_64')
5pkgrel=1
6pkgdesc='Lise++ Rare Isotope Beam Production Package'
7url='https://lise.nscl.msu.edu/lise.html'
8options=('!strip')
9_runname="${pkgname}_v${pkgver}.run"
10source=(
11 "https://lise.nscl.msu.edu/download/Linux/${_runname}"
12 "https://lise.nscl.msu.edu/picture/emblem_little.gif"
13 "lise-app.desktop"
14 "lise-app.sh"
15)
16sha256sums=(
17 '0a935a6d3e3663559ab30b2417b6ab6eef21405d59bf0467d51932111e98dce2'
18 '1e3312bc55da1266b9870b2bcd133d2fc6c68117ffabfc814abce38cfa3ddc64'
19 'b6c15ade3c761682614e3e2a62d95e70c94c74cafde26ede1e236ca62240c928'
20 '9c39f463aa7da650e7017533a9c78e6f34d653b1d382cb5e05b037ea6b8a223e'
21)
22
23build()
24{
25 echo ${srcdir}
26 chmod +x ./${_runname}
27 ./${_runname} --noexec
28 cp emblem_little.gif lise-app/
29}
30package()
31{
32 cd ${srcdir}
33 install -m755 -d ${pkgdir}/opt/${pkgname}
34 find lise-app -type f -exec install -D -m755 "{}" "${pkgdir}/opt/{}" \;
35 ln -s /opt/${pkgname}/LISE++ ${pkgdir}/opt/${pkgname}/lise++
36 install -m755 -d ${pkgdir}/etc/profile.d
37 install -D -m755 ${srcdir}/lise-app.sh ${pkgdir}/etc/profile.d/
38 install -D -m755 ${srcdir}/lise-app.desktop ${pkgdir}/usr/share/applications/${pkgname}.desktop
39}
40

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 MEDIUM 2
2026-08-02 00:16:08 MEDIUM 2
2026-08-01 00:11:18 MEDIUM 2
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 00:17:23 MEDIUM 2
2026-07-29 00:25:53 MEDIUM 2
2026-07-28 00:07:28 MEDIUM 2
2026-07-27 00:24:32 MEDIUM 2
2026-07-26 00:07:32 MEDIUM 2
2026-07-25 00:13:44 MEDIUM 2
2026-07-24 00:02:28 MEDIUM 2
2026-07-23 00:14:47 MEDIUM 2
2026-07-22 00:29:32 MEDIUM 2
2026-07-21 00:24:15 MEDIUM 2
2026-07-20 00:19:49 MEDIUM 2
2026-07-19 00:17:08 MEDIUM 2
2026-07-18 00:14:48 MEDIUM 2
2026-07-17 00:06:16 MEDIUM 2
2026-07-16 00:05:41 MEDIUM 2
2026-07-15 00:09:25 MEDIUM 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion