cosmocc-bin
The package downloads a prebuilt toolchain from a project-specific domain (cosmo.zip) which, while not on a standard host, is plausibly official; the content is not obfuscated and is installed as a binary toolchain, a common use case, with a valid checksum, reducing risk.
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 prebuilt toolchain from a project-specific domain (cosmo.zip) which, while not on a standard host, is plausibly official; the content is not obfuscated and is installed as a binary toolchain, a common use case, with a valid checksum, reducing risk.
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:15
"https://cosmo.zip/pub/cosmocc/cosmocc-$pkgver.zip"
PKGBUILD
1 offending line(s) highlighted# Contributor: Asger Hautop Drewsen <asger@tyilo.com>
# Maintainer: tee < teeaur at duck dot com >
pkgname=cosmocc-bin
pkgver=4.0.2
pkgrel=1
pkgdesc="cosmopolitan toolchain: build-once run-anywhere c library"
arch=('x86_64' 'aarch64')
url="https://justine.lol/cosmopolitan/index.html"
license=('ISC')
depends=()
makedepends=()
options=('!strip')
source=(
"https://cosmo.zip/pub/cosmocc/cosmocc-$pkgver.zip"
"bin-wrapper"
)
noextract=(
"cosmocc-$pkgver.zip"
)
sha512sums=('e4361ed69528f47abc7336474871c5177734b88aebdf7b625b67554dd14fbe7be3d70409b12542c0cd3b48f7a17d54d340a09acffa7d024f1ea2073f429fab69'
'd2bb2bcf5eee88a16f78849fd42a63a65539611a030815a56b19b27a25d9abe0fe3a0a746a58c00a2e468b917d1689f5a0048ddfb73c351f5f71d0d0a7015271')
package() {
install -dm755 "$pkgdir/opt/cosmocc"
cd "$pkgdir/opt/cosmocc"
bsdtar -xf "$srcdir/cosmocc-$pkgver.zip"
chmod -R 755 "$pkgdir/opt"
install -dm755 "$pkgdir/usr/bin"
for bin in cosmo* aarch64-* x86_64-*; do
cp "$srcdir/bin-wrapper" "$pkgdir/usr/bin/$bin"
done
}
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 |