f2fs-tools-progress-patch-git

maintainer aviallon · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a Git repository from a personal server, but it is a fork of the official f2fs-tools project; building from source is standard for AUR, and no malicious payload or code execution is evident.

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 source is a Git repository from a personal server, but it is a fork of the official f2fs-tools project; building from source is standard for AUR, and no malicious payload or code execution is evident.

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:20 source=("$pkgname::git+https://gitlab.lesviallon.fr/aviallon/f2fs-tools.git")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Paul Oppenheimer <bepvte at gmail.com>
2# Contributor: Boohbah <boohbah at gmail.com>
3# Contributor: Tobias Powalowski <tpowa@archlinux.org>
4# Contributor: Christian Hesse <mail at eworm.de>
5# Contributor: figue <ffigue at gmail.com>
6# Contributor: vinibali <vinibali1 at gmail.com>
7
8pkgname=f2fs-tools-progress-patch-git
9pkgver=1.14.0.r69.g27bf6c7
10pkgrel=1
11pkgdesc='Tools for Flash-Friendly File System (F2FS) with progress feedback'
12arch=('x86_64')
13url='https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/about/'
14depends=('util-linux')
15makedepends=('git')
16license=('GPL')
17provides=('f2fs-tools')
18conflicts=('f2fs-tools')
19validpgpkeys=('D3452A79D8C2B4EAC656F4224014A87E824850D2') # Jaegeuk Kim <jaegeuk@kernel.org>
20source=("$pkgname::git+https://gitlab.lesviallon.fr/aviallon/f2fs-tools.git")
21sha256sums=('SKIP')
22
23pkgver() {
24 cd "$pkgname"
25 git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
26}
27
28prepare() {
29 cd "${pkgname}"
30
31 # /usr/bin/sg_write_buffer is provided in sg3_utils
32 sed -i '/sg_write_buffer/d' tools/Makefile.am
33
34 autoreconf -fi
35}
36
37build() {
38 cd "${pkgname}"
39
40 ./configure \
41 --prefix=/usr \
42 --sbindir=/usr/bin
43 make
44}
45
46package() {
47 cd "${pkgname}"
48
49 make DESTDIR="${pkgdir}/" sbindir=/usr/bin install
50}
51

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 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

Report a package

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

0 / 4000
Your suggestion