claude-conversation-search-bin

maintainer ticpu · 0 votes · scanned 2026-08-18 15:40:04.149666
MEDIUM
View on AUR ↗
Why flagged The package installs a prebuilt binary from a non-whitelisted host (GitHub releases) without verifiable checksums for the signature files (SKIP), posing a supply-chain risk if the source were compromised.

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 90%): The package installs a prebuilt binary from a non-whitelisted host (GitHub releases) without verifiable checksums for the signature files (SKIP), posing a supply-chain risk if the source were compromised.

PKGBUILD

1# Maintainer: Jérôme Poulin <jeromepoulin@gmail.com>
2pkgname=claude-conversation-search-bin
3_pkgname=claude-conversation-search
4pkgver=1.5.0
5pkgrel=1
6pkgdesc="CLI + MCP tool for searching Claude Code conversation history with Tantivy/BM25"
7arch=('x86_64' 'aarch64')
8url="https://github.com/ticpu/claude-conversation-search-mcp"
9license=('GPL-3.0-only')
10depends=('glibc' 'gcc-libs')
11provides=("$_pkgname=$pkgver")
12conflicts=("$_pkgname")
13options=('!strip' '!debug')
14validpgpkeys=('E5998E49DC9E1DCFDB9B46EC77EBA10790CFFCCD')
15source=("$_pkgname-$pkgver.tar.xz::$url/releases/download/v$pkgver/$_pkgname-$pkgver.tar.xz"
16 "$_pkgname-$pkgver.tar.xz.asc::$url/releases/download/v$pkgver/$_pkgname-$pkgver.tar.xz.asc")
17source_x86_64=("$_pkgname-$pkgver-x86_64::$url/releases/download/v$pkgver/$_pkgname-linux-x86_64"
18 "$_pkgname-$pkgver-x86_64.asc::$url/releases/download/v$pkgver/$_pkgname-linux-x86_64.asc")
19source_aarch64=("$_pkgname-$pkgver-aarch64::$url/releases/download/v$pkgver/$_pkgname-linux-aarch64"
20 "$_pkgname-$pkgver-aarch64.asc::$url/releases/download/v$pkgver/$_pkgname-linux-aarch64.asc")
21sha256sums=('c1deae87afd920648b56c63bd83be21dce771988962b1cab062ed497e4bf31e6'
22 'SKIP')
23sha256sums_x86_64=('7b500abe6987afc813ecf98c9cdfe48b3a89417a32e17d2aff232e71fc4873b1'
24 'SKIP')
25sha256sums_aarch64=('77ecabc24722c233c8fb53b1e4e4ef8077cbb9557d2fb35eb1bde98b63d447a1'
26 'SKIP')
27
28package() {
29 install -Dm755 "$srcdir/$_pkgname-$pkgver-$CARCH" "$pkgdir/usr/bin/$_pkgname"
30 cd "$_pkgname-$pkgver"
31 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
32 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
33}
34

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 15:40:04 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