agentics-cli
maintainer Connor
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
Downloads a prebuilt encrypted binary (.enc) from a personal/project-owned but non-standard host (repo.agentics.co.za) that is described as being decrypted and executed at runtime by the launcher; the encrypted payload is unverifiable by reviewers, and the dependency on 'agentics' (the launcher/decryptor) means the actual executed code is opaque, making this a supply-chain risk even though the file itself is installed as data.
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:12
source=("agentics-cli-0.2.32-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-cli-0.2.32-x86_64.enc")
MEDIUM
AI review
llm_review
An AI model (anthropic/claude-sonnet-4.6) reviewed this and agrees it is MEDIUM (confidence 70%): Downloads a prebuilt encrypted binary (.enc) from a personal/project-owned but non-standard host (repo.agentics.co.za) that is described as being decrypted and executed at runtime by the launcher; the encrypted payload is unverifiable by reviewers, and the dependency on 'agentics' (the launcher/decryptor) means the actual executed code is opaque, making this a supply-chain risk even though the file itself is installed as data.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Connor Etherington <connor@agentics.co.za>
2
# ---
3
pkgname=agentics-cli
4
pkgver=0.2.32
5
pkgrel=1
6
pkgdesc="Agentics CLI - the terminal Orb, an encrypted Agentics component decrypted and run at runtime by the Agentics launcher"
7
arch=('x86_64')
8
url="https://agentics.co.za"
9
license=('custom')
10
depends=('agentics')
11
options=('!strip' '!debug')
12
source=("agentics-cli-0.2.32-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-cli-0.2.32-x86_64.enc")
13
sha512sums=('72754b3a8180dc48d48ae35e91d0b596d233514772cf895d73aa324c93bbbd7288e67ca8a8650bbc3e3bb8486b1968fd2fa7ff3c5f903f2b4e42f4bbbadfa3d8')
14
15
package() {
16
install -Dm644 "$srcdir/agentics-cli-0.2.32-x86_64.enc" "$pkgdir/opt/agentics/components/cli/0.2.32/cli-0.2.32-linux-amd64.enc"
17
install -dm755 "$pkgdir/usr/share/doc/agentics-cli"
18
printf '%s\n' \
19
'agentics-cli ships the encrypted Agentics cli component.' \
20
'It is decrypted and executed at runtime by the Agentics launcher (agentics)' \
21
'and its managerd relay, which perform the sealed-box key exchange with the' \
22
'Agentics hub. Install the agentics package and launch it to use this component.' \
23
> "$pkgdir/usr/share/doc/agentics-cli/README"
24
}
25
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 3 |
| 2026-07-28 00:07:28 | MEDIUM | 3 |
| 2026-07-27 00:24:32 | MEDIUM | 3 |
| 2026-07-26 00:07:32 | MEDIUM | 3 |
| 2026-07-25 00:13:44 | MEDIUM | 3 |
| 2026-07-24 00:02:28 | MEDIUM | 3 |
| 2026-07-23 00:14:47 | MEDIUM | 3 |
| 2026-07-22 00:29:32 | MEDIUM | 3 |
| 2026-07-21 00:24:15 | MEDIUM | 3 |
| 2026-07-20 00:19:49 | MEDIUM | 3 |
| 2026-07-19 00:17:08 | MEDIUM | 3 |
| 2026-07-18 00:14:48 | MEDIUM | 3 |
| 2026-07-17 00:06:16 | MEDIUM | 3 |
| 2026-07-16 00:05:41 | MEDIUM | 3 |
| 2026-07-15 05:49:33 | MEDIUM | 3 |