cumora-bin

MEDIUM
maintainer czyt 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a prebuilt .deb binary from a non-whitelisted, project-specific domain (updates.cumora.ai), which presents a supply-chain risk if the host were compromised or the download redirected, as the executable content is not independently verifiable.

Triggered rules

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:11 source=("cumora_${pkgver}_amd64.deb::https://updates.cumora.ai/cumora_${pkgver}_amd64.deb")
Medium AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb binary from a non-whitelisted, project-specific domain (updates.cumora.ai), which presents a supply-chain risk if the host were compromised or the download redirected, as the executable content is not independently verifiable.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: czyt <czytcn@gmail.com>
2pkgname=cumora-bin
3pkgver=0.18.4
4pkgrel=1
5pkgdesc="A workspace where AI teammates live, not visit."
6arch=('x86_64')
7url="https://cumora.ai"
8license=('unknown')
9depends=('gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-core' 'util-linux-libs' 'libsecret')
10optdepends=('libappindicator-gtk3: for system tray icon support')
11source=("cumora_${pkgver}_amd64.deb::https://updates.cumora.ai/cumora_${pkgver}_amd64.deb")
12md5sums=('9acd4ba3ae889e3ffc1f2b9879c87332')
13
14package() {
15 # Extract the deb package
16 bsdtar -xOf "${srcdir}/cumora_${pkgver}_amd64.deb" data.tar.xz | bsdtar -xC "${pkgdir}"
17
18 # Fix permissions
19 chmod -R u=rwX,go=rX "${pkgdir}"
20}
21

Changes since previous scan

--- PKGBUILD @ 2026-09-16 00:03
+++ PKGBUILD @ 2026-09-17 00:27
@@ -1,6 +1,6 @@
# Maintainer: czyt <czytcn@gmail.com>
pkgname=cumora-bin
-pkgver=0.18.2
+pkgver=0.18.4
pkgrel=1
pkgdesc="A workspace where AI teammates live, not visit."
arch=('x86_64')
@@ -9,7 +9,7 @@
depends=('gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-core' 'util-linux-libs' 'libsecret')
optdepends=('libappindicator-gtk3: for system tray icon support')
source=("cumora_${pkgver}_amd64.deb::https://updates.cumora.ai/cumora_${pkgver}_amd64.deb")
-md5sums=('781eddeccdfce4b35c97d503eb2b4bf8')
+md5sums=('9acd4ba3ae889e3ffc1f2b9879c87332')
package() {
# Extract the deb package

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Medium 2
2026-09-16 03:21:15 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 05:16:15 Medium 2
2026-09-14 00:27:57 Medium 2
2026-09-13 00:19:54 Medium 2
2026-09-12 00:25:17 Medium 2
2026-09-11 03:21:42 Medium 2
2026-09-11 00:19:22 Medium 2
2026-09-10 17:21:08 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 17:19:54 Medium 2
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 15:12:20 Medium 2
2026-09-06 00:17:06 Medium 2
2026-09-05 16:00:23 Medium 2
2026-09-05 00:16:27 Medium 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion