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
5
pkgname=${_pkgname}-cli-bin
6
pkgver=0.5.8
7
pkgrel=1
8
pkgdesc="A command-line font 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}")
16
depends=('glibc')
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=('6eb277fec0697370fd521e045b161b705857440545f7da357d191316934d68d1')
21
sha256sums_x86_64=('b453541c2f584b8875ee88a9c56ba1db941a615cef266120c85c22fef1cb690f')
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-07-19 07:10:24 | CLEAN | 0 |
| 2026-06-18 16:11:54 | CLEAN | 0 |