ape-bin
maintainer Tyilo
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
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
3
pkgname=ape-bin
4
pkgver=1.10
5
pkgrel=2
6
pkgdesc="actually portable executable loader"
7
arch=('x86_64' 'aarch64')
8
url="https://justine.lol/cosmopolitan/index.html"
9
license=('ISC')
10
depends=()
11
makedepends=()
12
source=(
13
"ape-binfmt.conf"
14
)
15
source_x86_64=(
16
"https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ape-x86_64.elf"
17
)
18
source_aarch64=(
19
"https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ape-aarch64.elf"
20
)
21
sha256sums=('3e9c148ca8aeed687ec05bc06fea954b08cf4fff9044a06ab19a0e48c4dc8e17')
22
sha256sums_x86_64=('7c1cf8b24e1b6dd6ad7da3817045d582ada146b4d6ec0c6a45bea830e3a65f4d')
23
sha256sums_aarch64=('877ccbd465243065426cb4a3cab4351acad918649f8656556bb604882eead08f')
24
install=ape.install
25
26
pkgver() {
27
chmod +x "$srcdir/ape-$CARCH.elf"
28
"$srcdir/ape-$CARCH.elf" -h | sed -nE 's/.*version (.*).*/\1/p'
29
}
30
31
package() {
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) | 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 |