carryctx

maintainer Xuepoo · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package installs a prebuilt binary from a GitHub release under a personal account; while GitHub is generally trusted, the binary is not built from source and could be replaced silently, posing a supply-chain risk.

Triggered rules

LOW Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

MEDIUM AI review of an ambiguous pattern llm_review

The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 85%): The package installs a prebuilt binary from a GitHub release under a personal account; while GitHub is generally trusted, the binary is not built from source and could be replaced silently, posing a supply-chain risk.

PKGBUILD

1# Maintainer: Xuepoo <xuepoo@carryctx.dev>
2pkgname=carryctx
3pkgver=0.4.4
4pkgrel=1
5pkgdesc="Local-first memory for coding agents"
6arch=('x86_64')
7url="https://carryctx.dev"
8license=('MIT')
9depends=('glibc' 'gcc-libs')
10source_x86_64=("https://github.com/Xuepoo/carryctx/releases/download/v0.4.4/carryctx-x86_64-unknown-linux-gnu")
11sha256sums_x86_64=('2d8f92f830d924216ad3bbc7f14bd443c381b01416a3d49d0c247a98138b8759')
12
13package() {
14 install -Dm755 "${srcdir}/carryctx-x86_64-unknown-linux-gnu" "${pkgdir}/usr/bin/carryctx"
15}
16

Changes since previous scan

--- PKGBUILD @ 2026-07-28 00:07
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,14 +1,14 @@
# Maintainer: Xuepoo <xuepoo@carryctx.dev>
pkgname=carryctx
-pkgver=0.4.1
+pkgver=0.4.4
pkgrel=1
pkgdesc="Local-first memory for coding agents"
arch=('x86_64')
url="https://carryctx.dev"
license=('MIT')
depends=('glibc' 'gcc-libs')
-source_x86_64=("https://github.com/Xuepoo/carryctx/releases/download/v0.4.1/carryctx-x86_64-unknown-linux-gnu")
-sha256sums_x86_64=('fcb014e9b6a671705c05e4ca4559d6ca5844c09e3ce74952d685c32e52242f0b')
+source_x86_64=("https://github.com/Xuepoo/carryctx/releases/download/v0.4.4/carryctx-x86_64-unknown-linux-gnu")
+sha256sums_x86_64=('2d8f92f830d924216ad3bbc7f14bd443c381b01416a3d49d0c247a98138b8759')
package() {
install -Dm755 "${srcdir}/carryctx-x86_64-unknown-linux-gnu" "${pkgdir}/usr/bin/carryctx"

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 MEDIUM 2
2026-08-02 00:16:08 MEDIUM 2
2026-08-01 00:11:18 MEDIUM 2
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 00:17:23 MEDIUM 2
2026-07-29 00:25:53 MEDIUM 2
2026-07-28 21:39:42 MEDIUM 2
2026-07-28 00:07:28 MEDIUM 2
2026-07-27 00:24:32 MEDIUM 2
2026-07-26 17:32:42 MEDIUM 2
2026-07-26 00:07:32 MEDIUM 2
2026-07-25 07:29:36 MEDIUM 2
2026-07-25 00:13:44 MEDIUM 2
2026-07-24 15:27:57 MEDIUM 2
2026-07-24 07:27:58 MEDIUM 2
2026-07-24 00:02:28 LOW 2
2026-07-23 13:24:23 LOW 2
2026-07-23 11:23:42 LOW 2
2026-07-23 09:22:54 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