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>
2
pkgname=claude-conversation-search-bin
3
_pkgname=claude-conversation-search
4
pkgver=1.5.0
5
pkgrel=1
6
pkgdesc="CLI + MCP tool for searching Claude Code conversation history with Tantivy/BM25"
7
arch=('x86_64' 'aarch64')
8
url="https://github.com/ticpu/claude-conversation-search-mcp"
9
license=('GPL-3.0-only')
10
depends=('glibc' 'gcc-libs')
11
provides=("$_pkgname=$pkgver")
12
conflicts=("$_pkgname")
13
options=('!strip' '!debug')
14
validpgpkeys=('E5998E49DC9E1DCFDB9B46EC77EBA10790CFFCCD')
15
source=("$_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")
17
source_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")
19
source_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")
21
sha256sums=('c1deae87afd920648b56c63bd83be21dce771988962b1cab062ed497e4bf31e6'
22
'SKIP')
23
sha256sums_x86_64=('7b500abe6987afc813ecf98c9cdfe48b3a89417a32e17d2aff232e71fc4873b1'
24
'SKIP')
25
sha256sums_aarch64=('77ecabc24722c233c8fb53b1e4e4ef8077cbb9557d2fb35eb1bde98b63d447a1'
26
'SKIP')
27
28
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-18 15:40:04 | MEDIUM | 2 |