kibana-bin

LOW
maintainer VVL 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The source is a prebuilt Kibana binary from Elastic's official artifact host (artifacts.elastic.co), which is the project's legitimate distribution infrastructure; despite not being on a whitelist, this is a standard and trusted source for the software, and the package does not execute unverified remote code or exhibit malicious behavior.

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 source is a prebuilt Kibana binary from Elastic's official artifact host (artifacts.elastic.co), which is the project's legitimate distribution infrastructure; despite not being on a whitelist, this is a standard and trusted source for the software, and the package does not execute unverified remote code or exhibit malicious behavior.

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.5.1
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=('7b01bf9abbab8b3f847763b951fe31bc237314324e90e8c58ce82cd99c44394f2f2554be10b9d672af9710fafaafdafc9e42ef9146cf28604e7e41df3ba4288d'
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-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