coni-bin

maintainer hellonico · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads prebuilt binaries from the project's official domain (coni-lang.org), which is a plausible and official source; while the host is not whitelisted, the binaries are checksummed and the project is self-contained, limiting supply-chain risk to low.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads prebuilt binaries from the project's official domain (coni-lang.org), which is a plausible and official source; while the host is not whitelisted, the binaries are checksummed and the project is self-contained, limiting supply-chain risk to low.

1 higher static finding superseded - not the current verdict (shown for transparency)
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:12 source_x86_64=("https://coni-lang.org/downloads/coni-linux-x64")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Nicolas Modrzyk <hellonico@gmail.com>
2pkgname=coni-bin
3pkgver=2026.06.08.09.47.29
4pkgrel=1
5pkgdesc="A fast, standalone Clojure-like interpreter and language written in Go"
6arch=('x86_64' 'aarch64')
7url="https://coni-lang.org"
8license=('MIT')
9provides=('coni')
10conflicts=('coni')
11
12source_x86_64=("https://coni-lang.org/downloads/coni-linux-x64")
13source_aarch64=("https://coni-lang.org/downloads/coni-linux-arm64")
14sha256sums_x86_64=('0f17970e3840b7f1655c8281785516ab3378e87b4123edd63f057622867cc0e8')
15sha256sums_aarch64=('6ff144898bed44aed1f6ccc72774c6190c89f8fe9261e67d318793267eb429db')
16
17package() {
18 if [ "$CARCH" = "x86_64" ]; then
19 install -Dm755 "$srcdir/coni-linux-x64" "$pkgdir/usr/bin/coni"
20 elif [ "$CARCH" = "aarch64" ]; then
21 install -Dm755 "$srcdir/coni-linux-arm64" "$pkgdir/usr/bin/coni"
22 fi
23}
24

Scan history

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

Report a package

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

0 / 4000
Your suggestion