vestige-bin
LOW
maintainer aardbol
0 votes
scanned 2026-09-06 21:12:32.019604
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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.
PKGBUILD
1
# Maintainer: @aardbol
2
pkgname=vestige-bin
3
_pkgname=vestige
4
pkgver=2.8.0
5
pkgrel=1
6
pkgdesc='Long-term memory MCP server for AI agents with deterministic root-cause retrieval'
7
arch=('x86_64')
8
url='https://github.com/samvallad33/vestige'
9
license=('AGPL-3.0')
10
depends=('glibc' 'gcc-libs')
11
provides=('vestige')
12
conflicts=('vestige' 'vestige-git')
13
options=('!strip' '!debug')
14
15
source_x86_64=("${url}/releases/download/v${pkgver}/${_pkgname}-mcp-x86_64-unknown-linux-gnu.tar.gz")
16
sha256sums_x86_64=('b1ca9c0dc35cb640bca6376673fc003e1f17561c8899d8d876eda51555fe9c65')
17
18
package() {
19
install -Dm755 "$srcdir/${_pkgname}-mcp" "$pkgdir/usr/bin/${_pkgname}-mcp"
20
install -Dm755 "$srcdir/${_pkgname}" "$pkgdir/usr/bin/${_pkgname}"
21
install -Dm755 "$srcdir/${_pkgname}-restore" "$pkgdir/usr/bin/${_pkgname}-restore"
22
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-06 21:12:32 | Low | 1 |