concordium-mainnet-node-bin
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:12
"https://distribution.mainnet.concordium.software/deb/concordium-mainnet-node_${pkgver}_amd64.deb"
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt binary .deb from distribution.mainnet.concordium.software, which is Concordium's own official distribution infrastructure (concordium.software is the project's primary domain). This is analogous to downloading from a vendor's own CDN/distribution server rather than GitHub releases, so it is not a random personal host. However, it is still a prebuilt binary being extracted and installed directly, with no source build, and the host is not a widely-recognized code hosting platform. The sha512sums are present and pin the binary, which mitigates substitution risk significantly. The main residual concern is that if Concordium's distribution server were compromised, the binary could be replaced (though the hash check would catch that for this specific version). Overall this is a legitimate vendor binary with hash verification — the pattern is common for blockchain node software distributed as .deb packages. The cheaper model's MEDIUM rating is a marginal false positive given the official vendor domain and hash pinning, but the prebuilt binary nature keeps it from being fully clean.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Vyacheslav Konovalov <🦀vk@protonmail.com>
pkgname=concordium-mainnet-node-bin
pkgver=4.1.1
pkgrel=1
pkgdesc='Concordium Mainnet Node'
arch=('x86_64')
url='http://developer.concordium.software/en/mainnet/net/index.html'
license=('AGPL3')
depends=('postgresql-libs' 'openssl' 'unbound')
source=(
"https://distribution.mainnet.concordium.software/deb/concordium-mainnet-node_${pkgver}_amd64.deb"
'concordium-mainnet-node.default'
'concordium-mainnet-node-collector.default'
)
sha512sums=(
'2932594fc2e8ea7361e00bba541485240e42d1656b1b8ac7593ca02b1b191268b58180a86f9a9af2ce93616320685afa916419a8c616cae99eb33ad098cd14fb'
'b1d37f98eb7647de17b068ae58b217850d9382680534adad9921de111f6d8078b9121924fc539791d50eb4198280e3b3b71318ba7aa4fee7b79d556326ac7661'
'1d89a0c782f0f5e2ce8543e20bc32cd0382cdc7e5fb2be7bddf47393810073c7fc00553c1abcc9103f0851065c355920bba8c59ea7a5080dde68ca4c79fce0b3'
)
options=(!strip)
install='concordium-mainnet-node.install'
backup=(
'etc/default/concordium-mainnet-node'
'etc/default/concordium-mainnet-node-collector'
)
prepare() {
tar -xf data.tar.xz
rm -rf usr/share
mv lib usr
sed -i '/^ExecStart/i EnvironmentFile=\/etc\/default\/concordium-mainnet-node' \
usr/lib/systemd/system/concordium-mainnet-node.service
sed -i '/^ExecStart/i EnvironmentFile=\/etc\/default\/concordium-mainnet-node-collector' \
usr/lib/systemd/system/concordium-mainnet-node-collector.service
}
package() {
cp -r usr var "$pkgdir/"
install -Dm644 concordium-mainnet-node.default "$pkgdir/etc/default/concordium-mainnet-node"
install -Dm644 concordium-mainnet-node-collector.default "$pkgdir/etc/default/concordium-mainnet-node-collector"
}
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 |