squashfs-tools-ng-doc
maintainer Goliath
· 4 votes
· base
squashfs-tools-ng
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the maintainer's own project domain, used to build the software from source; this is normal AUR packaging behavior despite the non-whitelisted host.
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 maintainer's own project domain, used to build the software from source; this is normal AUR packaging behavior despite the non-whitelisted host.
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:12
source=(https://infraroot.at/pub/squashfs/${pkgname}-${pkgver}.tar.xz{,.asc}
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: David Oberhollenzer <goliath at infraroot dot at>
2
3
pkgname=('squashfs-tools-ng' 'squashfs-tools-ng-doc')
4
pkgver=1.3.2
5
pkgrel=1
6
epoch=
7
pkgdesc='A new set of tools and libraries for working with SquashFS images'
8
url='https://infraroot.at/projects/squashfs-tools-ng/index.html'
9
arch=('x86_64')
10
license=('GPL3' 'LGPL3')
11
depends=('lzo' 'lz4' 'xz' 'zstd' 'zlib' 'attr' 'bzip2')
12
source=(https://infraroot.at/pub/squashfs/${pkgname}-${pkgver}.tar.xz{,.asc}
13
)
14
sha512sums=('6f14d90875ef3f3d36d3cd38932ade6b0da7284922c914bd655e3f0a4abb17ba75d4bc052a1d4244c1b4ff96b3798d83d5a7b3263b8e1b96c112f4cdf967400f'
15
'SKIP'
16
)
17
validpgpkeys=('13063F723C9E584AEACD5B9BBCE5DC3C741A02D1')
18
groups=()
19
makedepends=(
20
'fakeroot'
21
'binutils'
22
'autoconf'
23
'automake'
24
'autogen'
25
'libtool'
26
'pkgconf'
27
'm4'
28
'make'
29
'gcc'
30
'doxygen')
31
#
32
checkdepends=()
33
optdepends=()
34
provides=()
35
conflicts=()
36
replaces=()
37
backup=()
38
options=()
39
install=
40
changelog=
41
noextract=()
42
43
prepare() {
44
cd "$pkgname-$pkgver"
45
}
46
47
build() {
48
cd "$pkgname-$pkgver"
49
./configure --prefix=/usr
50
make
51
make doxygen-doc
52
}
53
54
check() {
55
cd "$pkgname-$pkgver"
56
make -k check
57
}
58
59
package_squashfs-tools-ng() {
60
#depends=('zstd' 'attr' 'zlib' 'xz' 'lzo' 'bzip2' )
61
cd "$pkgname-$pkgver"
62
make DESTDIR="$pkgdir/" install
63
}
64
65
package_squashfs-tools-ng-doc() {
66
arch=('any')
67
optdepend=()
68
depends=()
69
cd "$pkgbase-$pkgver"
70
install -d "$pkgdir/usr/share/doc/$pkgbase"
71
cp -a doxygen-doc/* "$pkgdir/usr/share/doc/$pkgbase"
72
}
73
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 |