mhddfs
maintainer n17ikh
· 28 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's own domain, used to build the software from source; the host is non-standard but plausibly official, and no untrusted prebuilt binaries are executed.
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 tarball from the project's own domain, used to build the software from source; the host is non-standard but plausibly official, and no untrusted prebuilt binaries are executed.
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:14
source=("http://mhddfs.uvw.ru/downloads/${pkgname}_${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: <n17ikh@gmail.com>
2
# Contributor: <igor.mogielnicki@gmail.com>
3
4
pkgname=mhddfs
5
pkgver=0.1.39
6
pkgrel=5
7
pkgdesc="fuse filesystem that combines several mount points into a single one."
8
arch=('i686' 'x86_64')
9
url="http://mhddfs.uvw.ru/"
10
license=('GPL3')
11
depends=('fuse'
12
'fuse3')
13
makedepends=('uthash')
14
source=("http://mhddfs.uvw.ru/downloads/${pkgname}_${pkgver}.tar.gz"
15
'pthreads.patch'
16
'use_after_free.patch'
17
'xattr_h.patch')
18
md5sums=('efc43fa9b4c1437bb233149bd624a459'
19
'd6476ffcc21897748014815c824652f7'
20
'c0b6d9d6e7968fd65dacd9ab2ef994f7'
21
'6287f30042db333ae49f01cfe0d06fab')
22
23
build() {
24
cd "$srcdir/${pkgname}-${pkgver}"
25
patch -p0 < ${srcdir}/pthreads.patch
26
patch -p1 < ${srcdir}/use_after_free.patch
27
patch -p0 < ${srcdir}/xattr_h.patch
28
make
29
}
30
31
package() {
32
mkdir -p $pkgdir/usr/bin \
33
$pkgdir/usr/share/doc/$pkgname \
34
$pkgdir/usr/share/man/man1
35
36
cp "$srcdir/${pkgname}-${pkgver}/mhddfs" "$pkgdir/usr/bin"
37
38
cp $srcdir/${pkgname}-${pkgver}/COPYING \
39
$srcdir/${pkgname}-${pkgver}/LICENSE \
40
$srcdir/${pkgname}-${pkgver}/README \
41
$srcdir/${pkgname}-${pkgver}/README.ru.UTF-8 \
42
$srcdir/${pkgname}-${pkgver}/ChangeLog \
43
$pkgdir/usr/share/doc/$pkgname
44
45
gzip -c $srcdir/${pkgname}-${pkgver}/mhddfs.1 > $pkgdir/usr/share/man/man1/mhddfs.1.gz
46
}
47
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 |