splunkforwarder
maintainer lb.laboon
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt Splunk Universal Forwarder binaries from Splunk's official download domain, which is a legitimate source despite not being on the analyzer's whitelist; the worst case of a swapped source would be code execution, but the host is plausibly official and the checksums are provided, reducing risk.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads prebuilt Splunk Universal Forwarder binaries from Splunk's official download domain, which is a legitimate source despite not being on the analyzer's whitelist; the worst case of a swapped source would be code execution, but the host is plausibly official and the checksums are provided, reducing risk.
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:21
source_x86_64=("https://download.splunk.com/products/universalforwarder/releases/${_basever}/linux/$pkgname-${_splunkver}-linux-amd64.tgz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: L. Bradley LaBoon <brad@laboon.io>
2
pkgname=splunkforwarder
3
_basever=10.4.2
4
_baseverl=${_basever//[^.]}
5
_splunkver=${_basever}-33c3bf42cd73
6
# Splunk is inconsistent with the length of their version numbers
7
if [ ${#_baseverl} -gt 2 ]; then
8
pkgver=${_basever}
9
else
10
pkgver=${_basever}.0
11
fi
12
pkgrel=2
13
epoch=3
14
pkgdesc="Splunk Universal Forwarder"
15
url="https://www.splunk.com/"
16
arch=('x86_64' 'aarch64')
17
license=('custom')
18
conflicts=('splunk')
19
install="$pkgname.install"
20
source=("$pkgname.service" "$pkgname.sysusers" "$pkgname.tmpfiles")
21
source_x86_64=("https://download.splunk.com/products/universalforwarder/releases/${_basever}/linux/$pkgname-${_splunkver}-linux-amd64.tgz")
22
source_aarch64=("https://download.splunk.com/products/universalforwarder/releases/${_basever}/linux/$pkgname-${_splunkver}-linux-arm64.tgz")
23
sha256sums=('a2e28b83efc9a390c490ae26f991eee99d7e122c6278b581b457c8b81757a9bc'
24
'27d1d172add8c64a275ec3356f0fa0b9d56036a7e64b7b882e066a67f6173b5b'
25
'bca1b7720a827973f1c959cb78d788324f47dd6fcfc03bf4452c457f2d044db5')
26
sha256sums_x86_64=('ccd279e6d473505bb07622b95ec95d49edda53e792eacfcb9efcc6a934611629')
27
sha256sums_aarch64=('6b9a46e803f5690e2ff12ec3d8a0a9dad722299db85dc23394d615975169f3b9')
28
options=(!strip libtool staticlibs !zipman)
29
30
package() {
31
cd "$srcdir"
32
install -vDm 644 ${pkgname}.sysusers "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
33
install -vDm 644 ${pkgname}.tmpfiles "${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
34
install -Dm644 "$pkgname/license-eula.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
35
install -Dm644 "$pkgname.service" "$pkgdir/usr/lib/systemd/system/$pkgname.service"
36
mkdir "$pkgdir/opt"
37
cp -r "$pkgname" "$pkgdir/opt/"
38
}
39
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-03 00:08@@ -1,8 +1,8 @@ # Maintainer: L. Bradley LaBoon <brad@laboon.io> pkgname=splunkforwarder-_basever=10.2.3+_basever=10.4.2 _baseverl=${_basever//[^.]}-_splunkver=${_basever}-4d61cf8a5c0c+_splunkver=${_basever}-33c3bf42cd73 # Splunk is inconsistent with the length of their version numbers if [ ${#_baseverl} -gt 2 ]; then pkgver=${_basever}@@ -23,8 +23,8 @@ sha256sums=('a2e28b83efc9a390c490ae26f991eee99d7e122c6278b581b457c8b81757a9bc' '27d1d172add8c64a275ec3356f0fa0b9d56036a7e64b7b882e066a67f6173b5b' 'bca1b7720a827973f1c959cb78d788324f47dd6fcfc03bf4452c457f2d044db5')-sha256sums_x86_64=('ea914d0f6d064fb78d94ff618f07a12182b126b2e1076132a33e03459194db46')-sha256sums_aarch64=('4218dd8b2562af283e5ff2c17faac4b3e582d5f465d477635072c0e5841faffb')+sha256sums_x86_64=('ccd279e6d473505bb07622b95ec95d49edda53e792eacfcb9efcc6a934611629')+sha256sums_aarch64=('6b9a46e803f5690e2ff12ec3d8a0a9dad722299db85dc23394d615975169f3b9') options=(!strip libtool staticlibs !zipman) package() {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 21:12:47 | MEDIUM | 1 |
| 2026-06-19 19:07:35 | CLEAN | 2 |
| 2026-06-18 16:11:54 | MEDIUM | 1 |