cfetch-agent
LOW
maintainer richc
0 votes
scanned 2026-08-21 11:15:01.903439
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: Julian Y. Richard Corbet (julian-corbet on GitHub)
2
pkgname=cfetch-agent
3
pkgver=0.6.0
4
pkgrel=1
5
pkgdesc="A second brain for coding agents: privilege-ring memory, hook injection, retrieval, and a code index in one binary"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/julian-corbet/cfetch"
8
license=('LicenseRef-FSL-1.1-ALv2')
9
provides=('cfetch')
10
conflicts=('cfetch')
11
makedepends=('cargo' 'git')
12
source=("$pkgname::git+https://github.com/julian-corbet/cfetch.git#tag=v$pkgver")
13
sha256sums=('SKIP')
14
15
prepare() {
16
cd "$pkgname"
17
cargo fetch --locked
18
}
19
20
build() {
21
cd "$pkgname"
22
cargo build --release --locked
23
}
24
25
check() {
26
cd "$pkgname"
27
cargo test --release --locked
28
}
29
30
package() {
31
cd "$pkgname"
32
install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
33
install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
34
}
35
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-21 11:15:01 | Low | 1 |