agentics
maintainer Connor
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt AppImage binary from a non-standard, non-whitelisted host (repo.agentics.co.za), which is an unverifiable executable that could be silently swapped, posing a 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-0.1.71-x86_64::https://repo.agentics.co.za/x86_64/agentics-0.1.71-x86_64")
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 AppImage binary from a non-standard, non-whitelisted host (repo.agentics.co.za), which is an unverifiable executable that could be silently swapped, posing a supply-chain risk.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Connor Etherington <connor@agentics.co.za>
2
# ---
3
pkgname=agentics
4
pkgver=0.1.71
5
pkgrel=1
6
pkgdesc="Agentics - the voice-driven AI platform launcher, the desktop front door for the entire Agentics ecosystem"
7
arch=('x86_64')
8
url="https://agentics.co.za"
9
license=('custom')
10
depends=()
11
options=('!strip' '!debug')
12
source=("agentics-0.1.71-x86_64::https://repo.agentics.co.za/x86_64/agentics-0.1.71-x86_64")
13
sha512sums=('c83edb2ea6d94e1917f73dfc5139808409b68f41f55a467da542e5fa2716200661b8a0249a708988596cbf01c6206cffa6627be562fb431c8b8809dd69079136')
14
15
package() {
16
install -Dm755 "$srcdir/agentics-0.1.71-x86_64" "$pkgdir/opt/agentics/Agentics.AppImage"
17
install -dm755 "$pkgdir/usr/bin"
18
printf '%s\n' '#!/bin/sh' 'exec /opt/agentics/Agentics.AppImage "$@"' > "$pkgdir/usr/bin/agentics"
19
chmod 755 "$pkgdir/usr/bin/agentics"
20
install -dm755 "$pkgdir/usr/share/applications"
21
printf '%s\n' \
22
'[Desktop Entry]' 'Type=Application' 'Name=Agentics' \
23
'Comment=Voice-driven AI platform' 'Exec=/usr/bin/agentics %U' \
24
'Icon=agentics' 'Categories=Utility;Network;AudioVideo;' 'Terminal=false' \
25
> "$pkgdir/usr/share/applications/agentics.desktop"
26
}
27
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-pkgver=0.1.67+pkgver=0.1.71 pkgrel=1 pkgdesc="Agentics - the voice-driven AI platform launcher, the desktop front door for the entire Agentics ecosystem" arch=('x86_64')@@ -9,11 +9,11 @@ license=('custom') depends=() options=('!strip' '!debug')-source=("agentics-0.1.67-x86_64.AppImage::https://repo.agentics.co.za/x86_64/agentics-0.1.67-x86_64.AppImage")-sha512sums=('569f836f2f71b8206bc71714941d575c23de24ea94bf2457c0d60ef553c0d41b66baf2611803b0f4b3d2ddba7a65e7a4efd2ef584714e67df2a08328637e7a1f')+source=("agentics-0.1.71-x86_64::https://repo.agentics.co.za/x86_64/agentics-0.1.71-x86_64")+sha512sums=('c83edb2ea6d94e1917f73dfc5139808409b68f41f55a467da542e5fa2716200661b8a0249a708988596cbf01c6206cffa6627be562fb431c8b8809dd69079136') package() {- install -Dm755 "$srcdir/agentics-0.1.67-x86_64.AppImage" "$pkgdir/opt/agentics/Agentics.AppImage"+ install -Dm755 "$srcdir/agentics-0.1.71-x86_64" "$pkgdir/opt/agentics/Agentics.AppImage" install -dm755 "$pkgdir/usr/bin" printf '%s\n' '#!/bin/sh' 'exec /opt/agentics/Agentics.AppImage "$@"' > "$pkgdir/usr/bin/agentics" chmod 755 "$pkgdir/usr/bin/agentics"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 | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 3 |