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>
2
pkgname=splunk
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="Statistical analysis and search tool for logs and machine data"
15
url="https://www.splunk.com/"
16
arch=('x86_64')
17
license=('custom')
18
install="$pkgname.install"
19
source=("$pkgname.service" "$pkgname.sysusers" "$pkgname.tmpfiles")
20
source_x86_64=("https://download.splunk.com/products/splunk/releases/${_basever}/linux/$pkgname-${_splunkver}-linux-amd64.tgz")
21
sha256sums=('b6e93690f033416fd765fd7cb97147a1872c3f5ecc3dad13714d83f765c6291e'
22
'236deb352218f9551df894efd613aad201afb20713ac563ab381f68b6ffce853'
23
'56b70a2395270fc038987241504df11c390f3234d5be640bbc6a311b978e8475')
24
sha256sums_x86_64=('e80b666124ae0639968af669a3bd887bf01a45c5311543efa920d43178146ed3')
25
options=(!strip libtool staticlibs !zipman)
26
27
package() {
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) | 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-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 |