agentics-astt-v2
maintainer Connor
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt encrypted binary (.enc) from a personal/project-owned but non-standard host (repo.agentics.co.za) and installs it to /opt/agentics; the file is described as decrypted and executed at runtime by a separate launcher, meaning the actual code executed is opaque and unverifiable — a swapped or malicious .enc file would result in arbitrary code execution with no way to audit the payload.
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-astt-v2-0.1.1-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-astt-v2-0.1.1-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%): The package downloads a prebuilt encrypted binary (.enc) from a personal/project-owned but non-standard host (repo.agentics.co.za) and installs it to /opt/agentics; the file is described as decrypted and executed at runtime by a separate launcher, meaning the actual code executed is opaque and unverifiable — a swapped or malicious .enc file would result in arbitrary code execution with no way to audit the payload.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Connor Etherington <connor@agentics.co.za>
2
# ---
3
pkgname=agentics-astt-v2
4
pkgver=0.1.1
5
pkgrel=1
6
pkgdesc="Agentics ASTT v2 - the on-device speech engine, 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=('gentics')
11
options=('!strip' '!debug')
12
source=("agentics-astt-v2-0.1.1-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-astt-v2-0.1.1-x86_64.enc")
13
sha512sums=('6162b88cc5f63dbb7404f607a6d6ddfc0d74db622794cfaa2a8e8959b072adc64a2088eadbd41b067e0e6d581e216cb2e0b6be5041bf03bac4cc353ae3cb5b8b')
14
15
package() {
16
install -Dm644 "$srcdir/agentics-astt-v2-0.1.1-x86_64.enc" "$pkgdir/opt/agentics/components/speech/0.1.1/speech-0.1.1-linux-amd64.enc"
17
install -dm755 "$pkgdir/usr/share/doc/agentics-astt-v2"
18
printf '%s\n' \
19
'agentics-astt-v2 ships the encrypted Agentics speech component.' \
20
'It is decrypted and executed at runtime by the Agentics launcher (gentics)' \
21
'and its managerd relay, which perform the sealed-box key exchange with the' \
22
'Agentics hub. Install and launch the Agentics launcher to use this component.' \
23
> "$pkgdir/usr/share/doc/agentics-astt-v2/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 |