nemerle

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

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:16 "http://nemerle.org/Download/Nightly%20master-NET40-VS2010/build-${_build}/NemerleBinaries-net-4.0-v${pkgver}.zip"
MEDIUM AI review 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
1# Maintainer: Mort Yao <soi@mort.ninja>
2# Contributor: Karol 'Kenji Takahashi' Woźniak <kenji.sx>
3# Contributor: William Rea <sillywilly@gmail.com>
4# Contributor: Fabio 'Feanor' Falcinelli <fabio.falcinelli@gmail.com>
5
6pkgname=nemerle
7pkgver=1.2.507.0
8pkgrel=1
9_build=272
10pkgdesc="A high-level statically-typed programming language for the .NET platform."
11url="http://www.nemerle.org"
12license=("nemerle")
13depends=('mono')
14arch=('i686' 'x86_64')
15source=(
16"http://nemerle.org/Download/Nightly%20master-NET40-VS2010/build-${_build}/NemerleBinaries-net-4.0-v${pkgver}.zip"
17"https://raw.github.com/rsdn/nemerle/v1.2/License.rtf"
18"ncc"
19"nemish"
20)
21md5sums=('038ae2cce87d67b7a27619c0d352236e'
22 'f28530ac505daf378a44af822b25f7f5'
23 '0bc83af0aac196f43c8f0907b64625bb'
24 '87b26931a597f99bb0aca67a82cafc0a')
25
26package() {
27 cd ${srcdir}
28
29 install -d -m755 "${pkgdir}/opt/nemerle"
30
31 ls . | grep -v "NemerleBinaries-net-4.0-v${pkgver}.zip\|License.rtf" | xargs cp -v -t "${pkgdir}/opt/nemerle"
32
33 install -D -m755 "${srcdir}/ncc" "${pkgdir}/usr/bin/ncc"
34 install -D -m755 "${srcdir}/nemish" "${pkgdir}/usr/bin/nemish"
35 install -D -m644 "${srcdir}/License.rtf" "${pkgdir}/usr/share/licenses/${pkgname}/License.rtf"
36}
37

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