iv-cli-bin

maintainer xiomarapina · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a prebuilt binary from the project's official GitHub releases, which is a normal and expected practice; the orphaned-and-adopted flag is administrative and does not indicate malicious content.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt binary from the project's official GitHub releases, which is a normal and expected practice; the orphaned-and-adopted flag is administrative and does not indicate malicious content.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3_pkgauthor=kenshaw
4_pkgname=iv
5pkgname=${_pkgname}-cli-bin
6pkgver=0.11.1
7pkgrel=1
8pkgdesc="A command-line image viewer using terminal graphics (Sixel, iTerm, Kitty)"
9arch=('x86_64')
10url="https://github.com/${_pkgauthor}/${_pkgname}"
11_urlraw="https://raw.githubusercontent.com/${_pkgauthor}/${_pkgname}/v${pkgver}"
12license=('MIT')
13
14provides=("${_pkgname}")
15conflicts=("${_pkgname}" "openimageio")
16depends=('glib2' 'libvips' 'glibc' 'gcc-libs')
17
18source=("README-${pkgver}.md::${_urlraw}/README.md")
19source_x86_64=("${url}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-linux-amd64.tar.bz2")
20sha256sums=('027a81f3244c2b7722e24ec7bc4e97e40dd6e5b9bf9f892e26952109d15043b0')
21sha256sums_x86_64=('d9cf1ad46422c04a15d353495cb88efcefcbcb0a006b3ae1aaa1597135a43c2c')
22
23
24package() {
25 cd "${srcdir}/" || exit
26
27 install -Dm755 "${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
28
29 install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
30
31 install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
32}
33

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 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 17:15:21 MEDIUM 1
2026-06-18 16:11:54 CLEAN 0

Report a package

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

0 / 4000
Your suggestion