ceylon
maintainer ASzc
· 6 votes
· scanned 2026-08-03 00:08:14.047287
LOW
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
4
pkgname=ceylon
5
pkgver=1.3.3
6
pkgrel=1
7
pkgdesc="A powerful statically typed language for writing large programs in groups"
8
arch=("any")
9
url="https://ceylon-lang.org/"
10
license=("Apache" "custom:GPL-CP" "LGPL")
11
install="${pkgname}.install"
12
depends=("java-environment>=7" "bash")
13
optdepends=("nodejs: for JavaScript interoperability")
14
source=("https://downloads.ceylon-lang.org/cli/$pkgname-$pkgver.zip")
15
sha256sums=("4ec1f1781043ee369c3e225576787ce5518685f2206eafa7d2fd5cfe6ac9923d")
16
17
package() {
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) | 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 |