ceylon
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
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)
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# Maintainer: Alex Szczuczko <alex@szc.ca>
# Contributor: TDY <tdy.aur@gmail.com>
pkgname=ceylon
pkgver=1.3.3
pkgrel=1
pkgdesc="A powerful statically typed language for writing large programs in groups"
arch=("any")
url="https://ceylon-lang.org/"
license=("Apache" "custom:GPL-CP" "LGPL")
install="${pkgname}.install"
depends=("java-environment>=7" "bash")
optdepends=("nodejs: for JavaScript interoperability")
source=("https://downloads.ceylon-lang.org/cli/$pkgname-$pkgver.zip")
sha256sums=("4ec1f1781043ee369c3e225576787ce5518685f2206eafa7d2fd5cfe6ac9923d")
package() {
cd "$srcdir/$pkgname-$pkgver"
#
# Main files
#
# General
install -dm755 "$pkgdir/usr/share/java/$pkgname/"
cp -a contrib bin doc lib repo samples templates "$pkgdir/usr/share/java/$pkgname/"
find "$pkgdir/usr/share/java/$pkgname/" -type d -print0 | xargs -0 chmod 755
find "$pkgdir/usr/share/java/$pkgname/" -type f -print0 | xargs -0 chmod 644
# Bin
find "$pkgdir/usr/share/java/$pkgname/" -type f -name '*.bat' -print0 | xargs -0 rm
chmod 755 "$pkgdir/usr/share/java/$pkgname/bin/ceylon"
#
# System integration
#
# Bin
install -dm755 "$pkgdir/usr/bin/"
ln -s "/usr/share/java/$pkgname/bin/ceylon" "$pkgdir/usr/bin/$pkgname"
# Completion
install -dm755 "$pkgdir/usr/share/bash-completion/completions/"
ln -s "/usr/share/java/$pkgname/contrib/scripts/ceylon-completion.bash" "$pkgdir/usr/share/bash-completion/completions/$pkgname"
# Doc
install -dm755 "$pkgdir/usr/share/doc/"
ln -s "/usr/share/java/$pkgname/doc/" "$pkgdir/usr/share/doc/$pkgname"
# Man
install -dm755 "$pkgdir/usr/share/"
mv "$pkgdir/usr/share/java/$pkgname/doc/man" "$pkgdir/usr/share/"
# Info
install -dm755 "$pkgdir/usr/share/"
mv "$pkgdir/usr/share/java/$pkgname/doc/en/spec/info" "$pkgdir/usr/share/"
# License
install -Dm644 LICENSE-GPL-CP "$pkgdir/usr/share/licenses/$pkgname/GPL-CP"
install -Dm644 NOTICE "$pkgdir/usr/share/licenses/$pkgname/NOTICE"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |