alda-bin
maintainer Ajmeade
· 1 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 release infrastructure (DigitalOcean Spaces bucket for alda-releases), which is plausibly controlled by the project maintainers; checksums are provided and verified, and the binaries are installed as part of normal AUR packaging without further execution or obfuscation.
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 release infrastructure (DigitalOcean Spaces bucket for alda-releases), which is plausibly controlled by the project maintainers; checksums are provided and verified, and the binaries are installed as part of normal AUR packaging without further execution or obfuscation.
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=("alda-player-$pkgver::https://alda-releases.nyc3.digitaloceanspaces.com/$pkgver/player/non-windows/alda-player")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Arthurmeade12 <s728c3ilp at relay dot firefox dot com>
2
# Former Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
3
# Former Contributor: 0x715C
4
5
pkgname=alda-bin
6
pkgver=2.4.3
7
pkgrel=1
8
pkgdesc='A music programming language for musicians'
9
arch=('i686' 'x86_64')
10
url='https://github.com/alda-lang/alda'
11
license=('EPL-2.0')
12
depends=('java-runtime>=8')
13
provides=('alda')
14
conflicts=('alda')
15
source=("alda-player-$pkgver::https://alda-releases.nyc3.digitaloceanspaces.com/$pkgver/player/non-windows/alda-player")
16
# I know namcap complains about having arch-specific sources, but upstream calls x86_64 amd64 and i686 i386. I didn't want to complicate things with an if statement
17
source_x86_64=("alda-$pkgver-x86_64::https://alda-releases.nyc3.digitaloceanspaces.com/$pkgver/client/linux-amd64/alda")
18
source_i686=("alda-$pkgver-i686::https://alda-releases.nyc3.digitaloceanspaces.com/$pkgver/client/linux-386/alda")
19
b2sums=('270ae34c931747982e1bc97c23d013dbfd32bf3e748837b4958ae28a40f9404b8f5d83f5d809767a1a5cf6e0465aa25994dc3531d406fabc351c5aef21da6bd5')
20
b2sums_x86_64=('3d99fe3272174a8675d62d5f0a0854ce2e1601b5b714174a9be2ef376153643b6477abd64c5a5e66378e80c5b12acb2e4cb718d6b53dce6f39750e00c06f8df8')
21
b2sums_i686=('248f64b87bc7faf82461ecbdb84f5e4ca2ef38749fb8aa4c30f70d1d550cb3e02f230fb4c9a68ed554960c328a53780e37935011f4bc5674842c67ab6ab4e100')
22
23
package() {
24
install -Dv "alda-$pkgver-$CARCH" "$pkgdir/usr/bin/alda"
25
install -Dv "alda-player-$pkgver" "$pkgdir/usr/bin/alda-player"
26
}
27
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 |