splunk

maintainer lb.laboon · 6 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a prebuilt Splunk binary from the official splunk.com domain, which is the vendor's legitimate release infrastructure; despite the static analyzer flagging the host as 'non-standard', this is a normal and expected source for Splunk software, and the download has a verifiable checksum.

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 a prebuilt Splunk binary from the official splunk.com domain, which is the vendor's legitimate release infrastructure; despite the static analyzer flagging the host as 'non-standard', this is a normal and expected source for Splunk software, and the download has a verifiable checksum.

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:20 source_x86_64=("https://download.splunk.com/products/splunk/releases/${_basever}/linux/$pkgname-${_splunkver}-linux-amd64.tgz")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: L. Bradley LaBoon <brad@laboon.io>
2pkgname=splunk
3_basever=10.4.2
4_baseverl=${_basever//[^.]}
5_splunkver=${_basever}-33c3bf42cd73
6# Splunk is inconsistent with the length of their version numbers
7if [ ${#_baseverl} -gt 2 ]; then
8 pkgver=${_basever}
9else
10 pkgver=${_basever}.0
11fi
12pkgrel=2
13epoch=3
14pkgdesc="Statistical analysis and search tool for logs and machine data"
15url="https://www.splunk.com/"
16arch=('x86_64')
17license=('custom')
18install="$pkgname.install"
19source=("$pkgname.service" "$pkgname.sysusers" "$pkgname.tmpfiles")
20source_x86_64=("https://download.splunk.com/products/splunk/releases/${_basever}/linux/$pkgname-${_splunkver}-linux-amd64.tgz")
21sha256sums=('b6e93690f033416fd765fd7cb97147a1872c3f5ecc3dad13714d83f765c6291e'
22 '236deb352218f9551df894efd613aad201afb20713ac563ab381f68b6ffce853'
23 '56b70a2395270fc038987241504df11c390f3234d5be640bbc6a311b978e8475')
24sha256sums_x86_64=('e80b666124ae0639968af669a3bd887bf01a45c5311543efa920d43178146ed3')
25options=(!strip libtool staticlibs !zipman)
26
27package() {
28 cd "$srcdir"
29 install -vDm 644 ${pkgname}.sysusers "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
30 install -vDm 644 ${pkgname}.tmpfiles "${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
31 install -Dm644 "$pkgname/license-eula.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
32 install -Dm644 "$pkgname.service" "$pkgdir/usr/lib/systemd/system/$pkgname.service"
33 mkdir "$pkgdir/opt"
34 cp -r "$pkgname" "$pkgdir/opt/"
35}
36

Changes since previous scan

--- PKGBUILD @ 2026-06-20 00:18
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,8 +1,8 @@
# Maintainer: L. Bradley LaBoon <brad@laboon.io>
pkgname=splunk
-_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}
@@ -21,7 +21,7 @@
sha256sums=('b6e93690f033416fd765fd7cb97147a1872c3f5ecc3dad13714d83f765c6291e'
'236deb352218f9551df894efd613aad201afb20713ac563ab381f68b6ffce853'
'56b70a2395270fc038987241504df11c390f3234d5be640bbc6a311b978e8475')
-sha256sums_x86_64=('f86607c7fef783fd5abd6e791c9c33583f25a5e617d9dee484d63c75e7c41a6d')
+sha256sums_x86_64=('e80b666124ae0639968af669a3bd887bf01a45c5311543efa920d43178146ed3')
options=(!strip libtool staticlibs !zipman)
package() {

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 21:12:47 MEDIUM 1
2026-06-20 00:18:46 CLEAN 2
2026-06-19 23:51:18 CLEAN 2
2026-06-19 19:07:35 LOW 2
2026-06-18 16:11:54 MEDIUM 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion