kibana-bin

maintainer VVL · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a prebuilt Kibana binary from Elastic's official artifact host, which is the legitimate and expected source for this package; despite the static analyzer flag for a non-whitelisted host, the download is from the vendor's official domain and thus poses no additional supply-chain 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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a prebuilt Kibana binary from Elastic's official artifact host, which is the legitimate and expected source for this package; despite the static analyzer flag for a non-whitelisted host, the download is from the vendor's official domain and thus poses no additional supply-chain 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:14 source=("$pkgname-$pkgver.tar.gz::https://artifacts.elastic.co/downloads/kibana/kibana-${pkgver}-linux-x86_64.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Vladislav Minakov <v@minakov.pro>
2
3pkgname=kibana-bin
4pkgver=9.4.3
5pkgrel=1
6pkgdesc="Browser based analytics and search dashboard for Elasticsearch"
7arch=("x86_64")
8url="https://github.com/elastic/kibana"
9license=("Apache")
10depends=("nodejs")
11optdepends=("elasticsearch")
12backup=("etc/kibana/kibana.yml")
13options=("!strip" "emptydirs")
14source=("$pkgname-$pkgver.tar.gz::https://artifacts.elastic.co/downloads/kibana/kibana-${pkgver}-linux-x86_64.tar.gz"
15 "kibana.service"
16 "kibana.tmpfiles"
17 "kibana.sysusers")
18sha512sums=('c1813bbe1cc83fc094c08b569b362a31ac8aa22872b1149a7d025b04474aff9c1864f64c75a6c4217395c9e5d56b3c5bf209ad77cd10216a8530311fe804a3f5'
19 'c8858f16fb04bd0f549e9e0b36b1792d7873650a6a78a6cad685f2f758f5bf07d7189abddb8a5f013453e74390b79d4217d3b56f1ac9e917ecc5002f61fdffef'
20 'b27b0fe6af95d95b3c2113c969c03c72f0b2100e88e643b6303329c5039d5e480242a08e7dbfa9fa95023337b713729cf563889a98bdc0e979f377eb42cacbe8'
21 'f3dca652c1ce3f292391a8c8b3d021e1e769d936e7598978d23e20f710bb0b79aae8acfd1b32aebcb87b2cb15d765c83db5584a9df904590350e0fc0570a3193')
22
23prepare() {
24 cd kibana-${pkgver}
25 sed "s@^var isVersionValid = .*@var isVersionValid = true;@" -i node_modules/@kbn/setup-node-env/node_version_validator.js
26 sed -r 's|#(logging.quiet:) false|\1 true|' -i config/kibana.yml
27}
28
29package() {
30 cd kibana-${pkgver}
31 find node_modules -type d -empty -delete
32 rm -rf node
33 install -Dm 640 config/kibana.yml "${pkgdir}/etc/kibana/kibana.yml"
34 install -dm 755 "${pkgdir}/usr/share/webapps/kibana"
35 cp -a * "${pkgdir}/usr/share/webapps/kibana"
36 chmod -R 755 "${pkgdir}/usr/share/webapps/kibana" "${pkgdir}/etc/kibana/"
37 install -Dm 644 "${srcdir}/kibana.service" "${pkgdir}/usr/lib/systemd/system/kibana.service"
38 install -Dm 644 "${srcdir}/kibana.sysusers" "${pkgdir}/usr/lib/sysusers.d/kibana.conf"
39 install -Dm 644 "${srcdir}/kibana.tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/kibana.conf"
40 install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
41}
42

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