julia-nightly-bin

LOW
maintainer fusion809 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads official Julia nightly binaries from a domain plausibly controlled by the Julia project (julialang.org subdomain), which is a normal and expected practice for AUR packages; the non-standard host is a false alarm in this context, and the icons are non-executable assets from GitHub.

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 nightly binaries from a domain plausibly controlled by the Julia project (julialang.org subdomain), which is a normal and expected practice for AUR packages; the non-standard host is a false alarm in this context, and the icons are non-executable assets from GitHub.

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:12 source=($pkgname-$pkgver.tar.gz::"https://julialangnightlies-s3.julialang.org/bin/linux/x64/julia-latest-linux64.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Brenton Horne <brentonhorne77 at gmail dot com>
2pkgname=julia-nightly-bin
3pkgver=20200701
4pkgrel=1
5arch=('x86_64')
6pkgdesc='High-level, high-performance, dynamic programming language - official nightly binaries'
7provides=(julia)
8conflicts=(julia julia-git julia-beta-bin julia-bin)
9depends=('gmp' 'suitesparse' 'hicolor-icon-theme' 'libssh2')
10url='https://julialang.org/'
11license=('MIT')
12source=($pkgname-$pkgver.tar.gz::"https://julialangnightlies-s3.julialang.org/bin/linux/x64/julia-latest-linux64.tar.gz"
1316x16.png::https://github.com/JuliaLang/julia/raw/master/contrib/mac/frameworkapp/JuliaLauncher/Assets.xcassets/AppIcon.appiconset/16.png
1432x32.png::https://github.com/JuliaLang/julia/raw/master/contrib/mac/frameworkapp/JuliaLauncher/Assets.xcassets/AppIcon.appiconset/32.png
15128x128.png::https://github.com/JuliaLang/julia/raw/master/contrib/mac/frameworkapp/JuliaLauncher/Assets.xcassets/AppIcon.appiconset/128.png
16256x256.png::https://github.com/JuliaLang/julia/raw/master/contrib/mac/frameworkapp/JuliaLauncher/Assets.xcassets/AppIcon.appiconset/256.png
17512x512.png::https://github.com/JuliaLang/julia/raw/master/contrib/mac/frameworkapp/JuliaLauncher/Assets.xcassets/AppIcon.appiconset/512.png)
18sha256sums=('SKIP'
19 '85aff59221938dd83aa3808910fb455c64f3f0936604bfaad7b8d27c01e3a7ed'
20 '0310782968fe0ba2910e8a4fc3920ab58c0b8f91c66a66f6cff82cd0d6d31612'
21 'aab27b427cb21108d831f2d9ddc89ce0948f7e8cb82e4bb2dc1bc82c6676224f'
22 '001f5fe2478572c69ddcf135d460fab18fc851723e529b056fd9b9852b47f3a5'
23 '3994d4d59d46e2d226d59f372e5b68eb23e8dc074529e870796f1132f5df8a5b')
24options=(!strip)
25
26pkgver() {
27 date +%Y%m%d
28}
29
30package() {
31 hash=$(ls -ld $srcdir/* | grep -v tar | tail -n 1 | rev | cut -d '-' -f 1 | rev)
32 cd $srcdir/julia-${hash}
33 mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
34 install -Dm644 LICENSE.md \
35 ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md
36 cp -r {bin,include,lib,share} ${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)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion