ape-bin
The package downloads prebuilt APE binaries from cosmo.zip, a domain associated with the Cosmopolitan project; while not on a standard whitelist, it is the project's official distribution point, and the binaries are verified with fixed checksums, 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 prebuilt APE binaries from cosmo.zip, a domain associated with the Cosmopolitan project; while not on a standard whitelist, it is the project's official distribution point, and the binaries are verified with fixed checksums, 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:16
"https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ape-x86_64.elf"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Asger Hautop Drewsen <asger@tyilo.com>
pkgname=ape-bin
pkgver=1.10
pkgrel=2
pkgdesc="actually portable executable loader"
arch=('x86_64' 'aarch64')
url="https://justine.lol/cosmopolitan/index.html"
license=('ISC')
depends=()
makedepends=()
source=(
"ape-binfmt.conf"
)
source_x86_64=(
"https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ape-x86_64.elf"
)
source_aarch64=(
"https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ape-aarch64.elf"
)
sha256sums=('3e9c148ca8aeed687ec05bc06fea954b08cf4fff9044a06ab19a0e48c4dc8e17')
sha256sums_x86_64=('7c1cf8b24e1b6dd6ad7da3817045d582ada146b4d6ec0c6a45bea830e3a65f4d')
sha256sums_aarch64=('877ccbd465243065426cb4a3cab4351acad918649f8656556bb604882eead08f')
install=ape.install
pkgver() {
chmod +x "$srcdir/ape-$CARCH.elf"
"$srcdir/ape-$CARCH.elf" -h | sed -nE 's/.*version (.*).*/\1/p'
}
package() {
install -D -m755 "$srcdir/ape-$CARCH.elf" "$pkgdir/usr/bin/ape"
# Make sure the config filename sorts lexicographically greater than "wine.conf"
install -D -m644 "$srcdir/ape-binfmt.conf" "$pkgdir/usr/lib/binfmt.d/zzz_ape.conf"
}
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 |