ape-bin

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

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

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 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)
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:16 "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ape-x86_64.elf"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Asger Hautop Drewsen <asger@tyilo.com>
2
3pkgname=ape-bin
4pkgver=1.10
5pkgrel=2
6pkgdesc="actually portable executable loader"
7arch=('x86_64' 'aarch64')
8url="https://justine.lol/cosmopolitan/index.html"
9license=('ISC')
10depends=()
11makedepends=()
12source=(
13 "ape-binfmt.conf"
14)
15source_x86_64=(
16 "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ape-x86_64.elf"
17)
18source_aarch64=(
19 "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ape-aarch64.elf"
20)
21sha256sums=('3e9c148ca8aeed687ec05bc06fea954b08cf4fff9044a06ab19a0e48c4dc8e17')
22sha256sums_x86_64=('7c1cf8b24e1b6dd6ad7da3817045d582ada146b4d6ec0c6a45bea830e3a65f4d')
23sha256sums_aarch64=('877ccbd465243065426cb4a3cab4351acad918649f8656556bb604882eead08f')
24install=ape.install
25
26pkgver() {
27 chmod +x "$srcdir/ape-$CARCH.elf"
28 "$srcdir/ape-$CARCH.elf" -h | sed -nE 's/.*version (.*).*/\1/p'
29}
30
31package() {
32 install -D -m755 "$srcdir/ape-$CARCH.elf" "$pkgdir/usr/bin/ape"
33 # Make sure the config filename sorts lexicographically greater than "wine.conf"
34 install -D -m644 "$srcdir/ape-binfmt.conf" "$pkgdir/usr/lib/binfmt.d/zzz_ape.conf"
35}
36

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