nemerle
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:16
"http://nemerle.org/Download/Nightly%20master-NET40-VS2010/build-${_build}/NemerleBinaries-net-4.0-v${pkgver}.zip"
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The package downloads a prebuilt binary ZIP archive (NemerleBinaries-net-4.0-v1.2.507.0.zip) from nemerle.org, which is the official project website for the Nemerle language. This is not a personal or unofficial host — it is the canonical upstream distribution point. However, the concern is real in a supply-chain sense: the download is a prebuilt binary bundle (compiled .NET assemblies/executables) rather than source code, and the integrity check is only an MD5 sum (weak, collision-prone). The binaries are installed to /opt/nemerle and executed via wrapper scripts. If nemerle.org were compromised or the specific nightly build URL were tampered with, arbitrary .NET code would execute on the user's system. The nightly/build-numbered URL path also means this is not a stable release artifact. This is a genuine medium-severity supply-chain concern: prebuilt binaries from an upstream host with only MD5 verification, not a false positive, but also not clearly malicious.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Mort Yao <soi@mort.ninja>
# Contributor: Karol 'Kenji Takahashi' Woźniak <kenji.sx>
# Contributor: William Rea <sillywilly@gmail.com>
# Contributor: Fabio 'Feanor' Falcinelli <fabio.falcinelli@gmail.com>
pkgname=nemerle
pkgver=1.2.507.0
pkgrel=1
_build=272
pkgdesc="A high-level statically-typed programming language for the .NET platform."
url="http://www.nemerle.org"
license=("nemerle")
depends=('mono')
arch=('i686' 'x86_64')
source=(
"http://nemerle.org/Download/Nightly%20master-NET40-VS2010/build-${_build}/NemerleBinaries-net-4.0-v${pkgver}.zip"
"https://raw.github.com/rsdn/nemerle/v1.2/License.rtf"
"ncc"
"nemish"
)
md5sums=('038ae2cce87d67b7a27619c0d352236e'
'f28530ac505daf378a44af822b25f7f5'
'0bc83af0aac196f43c8f0907b64625bb'
'87b26931a597f99bb0aca67a82cafc0a')
package() {
cd ${srcdir}
install -d -m755 "${pkgdir}/opt/nemerle"
ls . | grep -v "NemerleBinaries-net-4.0-v${pkgver}.zip\|License.rtf" | xargs cp -v -t "${pkgdir}/opt/nemerle"
install -D -m755 "${srcdir}/ncc" "${pkgdir}/usr/bin/ncc"
install -D -m755 "${srcdir}/nemish" "${pkgdir}/usr/bin/nemish"
install -D -m644 "${srcdir}/License.rtf" "${pkgdir}/usr/share/licenses/${pkgname}/License.rtf"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |