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.
3pkgname=sniplab-bin
4pkgver=0.4.1
5pkgrel=1
6pkgdesc='Filesystem-native snippet library and terminal CLI (prebuilt)'
7arch=('x86_64' 'aarch64')
8url='https://github.com/gitkeniwo/snip'
9license=('MIT')
10provides=('sniplab' 'snip')
11conflicts=('sniplab')
12depends=('gcc-libs')
13source_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)
16source_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)
19sha256sums_x86_64=('b83eaff492a64efffaadc678db94b0eb8c7b42f87d7cd247485e7edcec84cc85')
20sha256sums_aarch64=('1d6bfbf1083a54cd248fdaa90f00f707684682581216e349afa1b5f31857845d')
21
22package() {
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)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 05:20:08 LOW 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion