inko
maintainer yorickpeterse
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's official release domain (releases.inko-lang.org), which is plausibly project-owned; building from official source is normal AUR practice, even if the host is not on a whitelist.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from the project's official release domain (releases.inko-lang.org), which is plausibly project-owned; building from official source is normal AUR practice, even if the host is not on a whitelist.
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:15
source=("https://releases.inko-lang.org/${pkgver}.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Yorick Peterse <aur AT yorickpeterse DOT com>
2
3
pkgname=inko
4
pkgver=0.21.0
5
pkgrel=1
6
pkgdesc="A language for building concurrent software with confidence "
7
url="https://inko-lang.org"
8
license=(MPL2)
9
arch=(x86_64 aarch64)
10
depends=(llvm git base-devel)
11
makedepends=(cargo make)
12
provides=(inko)
13
conflicts=(inko-git)
14
options=(strip !docs !libtool !staticlibs)
15
source=("https://releases.inko-lang.org/${pkgver}.tar.gz")
16
sha256sums=('0038d9c2aaca739d7786fc4fe9690e3e476e65af6517758a699bc19fb8ce46d1')
17
options=(!lto)
18
19
build() {
20
RUSTFLAGS="$RUSTFLAGS -C force-unwind-tables" make build PREFIX='/usr'
21
}
22
23
package() {
24
make install DESTDIR="${pkgdir}" PREFIX='/usr'
25
}
26
Changes since previous scan
--- PKGBUILD @ 2026-07-20 00:19+++ PKGBUILD @ 2026-08-03 00:08@@ -1,7 +1,7 @@ # Maintainer: Yorick Peterse <aur AT yorickpeterse DOT com> pkgname=inko-pkgver=0.20.0+pkgver=0.21.0 pkgrel=1 pkgdesc="A language for building concurrent software with confidence " url="https://inko-lang.org"@@ -13,7 +13,7 @@ conflicts=(inko-git) options=(strip !docs !libtool !staticlibs) source=("https://releases.inko-lang.org/${pkgver}.tar.gz")-sha256sums=('14356c5fd0a024a0ea5efb62c68bc404cd97325cfa78f0daee5d7f61bbcf407a')+sha256sums=('0038d9c2aaca739d7786fc4fe9690e3e476e65af6517758a699bc19fb8ce46d1') options=(!lto) build() {Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 17:14:35 | MEDIUM | 1 |
| 2026-07-20 15:14:11 | MEDIUM | 1 |
| 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 |