agentics-terminal
maintainer Connor
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a pre-encrypted, non-executable component from a non-standard, non-whitelisted host (repo.agentics.co.za); while not directly executing code, the unverifiable encrypted payload could contain malicious content that is decrypted and run at runtime by the agentics launcher, posing a supply-chain risk if the host is compromised.
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-terminal-0.1.6-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-terminal-0.1.6-x86_64.enc")
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a pre-encrypted, non-executable component from a non-standard, non-whitelisted host (repo.agentics.co.za); while not directly executing code, the unverifiable encrypted payload could contain malicious content that is decrypted and run at runtime by the agentics launcher, posing a supply-chain risk if the host is compromised.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Connor Etherington <connor@agentics.co.za>
2
# ---
3
pkgname=agentics-terminal
4
pkgver=0.1.6
5
pkgrel=1
6
pkgdesc="Agentics Terminal - the voice-reactive terminal, 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-terminal-0.1.6-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-terminal-0.1.6-x86_64.enc")
13
sha512sums=('c0e85eefbf2b2dd879a18b7d7617d9fe9ee98b66f36fcdfc1218855c1dc109e36c43c18d3b9ebb4841d17a963986dccd19c500b2f874aa41deeb2f949a8fc19d')
14
15
package() {
16
install -Dm644 "$srcdir/agentics-terminal-0.1.6-x86_64.enc" "$pkgdir/opt/agentics/components/terminal/0.1.6/terminal-0.1.6-linux-amd64.enc"
17
install -dm755 "$pkgdir/usr/share/doc/agentics-terminal"
18
printf '%s\n' \
19
'agentics-terminal ships the encrypted Agentics terminal 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-terminal/README"
24
}
25
Changes since previous scan
--- PKGBUILD @ 2026-07-29 00:25+++ PKGBUILD @ 2026-08-03 00:08@@ -1,7 +1,7 @@ # Maintainer: Connor Etherington <connor@agentics.co.za> # --- pkgname=agentics-terminal-pkgver=0.1.4+pkgver=0.1.6 pkgrel=1 pkgdesc="Agentics Terminal - the voice-reactive terminal, an encrypted Agentics component decrypted and run at runtime by the Agentics launcher" arch=('x86_64')@@ -9,11 +9,11 @@ license=('custom') depends=('agentics') options=('!strip' '!debug')-source=("agentics-terminal-0.1.4-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-terminal-0.1.4-x86_64.enc")-sha512sums=('4cabcb6b14a57cb86c991763086334924e5672d7d4e0355b8f64891c5eb9a5b8aab2b9984833e063e4f5fbca22e34198ffb1a9f5e6dfd6ef11629e86780a4aa6')+source=("agentics-terminal-0.1.6-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-terminal-0.1.6-x86_64.enc")+sha512sums=('c0e85eefbf2b2dd879a18b7d7617d9fe9ee98b66f36fcdfc1218855c1dc109e36c43c18d3b9ebb4841d17a963986dccd19c500b2f874aa41deeb2f949a8fc19d') package() {- install -Dm644 "$srcdir/agentics-terminal-0.1.4-x86_64.enc" "$pkgdir/opt/agentics/components/terminal/0.1.4/terminal-0.1.4-linux-amd64.enc"+ install -Dm644 "$srcdir/agentics-terminal-0.1.6-x86_64.enc" "$pkgdir/opt/agentics/components/terminal/0.1.6/terminal-0.1.6-linux-amd64.enc" install -dm755 "$pkgdir/usr/share/doc/agentics-terminal" printf '%s\n' \ 'agentics-terminal ships the encrypted Agentics terminal component.' \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 11:11:22 | 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 |