kendex
The package downloads a prebuilt binary from a GitHub release under the maintainer's domain, which is a supply-chain risk if the host is compromised, but there is no evidence of malicious behavior or code execution beyond installing the binary as intended.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads a prebuilt binary from a GitHub release under the maintainer's domain, which is a supply-chain risk if the host is compromised, but there is no evidence of malicious behavior or code execution beyond installing the binary as intended.
PKGBUILD
# Maintainer: VanillaGreen <ai1@vanillagreen.com>
pkgname=kendex
pkgver=5.0.1
pkgrel=1
pkgdesc='Package manager for agents, skills, and hooks across AI coding tools'
arch=('x86_64')
url='https://kendex.ai'
license=('MIT')
provides=('kendex')
conflicts=('kendex-git')
options=('!strip')
source=("kendex-$pkgver::https://github.com/vanillagreencom/kendex/releases/download/v$pkgver/kendex-x86_64-unknown-linux-gnu")
sha256sums=('a3dee4c286614016198db72603fcf95de277ddf1a245da052dc815821f0e84c0')
package() {
install -Dm755 "$srcdir/kendex-$pkgver" "$pkgdir/usr/bin/kendex"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 05:10:41 | Low | 2 |