fv-cli-bin

maintainer jaromirmullerova · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package installs a prebuilt binary from the project's official GitHub releases, which is a normal and expected practice for -bin packages; the orphaned status does not imply 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 installs a prebuilt binary from the project's official GitHub releases, which is a normal and expected practice for -bin packages; the orphaned status does not imply 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=fv
5pkgname=${_pkgname}-cli-bin
6pkgver=0.5.8
7pkgrel=1
8pkgdesc="A command-line font 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}")
16depends=('glibc')
17
18source=("README-${pkgver}.md::${_urlraw}/README.md")
19source_x86_64=("${url}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-linux-amd64.tar.bz2")
20sha256sums=('6eb277fec0697370fd521e045b161b705857440545f7da357d191316934d68d1')
21sha256sums_x86_64=('b453541c2f584b8875ee88a9c56ba1db941a615cef266120c85c22fef1cb690f')
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-07-19 07:10:24 CLEAN 0
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