grok-build

MEDIUM
maintainer VVL 4 votes scanned 2026-09-17 09:25:44.114158
View on AUR
Why flagged

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

Triggered rules

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:13 source_x86_64=("grok-$pkgver-x86_64::https://x.ai/cli/grok-${pkgver}-linux-x86_64")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Vladislav Minakov <v@minakov.pro>
2
3pkgname=grok-build
4pkgver=1.0.30
5pkgrel=1
6pkgdesc="Grok CLI - command line interface for xAI's Grok"
7arch=('x86_64' 'aarch64')
8url="https://x.ai/cli"
9license=('LicenseRef-xAI-Grok-CLI')
10provides=('grok')
11conflicts=('grok')
12options=('!strip')
13source_x86_64=("grok-$pkgver-x86_64::https://x.ai/cli/grok-${pkgver}-linux-x86_64")
14source_aarch64=("grok-$pkgver-aarch64::https://x.ai/cli/grok-${pkgver}-linux-aarch64")
15sha512sums_x86_64=('752ece36a1b24639a1b5c2cd209c1fbf06c912486c54a15dcbce14c037a6b70a037540c4d15da238ed24e51fe2a1d97f2e7f0f91c5b8b729f5541291db66b00f')
16sha512sums_aarch64=('26b69c3dcec5c703fce8e9a4c17b45fabb8e9c90b538ec6fdc59e89cb1c52bcba0a6c3f76413d499cd146c9441a407e73f18eb459c6d7ef148005d8920e642c8')
17
18package() {
19 local _bin
20 case "$CARCH" in
21 aarch64) _bin="grok-$pkgver-aarch64" ;;
22 *) _bin="grok-$pkgver-x86_64" ;;
23 esac
24 install -Dm755 "$_bin" "${pkgdir}/usr/bin/grok"
25}
26

Changes since previous scan

--- PKGBUILD @ 2026-09-13 00:19
+++ PKGBUILD @ 2026-09-17 09:25
@@ -1,7 +1,7 @@
# Maintainer: Vladislav Minakov <v@minakov.pro>
pkgname=grok-build
-pkgver=1.0.25
+pkgver=1.0.30
pkgrel=1
pkgdesc="Grok CLI - command line interface for xAI's Grok"
arch=('x86_64' 'aarch64')
@@ -12,8 +12,8 @@
options=('!strip')
source_x86_64=("grok-$pkgver-x86_64::https://x.ai/cli/grok-${pkgver}-linux-x86_64")
source_aarch64=("grok-$pkgver-aarch64::https://x.ai/cli/grok-${pkgver}-linux-aarch64")
-sha512sums_x86_64=('2e0e0d5de0b07d1210815971bbf5098f34af0553896f924bfd81c113d7075ed35db787a2e1570074ee7aaf915661206232942d38386f3745dd0bb43d95cc7f49')
-sha512sums_aarch64=('ecf7588a54d6332bea3a00a30af6d87e5596efa1e952193113da55d858a8fda71f2a05e458b95cac656b973a68b29403f9cfc8fb982a5d68a24e0a2f54aa87f9')
+sha512sums_x86_64=('752ece36a1b24639a1b5c2cd209c1fbf06c912486c54a15dcbce14c037a6b70a037540c4d15da238ed24e51fe2a1d97f2e7f0f91c5b8b729f5541291db66b00f')
+sha512sums_aarch64=('26b69c3dcec5c703fce8e9a4c17b45fabb8e9c90b538ec6fdc59e89cb1c52bcba0a6c3f76413d499cd146c9441a407e73f18eb459c6d7ef148005d8920e642c8')
package() {
local _bin

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 09:25:44 Medium 1
2026-09-13 00:19:54 Clean 2
2026-09-12 07:11:01 Medium 1
2026-09-12 00:25:17 Low 2
2026-09-11 09:22:22 Medium 1
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 09:19:26 Medium 1
2026-08-30 00:04:14 Clean 2
2026-08-29 13:39:41 Medium 1
2026-08-29 00:29:17 Low 2
2026-08-28 00:07:31 Low 2
2026-08-27 00:08:17 Low 2
2026-08-26 00:12:07 Low 2
2026-08-25 15:26:42 Medium 1
2026-08-25 00:14:31 Low 2
2026-08-24 00:17:16 Low 2
2026-08-23 00:10:13 Low 2
2026-08-22 00:02:17 Low 2
2026-08-21 00:01:35 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