agentics-astt
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 from a non-standard, non-whitelisted host (repo.agentics.co.za), which is then decrypted and executed at runtime by another component, creating an unverifiable supply-chain risk.
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-0.1.2-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-astt-0.1.2-x86_64.enc")
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt encrypted binary from a non-standard, non-whitelisted host (repo.agentics.co.za), which is then decrypted and executed at runtime by another component, creating an unverifiable supply-chain risk.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Connor Etherington <connor@agentics.co.za>
2
# ---
3
pkgname=agentics-astt
4
pkgver=0.1.2
5
pkgrel=1
6
pkgdesc="Agentics ASTT - 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=('agentics')
11
options=('!strip' '!debug')
12
source=("agentics-astt-0.1.2-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-astt-0.1.2-x86_64.enc")
13
sha512sums=('4aab6aaa444d1ec252e996d97467d2f32b4db819bb7264b6e9b311d4abc62d320a05157e6e0f94a6aae8f530874d9b2786ee6d2e51bc58ce2d34ee4db86258bf')
14
15
package() {
16
install -Dm644 "$srcdir/agentics-astt-0.1.2-x86_64.enc" "$pkgdir/opt/agentics/components/speech/0.1.2/speech-0.1.2-linux-amd64.enc"
17
install -dm755 "$pkgdir/usr/share/doc/agentics-astt"
18
printf '%s\n' \
19
'agentics-astt ships the encrypted Agentics speech 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-astt/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-astt-pkgver=0.1.1+pkgver=0.1.2 pkgrel=1 pkgdesc="Agentics ASTT - the on-device speech engine, 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-astt-0.1.1-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-astt-0.1.1-x86_64.enc")-sha512sums=('6162b88cc5f63dbb7404f607a6d6ddfc0d74db622794cfaa2a8e8959b072adc64a2088eadbd41b067e0e6d581e216cb2e0b6be5041bf03bac4cc353ae3cb5b8b')+source=("agentics-astt-0.1.2-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-astt-0.1.2-x86_64.enc")+sha512sums=('4aab6aaa444d1ec252e996d97467d2f32b4db819bb7264b6e9b311d4abc62d320a05157e6e0f94a6aae8f530874d9b2786ee6d2e51bc58ce2d34ee4db86258bf') package() {- install -Dm644 "$srcdir/agentics-astt-0.1.1-x86_64.enc" "$pkgdir/opt/agentics/components/speech/0.1.1/speech-0.1.1-linux-amd64.enc"+ install -Dm644 "$srcdir/agentics-astt-0.1.2-x86_64.enc" "$pkgdir/opt/agentics/components/speech/0.1.2/speech-0.1.2-linux-amd64.enc" install -dm755 "$pkgdir/usr/share/doc/agentics-astt" printf '%s\n' \ 'agentics-astt ships the encrypted Agentics speech 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 | LOW | 3 |
| 2026-07-28 00:07:28 | LOW | 3 |
| 2026-07-27 00:24:32 | LOW | 3 |
| 2026-07-26 00:07:32 | LOW | 3 |
| 2026-07-25 00:13:44 | LOW | 3 |
| 2026-07-24 00:02:28 | LOW | 3 |
| 2026-07-23 00:14:47 | LOW | 3 |
| 2026-07-22 00:29:32 | LOW | 3 |
| 2026-07-21 00:24:15 | LOW | 3 |
| 2026-07-20 00:19:49 | LOW | 3 |
| 2026-07-19 00:17:08 | LOW | 3 |
| 2026-07-18 00:14:48 | LOW | 3 |
| 2026-07-17 00:06:16 | LOW | 3 |
| 2026-07-16 00:05:41 | LOW | 3 |