fwlogwatch

maintainer morenoprobst · 5 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a tarball from the project's official domain, used to build the software from source, which is standard practice; the non-whitelisted host is the project's own site, so the risk is low despite the static analyzer flag.

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 official domain, used to build the software from source, which is standard practice; the non-whitelisted host is the project's own site, so the risk is low despite the static analyzer flag.

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:27 source=("http://fwlogwatch.inside-security.de/sw/$pkgname-$pkgver.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Phillip Smith <pkgbuild@phs.id.au>
2# http://github.com/fukawi2/aur-packages
3# Contributor: Sven Schulz <omee@archlinux.de>
4# Contributor: dorphell <dorphell@archlinux.org>
5# Contributor: Moritz Alexander Esser <Moritz.Esser@rwth-aachen.de>
6
7### I AM ONLY THE PACKAGER, NOT THE DEVELOPER
8### Please ask support questions about this software in one of:
9### 1) The AUR comments; OR
10### 2) Upstream forums/maillist etc; OR
11### 3) The ArchLinux forums
12### I do not always know enough about the software itself, or don't have the
13### time to promptly respond to direct emails.
14### If you have found a problem with the package/PKGBUILD (as opposed to
15### the software) then please do email me or post an AUR comment.
16
17pkgname=fwlogwatch
18pkgver=1.5
19pkgrel=3
20pkgdesc="A packet filter/firewall/IDS log analyzer"
21arch=('i686' 'x86_64')
22depends=('zlib>=1.0.9')
23backup=('etc/conf.d/fwlogwatch'
24 'etc/fwlogwatch.config')
25url="http://fwlogwatch.inside-security.de/"
26license=('GPL')
27source=("http://fwlogwatch.inside-security.de/sw/$pkgname-$pkgver.tar.gz"
28 'fwlogwatch'
29 'fwlogwatch.conf')
30md5sums=('0c55031e7d66518493607d2c30a3a5a5'
31 'e10d41244780c74280d27794ca6a6525'
32 '35dc2f301904b2b03ef688e2e2edae53')
33
34prepare() {
35 cd "$srcdir"/$pkgname-$pkgver
36 sed -e 's/sbin/bin/g' -i Makefile
37}
38
39build() {
40 cd "$srcdir"/$pkgname-$pkgver
41 make
42}
43
44package() {
45 cd "$srcdir"/$pkgname-$pkgver
46
47 mkdir -p "$pkgdir"/{etc,usr/{bin,share/man/man8}}
48 mkdir -p "$pkgdir"/usr/share/locale/{de,ja,pt,sv,zh_CN,zh_TW}/LC_MESSAGES
49
50 make INSTALL_DIR="$pkgdir"/usr install
51 make CONF_DIR="$pkgdir"/etc install-config
52 make LOCALE_DIR="$pkgdir"/usr install-i18n
53
54 install -D -m644 "$srcdir"/fwlogwatch.conf "$pkgdir"/etc/conf.d/fwlogwatch
55}
56

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