iris-screenshot-bin

LOW
maintainer czyt 0 votes scanned 2026-08-21 01:13:51.509442
View on AUR
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
3pkgname=iris-screenshot-bin
4pkgver=0.4.1
5pkgrel=2
6pkgdesc="Screenshots of live websites. Minimal interface, powerful engine."
7arch=('x86_64')
8url="https://github.com/brijr/iris"
9license=('MIT')
10optdepends=('chromium: headless browser used to capture screenshots')
11conflicts=('iris-bin')
12_archive="iris-${pkgver}.tar.gz"
13source=("${_archive}::https://github.com/brijr/iris/releases/download/v${pkgver}/iris-x86_64-unknown-linux-musl.tar.gz")
14sha256sums=('aa6073ba255c0bcf09364a5503cbd4794791b832e5934a52b169a455d66101c7')
15
16package() {
17 install -Dm755 "${srcdir}/iris" "${pkgdir}/usr/bin/iris"
18}
19

Scan history

Scanned at (UTC)SeverityRules
2026-08-21 01:13:51 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