snip-llm-bin
LOW
maintainer mutoroglin
0 votes
scanned 2026-08-26 09:30:02.614524
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: Joerg Weislogel <mutoroglin [at] posteo [dot] de>
2
3
pkgname=snip-llm-bin
4
pkgver=0.24.1
5
pkgrel=1
6
pkgdesc="CLI proxy that filters shell output before it reaches your AI coding assistant's context window"
7
arch=('x86_64')
8
url='https://github.com/edouard-claude/snip'
9
license=('MIT')
10
makedepends=('tar')
11
options=(!debug)
12
source=("${pkgname}_${pkgver}-${pkgrel}.tar.gz::https://github.com/edouard-claude/snip/releases/download/v0.24.1/snip_${pkgver}_linux_amd64.tar.gz")
13
14
sha256sums=('6f230ab6d66885b73f7de4fd32399cb6a60f64de92133dc25532cccbfb930985')
15
16
package() {
17
install -D -m755 snip "${pkgdir}/usr/bin/snip"
18
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE_MIT"
19
}
20
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-26 09:30:02 | Low | 1 |