splunk

LOW
maintainer lb.laboon 6 votes scanned 2026-09-17 00:27:14.276658
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

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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