iris-screenshot-bin
LOW
maintainer czyt
0 votes
scanned 2026-08-21 01:13:51.509442
Why flagged
Package installs a prebuilt binary from a GitHub release, which is a normal AUR practice; the binary is from the project's official repository, reducing risk despite unverifiable checksum source.
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%): Package installs a prebuilt binary from a GitHub release, which is a normal AUR practice; the binary is from the project's official repository, reducing risk despite unverifiable checksum source.
PKGBUILD
1
# Maintainer: czyt <czytcn@gmail.com>
2
3
pkgname=iris-screenshot-bin
4
pkgver=0.4.1
5
pkgrel=2
6
pkgdesc="Screenshots of live websites. Minimal interface, powerful engine."
7
arch=('x86_64')
8
url="https://github.com/brijr/iris"
9
license=('MIT')
10
optdepends=('chromium: headless browser used to capture screenshots')
11
conflicts=('iris-bin')
12
_archive="iris-${pkgver}.tar.gz"
13
source=("${_archive}::https://github.com/brijr/iris/releases/download/v${pkgver}/iris-x86_64-unknown-linux-musl.tar.gz")
14
sha256sums=('aa6073ba255c0bcf09364a5503cbd4794791b832e5934a52b169a455d66101c7')
15
16
package() {
17
install -Dm755 "${srcdir}/iris" "${pkgdir}/usr/bin/iris"
18
}
19
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-21 01:13:51 | Low | 2 |