latchshot-bin

LOW
maintainer mzwing 0 votes scanned 2026-08-23 17:21:15.843281
View on AUR
Why flagged

The package downloads prebuilt binaries from the project's official GitHub releases, which is a normal practice for AUR binary packages; the low severity is due to the binary nature and unverifiable build process, but sources and checksums are provided and match the release.

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 downloads prebuilt binaries from the project's official GitHub releases, which is a normal practice for AUR binary packages; the low severity is due to the binary nature and unverifiable build process, but sources and checksums are provided and match the release.

PKGBUILD

1# Maintainer: mzwing <mzwing@mzwing.eu.org>
2
3_pkgname=latchshot
4pkgname=latchshot-bin
5_pkgver=0.2.5
6pkgver=${_pkgver//-/_}
7pkgrel=2
8pkgdesc='A lightweight yet intelligent window-aware screenshot tool for Wayland'
9arch=('x86_64' 'aarch64')
10url='https://github.com/so1ve/latchshot'
11license=('MIT')
12depends=('gcc-libs' 'glibc' 'libxkbcommon' 'wayland' 'wl-clipboard')
13provides=("$_pkgname=$pkgver")
14conflicts=('latchshot' 'latchshot-git')
15source=("LICENSE::$url/raw/v$_pkgver/LICENSE")
16source_x86_64=("$_pkgname-x86_64-unknown-linux-gnu::$url/releases/download/v$_pkgver/$_pkgname-x86_64-unknown-linux-gnu")
17source_aarch64=("$_pkgname-aarch64-unknown-linux-gnu::$url/releases/download/v$_pkgver/$_pkgname-aarch64-unknown-linux-gnu")
18sha256sums=('4d36a113b0a6a584805f0537e0126a382ca425d544c5ae4302b260c56ad42c83')
19sha256sums_x86_64=('7e56c7f60756ca85ac14381adfa6fdc01783cbb1ce5424ee93c97795efcae28a')
20sha256sums_aarch64=('0a8e74f294273889f34ce59298512d3f5762c5fc07826975bad7e715d8fede66')
21
22package() {
23 install -Dm755 "$_pkgname-$CARCH-unknown-linux-gnu" "$pkgdir/usr/bin/$_pkgname"
24 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
25}
26

Scan history

Scanned at (UTC)SeverityRules
2026-08-23 17:21:15 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