agent-bin
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary and assets from a non-whitelisted host, but it is the official client from the vendor's own distribution infrastructure; the worst case of a swapped source would be code execution, but the source is consistent with the project's official release channels.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt binary and assets from a non-whitelisted host, but it is the official client from the vendor's own distribution infrastructure; the worst case of a swapped source would be code execution, but the source is consistent with the project's official release channels.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:20
'https://hb.bizmrg.com/agent-www/linux/x64/packages/10.0.1550/agent-10.0.1550_64bit.tar.xz'
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: MailRu-im
2
3
pkgname=agent-bin
4
pkgver=10.0.1550
5
pkgrel=1
6
pkgdesc='Official agent desktop client for Arch Linux'
7
arch=('x86_64')
8
url=https://agent.mail.ru/
9
license=("Apache")
10
depends=(
11
libxcursor
12
libxinerama
13
libxrandr
14
)
15
conflicts=('icqdesktop-bin' 'icqdesktop-git' 'icqdesktop')
16
provides=('agent')
17
18
19
source=(
20
'https://hb.bizmrg.com/agent-www/linux/x64/packages/10.0.1550/agent-10.0.1550_64bit.tar.xz'
21
'agent.png::https://hb.bizmrg.com/agent-www/linux/x64/packages/10.0.1550/agent.png'
22
'agent.desktop'
23
)
24
25
sha256sums=(
26
'38c6f883d71f624567ddbacbda187c1c4a3f0ba026c2d98eecd66419ac1e3504'
27
'ac2ba04d386a58c551916e35011b586d5eb1e94c0c8e0d297879f1f207a82975'
28
'3b8f95e95af2e413948ca816a262ab47bb27b1ab9cf98dcf131e7e7ee6dcc336'
29
)
30
31
32
package () {
33
install -Dm755 agent "$pkgdir/usr/bin/agent"
34
install -Dm644 agent.png "$pkgdir/usr/share/pixmaps/agent.png"
35
install -Dm644 agent.desktop "$pkgdir/usr/share/applications/agent.desktop"
36
}
37
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |