agent-glow-bin
maintainer Geequlim
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
Package downloads a prebuilt binary from the project's official GitHub release page, which is a normal distribution method; the low severity is due to the recent upload and few votes, not malicious behavior.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): Package downloads a prebuilt binary from the project's official GitHub release page, which is a normal distribution method; the low severity is due to the recent upload and few votes, not malicious behavior.
PKGBUILD
1
# Maintainer: Geequlim <geequlim at gmail dot com>
2
3
pkgname=agent-glow-bin
4
pkgver=1.0.1
5
pkgrel=1
6
pkgdesc='面向 Linux 的硬件无关 Agent 状态灯光引擎'
7
arch=('x86_64')
8
url='https://github.com/Geequlim/agent-glow'
9
license=('PolyForm-Noncommercial-1.0.0')
10
depends=(
11
'cairo'
12
'gobject-introspection-runtime'
13
'gtk4'
14
'libadwaita'
15
)
16
optdepends=(
17
'asusctl: ASUS Aura 与 Slash 硬件后端'
18
)
19
provides=('agent-glow')
20
conflicts=('agent-glow')
21
install='agent-glow-bin.install'
22
source=("https://github.com/Geequlim/agent-glow/releases/download/v${pkgver}/agent-glow-${pkgver}-linux-${CARCH}.tar.zst")
23
sha256sums=('69a2dc19fba146f40f94b64f9520a96fcb643b451e36c0d50c33cc7c8fa8859c')
24
25
package() {
26
cp -a --no-preserve=ownership "${srcdir}/usr" "${pkgdir}/"
27
mv "${pkgdir}/usr/share/licenses/agent-glow" "${pkgdir}/usr/share/licenses/${pkgname}"
28
}
29
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 19:33:02 | LOW | 2 |