squashfs-tools-ng

maintainer Goliath · 4 votes · 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
3pkgname=('squashfs-tools-ng' 'squashfs-tools-ng-doc')
4pkgver=1.3.2
5pkgrel=1
6epoch=
7pkgdesc='A new set of tools and libraries for working with SquashFS images'
8url='https://infraroot.at/projects/squashfs-tools-ng/index.html'
9arch=('x86_64')
10license=('GPL3' 'LGPL3')
11depends=('lzo' 'lz4' 'xz' 'zstd' 'zlib' 'attr' 'bzip2')
12source=(https://infraroot.at/pub/squashfs/${pkgname}-${pkgver}.tar.xz{,.asc}
13 )
14sha512sums=('6f14d90875ef3f3d36d3cd38932ade6b0da7284922c914bd655e3f0a4abb17ba75d4bc052a1d4244c1b4ff96b3798d83d5a7b3263b8e1b96c112f4cdf967400f'
15 'SKIP'
16 )
17validpgpkeys=('13063F723C9E584AEACD5B9BBCE5DC3C741A02D1')
18groups=()
19makedepends=(
20 'fakeroot'
21 'binutils'
22 'autoconf'
23 'automake'
24 'autogen'
25 'libtool'
26 'pkgconf'
27 'm4'
28 'make'
29 'gcc'
30 'doxygen')
31#
32checkdepends=()
33optdepends=()
34provides=()
35conflicts=()
36replaces=()
37backup=()
38options=()
39install=
40changelog=
41noextract=()
42
43prepare() {
44 cd "$pkgname-$pkgver"
45}
46
47build() {
48 cd "$pkgname-$pkgver"
49 ./configure --prefix=/usr
50 make
51 make doxygen-doc
52}
53
54check() {
55 cd "$pkgname-$pkgver"
56 make -k check
57}
58
59package_squashfs-tools-ng() {
60 #depends=('zstd' 'attr' 'zlib' 'xz' 'lzo' 'bzip2' )
61 cd "$pkgname-$pkgver"
62 make DESTDIR="$pkgdir/" install
63}
64
65package_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)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