julia-beta-bin
maintainer ShalokShalom
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads official Julia pre-release binaries from a host specific to the project (julialang-s3.julialang.org), which is plausibly controlled by the Julia project, and icons from GitHub; despite the non-standard host, this is a standard practice for Julia binary distribution, and the source is verifiable via checksums.
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 official Julia pre-release binaries from a host specific to the project (julialang-s3.julialang.org), which is plausibly controlled by the Julia project, and icons from GitHub; despite the non-standard host, this is a standard practice for Julia binary distribution, and the source is verifiable via checksums.
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:16
source=("https://julialang-s3.julialang.org/bin/linux/x64/${pkgver:0:4}/julia-${_pkgver}-linux-x86_64.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Matthias Schuster <shalokshalom at proton dot me>
2
# Contributor: Valentin Churavy <v dot churavy at gmail dot com>
3
# Contributor: Brenton Horne <brentonhorne77 at gmail dot com>
4
5
pkgname=julia-beta-bin
6
_pkgver=1.10.0-beta3
7
pkgver=$(echo $_pkgver | sed 's/-/./g')
8
pkgrel=1
9
arch=('x86_64')
10
pkgdesc='High-level, high-performance, dynamic programming language - official pre-release binaries'
11
provides=(julia)
12
conflicts=(julia julia-bin julia-git julia-nightly-bin)
13
depends=('gmp' 'suitesparse' 'hicolor-icon-theme' 'libssh2')
14
url='https://julialang.org/'
15
license=('MIT')
16
source=("https://julialang-s3.julialang.org/bin/linux/x64/${pkgver:0:4}/julia-${_pkgver}-linux-x86_64.tar.gz"
17
16x16.png::https://github.com/JuliaLang/julia/raw/master/contrib/mac/frameworkapp/JuliaLauncher/Assets.xcassets/AppIcon.appiconset/16.png
18
32x32.png::https://github.com/JuliaLang/julia/raw/master/contrib/mac/frameworkapp/JuliaLauncher/Assets.xcassets/AppIcon.appiconset/32.png
19
128x128.png::https://github.com/JuliaLang/julia/raw/master/contrib/mac/frameworkapp/JuliaLauncher/Assets.xcassets/AppIcon.appiconset/128.png
20
256x256.png::https://github.com/JuliaLang/julia/raw/master/contrib/mac/frameworkapp/JuliaLauncher/Assets.xcassets/AppIcon.appiconset/256.png
21
512x512.png::https://github.com/JuliaLang/julia/raw/master/contrib/mac/frameworkapp/JuliaLauncher/Assets.xcassets/AppIcon.appiconset/512.png)
22
sha256sums=('f6fb0b8625f608c6b586f96e6f403da827c5f69ee0fa72746e0c3b5b6eb29022'
23
'85aff59221938dd83aa3808910fb455c64f3f0936604bfaad7b8d27c01e3a7ed'
24
'0310782968fe0ba2910e8a4fc3920ab58c0b8f91c66a66f6cff82cd0d6d31612'
25
'aab27b427cb21108d831f2d9ddc89ce0948f7e8cb82e4bb2dc1bc82c6676224f'
26
'001f5fe2478572c69ddcf135d460fab18fc851723e529b056fd9b9852b47f3a5'
27
'3994d4d59d46e2d226d59f372e5b68eb23e8dc074529e870796f1132f5df8a5b')
28
options=(!strip)
29
30
package() {
31
cd $srcdir/julia-${_pkgver}
32
mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
33
install -Dm644 LICENSE.md \
34
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md
35
36
cp -r {bin,include,lib,share,libexec} ${pkgdir}/usr/
37
cp -r etc ${pkgdir}
38
rm -rf $pkgdir/usr/share/icons/hicolor/scalable
39
for i in 16 32 128 256 512
40
do
41
mkdir -p $pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/
42
install -Dm644 $srcdir/${i}x${i}.png $pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/julia.png
43
done
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 |