ceylon

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

The package downloads a source tarball from the project's official domain (ceylon-lang.org) which is not on the analyzer's whitelist but is plausibly the project's own; the download is verified with a matching sha256sum and contains buildable source, not a prebuilt executable, making the realistic worst case a compromised upstream release, not a supply-chain swap via an untrusted host.

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 source tarball from the project's official domain (ceylon-lang.org) which is not on the analyzer's whitelist but is plausibly the project's own; the download is verified with a matching sha256sum and contains buildable source, not a prebuilt executable, making the realistic worst case a compromised upstream release, not a supply-chain swap via an untrusted host.

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:14 source=("https://downloads.ceylon-lang.org/cli/$pkgname-$pkgver.zip")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Alex Szczuczko <alex@szc.ca>
2# Contributor: TDY <tdy.aur@gmail.com>
3
4pkgname=ceylon
5pkgver=1.3.3
6pkgrel=1
7pkgdesc="A powerful statically typed language for writing large programs in groups"
8arch=("any")
9url="https://ceylon-lang.org/"
10license=("Apache" "custom:GPL-CP" "LGPL")
11install="${pkgname}.install"
12depends=("java-environment>=7" "bash")
13optdepends=("nodejs: for JavaScript interoperability")
14source=("https://downloads.ceylon-lang.org/cli/$pkgname-$pkgver.zip")
15sha256sums=("4ec1f1781043ee369c3e225576787ce5518685f2206eafa7d2fd5cfe6ac9923d")
16
17package() {
18 cd "$srcdir/$pkgname-$pkgver"
19
20 #
21 # Main files
22 #
23
24 # General
25 install -dm755 "$pkgdir/usr/share/java/$pkgname/"
26 cp -a contrib bin doc lib repo samples templates "$pkgdir/usr/share/java/$pkgname/"
27 find "$pkgdir/usr/share/java/$pkgname/" -type d -print0 | xargs -0 chmod 755
28 find "$pkgdir/usr/share/java/$pkgname/" -type f -print0 | xargs -0 chmod 644
29
30 # Bin
31 find "$pkgdir/usr/share/java/$pkgname/" -type f -name '*.bat' -print0 | xargs -0 rm
32 chmod 755 "$pkgdir/usr/share/java/$pkgname/bin/ceylon"
33
34 #
35 # System integration
36 #
37
38 # Bin
39 install -dm755 "$pkgdir/usr/bin/"
40 ln -s "/usr/share/java/$pkgname/bin/ceylon" "$pkgdir/usr/bin/$pkgname"
41
42 # Completion
43 install -dm755 "$pkgdir/usr/share/bash-completion/completions/"
44 ln -s "/usr/share/java/$pkgname/contrib/scripts/ceylon-completion.bash" "$pkgdir/usr/share/bash-completion/completions/$pkgname"
45
46 # Doc
47 install -dm755 "$pkgdir/usr/share/doc/"
48 ln -s "/usr/share/java/$pkgname/doc/" "$pkgdir/usr/share/doc/$pkgname"
49 # Man
50 install -dm755 "$pkgdir/usr/share/"
51 mv "$pkgdir/usr/share/java/$pkgname/doc/man" "$pkgdir/usr/share/"
52 # Info
53 install -dm755 "$pkgdir/usr/share/"
54 mv "$pkgdir/usr/share/java/$pkgname/doc/en/spec/info" "$pkgdir/usr/share/"
55
56 # License
57 install -Dm644 LICENSE-GPL-CP "$pkgdir/usr/share/licenses/$pkgname/GPL-CP"
58 install -Dm644 NOTICE "$pkgdir/usr/share/licenses/$pkgname/NOTICE"
59}
60

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