unreal-agent-bin

LOW
maintainer orphaned 0 votes scanned 2026-09-22 19:39:10.055575
View on AUR
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
4pkgname=unreal-agent-bin
5pkgver=0.1.1
6pkgrel=1
7pkgdesc='Async-first AI agent runner from Unreal Labs (prebuilt binary)'
8arch=('x86_64')
9url='https://github.com/unreallabsai/unreal-agent'
10license=('MIT')
11depends=('bash' 'ca-certificates')
12provides=("unreal-agent=$pkgver")
13conflicts=('unreal-agent')
14options=('!strip')
15source=("$url/releases/download/v$pkgver/unreal-agent-runner_${pkgver}_linux_amd64.tar.gz")
16sha256sums=('fad9cb9e6e6272a8d16fb4b90f985abb3132572413588f96622c6b1a82e34fcd')
17
18check() {
19 ./unreal-agent-runner -h >/dev/null 2>&1
20}
21
22package() {
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)SeverityRules
2026-09-22 19:39:10 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion