vfu
maintainer bbonev
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads source code from a non-whitelisted host, but it is the project's own official source tarball, built locally, with no execution of remote code or unverified binaries.
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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads source code from a non-whitelisted host, but it is the project's own official source tarball, built locally, with no execution of remote code or unverified binaries.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:18
source=("http://cade.noxrun.com/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz" "vfu-libexec_2_lib.patch")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Boian Bonev <bbonev@ipacct.com>
2
# Contributor: Andy Alt <arch_stanton5995 at proton dot me>
3
# Contributor: Evgeny Grablyk <evgeny.grablyk@gmail.com>
4
5
pkgname=vfu
6
pkgver=5.09
7
pkgrel=1
8
pkgdesc="Versatile text-based file-manager"
9
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'ppc64le')
10
url="http://cade.noxrun.com/projects/vfu"
11
license=('GPL')
12
depends=('ncurses' 'pcre2')
13
makedepends=('pkgconf')
14
optdepends=('perl: for the rx_* archiving utilities'
15
'rpmextract: for rx_rpm'
16
'unrar: for rx_rar'
17
'unzip: for rx_zip')
18
source=("http://cade.noxrun.com/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz" "vfu-libexec_2_lib.patch")
19
sha256sums=('05f5cf694bc43d1b769453a7756338a2f0e1f47cfed59581f0bd08b24d313b99'
20
'05226413626342c610df02640abaebce5becc9d69b2297498a57e22abfd85b9c')
21
22
prepare() {
23
patch --directory="$pkgname-$pkgver" --forward --strip=1 --input="${srcdir}/vfu-libexec_2_lib.patch"
24
}
25
26
build() {
27
cd "$srcdir/$pkgname-$pkgver"
28
make V=1 YASCREEN_LD=
29
./build.docs
30
}
31
32
package() {
33
cd "$srcdir/$pkgname-$pkgver"
34
install -Dm755 vfu/vfu -t "$pkgdir/usr/bin"
35
gzip < vfu.1 > vfu.1.gz
36
install -Dm644 vfu.1.gz -t "$pkgdir/usr/share/man/man1"
37
install -Dm644 vfu.conf -t "$pkgdir/etc"
38
install -Dm755 rx/rx_* -t "$pkgdir/usr/lib/vfu/"
39
}
40
41
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 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |