ponyup
maintainer orphaned
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from a non-whitelisted but official project release host (cloudsmith.io), which is a supply-chain risk if compromised, but the binary is from the legitimate project infrastructure and not obfuscated or executed remotely.
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 a non-whitelisted but official project release host (cloudsmith.io), which is a supply-chain risk if compromised, but the binary is from the legitimate project infrastructure and not obfuscated or executed remotely.
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:17
source_x86_64=($pkgzip::https://dl.cloudsmith.io/public/ponylang/releases/raw/versions/$pkgver/ponyup-x86-64-unknown-linux.tar.gz)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: thomashrb <thomashrb AT protonmail DOT com>
2
# Contributor: Sérgio Gomes <superherointj at gmail dot com>
3
pkgname=ponyup
4
pkgver=0.6.5
5
pkgzip=$pkgname-$pkgver-x86_64.tar.gz
6
pkgrel=1
7
pkgdesc="The Pony language toolchain multiplexer"
8
arch=('x86_64')
9
url="https://github.com/ponylang/ponyup"
10
license=('BSD')
11
makedepends=(
12
'curl'
13
'sed'
14
'tar'
15
)
16
depends=('openssl')
17
source_x86_64=($pkgzip::https://dl.cloudsmith.io/public/ponylang/releases/raw/versions/$pkgver/ponyup-x86-64-unknown-linux.tar.gz)
18
sha256sums_x86_64=('f0fa73bfbbd0e186bc8b22872837196c1672a373e25bf88749db4b59ecbb4784')
19
20
21
install=${pkgname}.install
22
23
prepare() {
24
tmp_dir=/tmp/ponyup
25
mkdir -p "${tmp_dir}"
26
tar -xzf "${pkgzip}" -C "${tmp_dir}/"
27
}
28
29
package() {
30
ponyup_bin=$(find ${tmp_dir} -name ponyup -type f)
31
ponyup_root=$HOME/.local/share/ponyup
32
install_dir=$ponyup_root/bin
33
mkdir -p $install_dir
34
chmod -R 646 $install_dir
35
echo "x86_64-linux-gnu" > "${ponyup_root}/.platform"
36
install -Dm755 $ponyup_bin $install_dir
37
}
38
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 |