hermes-agent-bin
The package is a prebuilt binary wrapper that re-packages a CI-built Arch package from a GitHub release; while the source is not built locally and comes from a personal account, it wraps a legitimate project's software and the checksum is verified, limiting risk to supply-chain trust in the maintainer.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package is a prebuilt binary wrapper that re-packages a CI-built Arch package from a GitHub release; while the source is not built locally and comes from a personal account, it wraps a legitimate project's software and the checksum is verified, limiting risk to supply-chain trust in the maintainer.
PKGBUILD
# Maintainer: jabla <jabla3000@duck.com>
#
# Prebuilt by GitHub Actions in https://github.com/jabla/hermes-agent-bin
# (archlinux container, non-root makepkg). The artifact is the finished Arch
# package; this PKGBUILD only re-wraps it, nothing is compiled here.
pkgname=hermes-agent-bin
pkgver=0.21.0
pkgrel=1
pkgdesc="Locally-run AI agent with tool use, web browsing, and automation (prebuilt binary, CI-built)"
arch=('x86_64')
url='https://github.com/NousResearch/hermes-agent'
license=('MIT')
depends=(
'nodejs' 'uv' 'ripgrep' 'ffmpeg'
'nss' 'atk' 'at-spi2-core' 'cups' 'libdrm' 'libxkbcommon' 'mesa' 'pango'
'cairo' 'alsa-lib' 'git' 'curl'
)
conflicts=('hermes-agent')
provides=('hermes-agent')
options=('!debug')
source=("https://github.com/jabla/hermes-agent-bin/releases/download/v${pkgver}-${pkgrel}/${pkgname}-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst")
sha256sums=('363e088ac6cf3c364850010026bf80aaf0d625fe44c9dd58060d14531694c00d')
# The downloaded source is itself a complete Arch package. Extract only its
# payload (usr/); metadata (.PKGINFO/.MTREE/.BUILDINFO) is regenerated by
# makepkg for this wrapper package.
package() {
bsdtar -xf "${srcdir}/${pkgname}-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst" \
-C "${pkgdir}" ./usr
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-09 13:19:49 | Low | 2 |