elide-bin
maintainer 770grappenmaker
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from elide.zip, a non-whitelisted but project-associated host; however, it is accompanied by a PGP signature verified against a known key, reducing 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 a prebuilt binary from elide.zip, a non-whitelisted but project-associated host; however, it is accompanied by a PGP signature verified against a known key, reducing 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:23
source=("${pkgname}-${pkgver}.tgz::https://elide.zip/cli/${_majorver}/snapshot/linux-amd64/${_pkgver}/elide.tgz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Koen Oostveen <770grappenmaker at google mail dot com>
2
pkgname=elide-bin
3
pkgver=1.0.0_beta10
4
_pkgver=$(echo "$pkgver" | sed 's/_/-/g')
5
_majorver=v1
6
pkgrel=1
7
pkgdesc='A fast batteries-included runtime, combining support for Kotlin, JavaScript, TypeScript, and Python.'
8
arch=(x86_64)
9
url='https://elide.dev/'
10
license=('MIT')
11
options=(!strip)
12
depends=(bash zlib glibc gcc-libs)
13
optdepends=('python: if using elide python runtime'
14
'java-runtime: if using elide java runtime'
15
'libxrender: if using java AWT'
16
'libxi: if using java AWT'
17
'libxext: if using java AWT'
18
'libxtst: if using java AWT'
19
'libx11: if using java AWT'
20
'alsa-lib: if using java Sound API'
21
'freetype2: if using java AWT or fontmanager'
22
)
23
source=("${pkgname}-${pkgver}.tgz::https://elide.zip/cli/${_majorver}/snapshot/linux-amd64/${_pkgver}/elide.tgz"
24
"${pkgname}-${pkgver}.tgz.asc::https://github.com/elide-dev/elide/releases/download/${_pkgver}/elide-${_pkgver}-linux-amd64.tgz.asc"
25
"${pkgname}-LICENSE::https://raw.githubusercontent.com/elide-dev/elide/refs/tags/${_pkgver}/LICENSE"
26
)
27
sha512sums=('30c46eb08356cb17c7ddb725bf95a436ca3e3c22d52ad95f0dcbe0f752212f14709c739879ff7a9fbf3e1a7cf198c5bcade1121f896880ec0b66b2dddfd10480'
28
'SKIP'
29
'afe5930bf407d827a1d189c4746d9de1d717ebb2d8de9312baf3fb31fdaeb9c3504cd7eb6dbf29f5f53d3f4898450adac646ab0d15406b97776c7e7e1c2a3a5b')
30
validpgpkeys=('97E7E8439E7E29A61F97F696533E3791A7E48CE0')
31
package() {
32
install -Dm644 "${pkgname}-LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
33
cd "elide-${_pkgver}-linux-amd64"
34
35
install -d "$pkgdir/usr/lib/elide"
36
install -d "$pkgdir/usr/bin"
37
38
cp -r * "$pkgdir/usr/lib/elide"
39
40
ln -s ../lib/elide/elide "$pkgdir/usr/bin/elide"
41
42
install -d "$pkgdir/usr/share/doc/elide"
43
mv "$pkgdir/usr/lib/elide/doc" "$pkgdir/usr/share/doc/elide"
44
}
45
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 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 |