sniplab-bin
maintainer gitkeniwo
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package installs a prebuilt binary from the project's official GitHub releases, which is a normal distribution method; the source is verifiable and checksummed, posing low risk despite the binary being prebuilt.
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.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs a prebuilt binary from the project's official GitHub releases, which is a normal distribution method; the source is verifiable and checksummed, posing low risk despite the binary being prebuilt.
PKGBUILD
1
# This file is rendered by the release workflow. Do not publish it directly;
2
# the AUR repository receives the rendered PKGBUILD and .SRCINFO.
3
pkgname=sniplab-bin
4
pkgver=0.4.1
5
pkgrel=1
6
pkgdesc='Filesystem-native snippet library and terminal CLI (prebuilt)'
7
arch=('x86_64' 'aarch64')
8
url='https://github.com/gitkeniwo/snip'
9
license=('MIT')
10
provides=('sniplab' 'snip')
11
conflicts=('sniplab')
12
depends=('gcc-libs')
13
source_x86_64=(
14
"snip-x86_64-unknown-linux-gnu.tar.gz::https://github.com/gitkeniwo/snip/releases/download/v$pkgver/snip-x86_64-unknown-linux-gnu.tar.gz"
15
)
16
source_aarch64=(
17
"snip-aarch64-unknown-linux-gnu.tar.gz::https://github.com/gitkeniwo/snip/releases/download/v$pkgver/snip-aarch64-unknown-linux-gnu.tar.gz"
18
)
19
sha256sums_x86_64=('b83eaff492a64efffaadc678db94b0eb8c7b42f87d7cd247485e7edcec84cc85')
20
sha256sums_aarch64=('1d6bfbf1083a54cd248fdaa90f00f707684682581216e349afa1b5f31857845d')
21
22
package() {
23
install -Dm755 snip "$pkgdir/usr/bin/snip"
24
install -Dm644 man/*.1 -t "$pkgdir/usr/share/man/man1/"
25
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
26
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
27
}
28
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 05:20:08 | LOW | 2 |