unreal-agent-bin
LOW
maintainer orphaned
0 votes
scanned 2026-09-22 19:39:10.055575
Why flagged
The package installs a prebuilt binary from the project's official GitHub releases, which is a normal distribution method for binaries; the source is verifiable and checksummed, posing no active threat.
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%): The package installs a prebuilt binary from the project's official GitHub releases, which is a normal distribution method for binaries; the source is verifiable and checksummed, posing no active threat.
PKGBUILD
1
# SPDX-License-Identifier: 0BSD
2
# Maintainer: jaytau <95355656+jay-tau@users.noreply.github.com>
3
4
pkgname=unreal-agent-bin
5
pkgver=0.1.1
6
pkgrel=1
7
pkgdesc='Async-first AI agent runner from Unreal Labs (prebuilt binary)'
8
arch=('x86_64')
9
url='https://github.com/unreallabsai/unreal-agent'
10
license=('MIT')
11
depends=('bash' 'ca-certificates')
12
provides=("unreal-agent=$pkgver")
13
conflicts=('unreal-agent')
14
options=('!strip')
15
source=("$url/releases/download/v$pkgver/unreal-agent-runner_${pkgver}_linux_amd64.tar.gz")
16
sha256sums=('fad9cb9e6e6272a8d16fb4b90f985abb3132572413588f96622c6b1a82e34fcd')
17
18
check() {
19
./unreal-agent-runner -h >/dev/null 2>&1
20
}
21
22
package() {
23
install -Dm755 unreal-agent-runner "$pkgdir/usr/bin/unreal-agent-runner"
24
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
25
}
26
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-22 19:39:10 | Low | 2 |