rar2fs-git
maintainer harre
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The non-standard host hosts the official unrar source code, which is a common and expected dependency for rar2fs; the source is verifiable via multiple checksums and is not executed directly but compiled as part of the build process.
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 non-standard host hosts the official unrar source code, which is a common and expected dependency for rar2fs; the source is verifiable via multiple checksums and is not executed directly but compiled as part of the build process.
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:16
source=("http://www.rarlab.com/rar/unrarsrc-${_unrarver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: aksr <aksr at t-com dot me>
2
# Contributor: karu1 <.1me.io7@gmail.com>
3
4
pkgname=rar2fs-git
5
_pkgname=rar2fs
6
pkgver=1.29.7.r1.gba480df
7
_unrarver=7.0.9
8
pkgrel=1
9
pkgdesc="Fuse file system for reading Rar archives"
10
arch=("i686" "x86_64")
11
license=("GPL-3.0-only")
12
url="https://github.com/hasse69/rar2fs"
13
url="https://hasse69.github.io/rar2fs/"
14
depends=(fuse2 glibc gcc-libs)
15
makedepends=(git autoconf automake)
16
source=("http://www.rarlab.com/rar/unrarsrc-${_unrarver}.tar.gz"
17
git+https://github.com/hasse69/rar2fs.git)
18
md5sums=('a18509f604f31cf7a73473ee97d08ce5'
19
'SKIP')
20
sha1sums=('3aadbeaaf6cedc7b914e4c8673fa1a646417a070'
21
'SKIP')
22
sha256sums=('505c13f9e4c54c01546f2e29b2fcc2d7fabc856a060b81e5cdfe6012a9198326'
23
'SKIP')
24
sha512sums=('4dff760bd69275dcd9bacac7a8fa9a6e68e2d047ea3775abc16a80d9a6e277b686153faafb1b711582d86eabfdf3254c601d9f585b28104dbd85ece4868876ed'
25
'SKIP')
26
provides=("$_pkgname")
27
conflicts=("$_pkgname")
28
29
build() {
30
cd "$srcdir/unrar"
31
make lib
32
echo "Starting Build $pkgname source"
33
cd "$srcdir/$_pkgname"
34
autoreconf -vfi
35
./configure --prefix=/usr --sbindir=/usr/bin --with-unrar=../unrar
36
make
37
}
38
39
pkgver() {
40
cd ${_pkgname}
41
git describe --long --tags | sed 's/v//; s/\([^-]*-g\)/r\1/;s/-/./g'
42
}
43
44
45
package() {
46
cd "$srcdir/$_pkgname"
47
make install DESTDIR="$pkgdir"
48
install -Dm644 AUTHORS ChangeLog COPYING NEWS rarconfig.example README -t "${pkgdir}/usr/share/doc/${_pkgname}"
49
}
50
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 |