agentics-agentboard
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 the launcher, creating 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-agentboard-0.3.284-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-agentboard-0.3.284-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 the launcher, creating 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-agentboard
4
pkgver=0.3.284
5
pkgrel=1
6
pkgdesc="Agentics AgentBoard - the desktop PowerBoard host, 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-agentboard-0.3.284-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-agentboard-0.3.284-x86_64.enc")
13
sha512sums=('20fa73f0bd3ff25002c72966707bbef8d67c34e39d9fb117cbdc92c7ed357c5b7cd1201b0c6f11b8cc39784a5ba85b69f4e6d8c35d7326f92ab59361a81e07a3')
14
15
package() {
16
install -Dm644 "$srcdir/agentics-agentboard-0.3.284-x86_64.enc" "$pkgdir/opt/agentics/components/agentboard/0.3.284/agentboard-0.3.284-linux-amd64.enc"
17
install -dm755 "$pkgdir/usr/share/doc/agentics-agentboard"
18
printf '%s\n' \
19
'agentics-agentboard ships the encrypted Agentics agentboard 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-agentboard/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-agentboard-pkgver=0.3.281+pkgver=0.3.284 pkgrel=1 pkgdesc="Agentics AgentBoard - the desktop PowerBoard host, 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-agentboard-0.3.281-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-agentboard-0.3.281-x86_64.enc")-sha512sums=('5a073a1d4e2113daefa2ead455a23d9856a897028b4203509b83b0b9d440df907b757c2d2e2ed6fba8d0e9c6024dc146d912f4019f5e40726c8b0af51f9b5693')+source=("agentics-agentboard-0.3.284-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-agentboard-0.3.284-x86_64.enc")+sha512sums=('20fa73f0bd3ff25002c72966707bbef8d67c34e39d9fb117cbdc92c7ed357c5b7cd1201b0c6f11b8cc39784a5ba85b69f4e6d8c35d7326f92ab59361a81e07a3') package() {- install -Dm644 "$srcdir/agentics-agentboard-0.3.281-x86_64.enc" "$pkgdir/opt/agentics/components/agentboard/0.3.281/agentboard-0.3.281-linux-amd64.enc"+ install -Dm644 "$srcdir/agentics-agentboard-0.3.284-x86_64.enc" "$pkgdir/opt/agentics/components/agentboard/0.3.284/agentboard-0.3.284-linux-amd64.enc" install -dm755 "$pkgdir/usr/share/doc/agentics-agentboard" printf '%s\n' \ 'agentics-agentboard ships the encrypted Agentics agentboard 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 |