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
5
pkgname=${_pkgname}-cli-bin
6
pkgver=0.11.1
7
pkgrel=1
8
pkgdesc="A command-line image viewer using terminal graphics (Sixel, iTerm, Kitty)"
9
arch=('x86_64')
10
url="https://github.com/${_pkgauthor}/${_pkgname}"
11
_urlraw="https://raw.githubusercontent.com/${_pkgauthor}/${_pkgname}/v${pkgver}"
12
license=('MIT')
13
14
provides=("${_pkgname}")
15
conflicts=("${_pkgname}" "openimageio")
16
depends=('glib2' 'libvips' 'glibc' 'gcc-libs')
17
18
source=("README-${pkgver}.md::${_urlraw}/README.md")
19
source_x86_64=("${url}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-linux-amd64.tar.bz2")
20
sha256sums=('027a81f3244c2b7722e24ec7bc4e97e40dd6e5b9bf9f892e26952109d15043b0')
21
sha256sums_x86_64=('d9cf1ad46422c04a15d353495cb88efcefcbcb0a006b3ae1aaa1597135a43c2c')
22
23
24
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |