oxideclaw-bin
The package downloads prebuilt binaries from the project's official GitHub releases with verifiable SHA-256 checksums; the low severity is due to the recent upload and few votes, not due to any malicious or unverifiable behavior.
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 downloads prebuilt binaries from the project's official GitHub releases with verifiable SHA-256 checksums; the low severity is due to the recent upload and few votes, not due to any malicious or unverifiable behavior.
PKGBUILD
# Maintainer: Alfredo Montesinos <alfredo@kubereva.com>
# Binary package: prebuilt release from GitHub, verified against the
# per-asset SHA-256 that the release workflow publishes.
pkgname=oxideclaw-bin
_pkgname=oxideclaw
pkgver=0.4.0
pkgrel=1
pkgdesc="Single-binary coding agent: zero-setup codebase index, cost-aware model routing, worktree agents, auto-fix loop, voice cloning. Claude, Ollama, OpenAI-compatible."
arch=('x86_64' 'aarch64')
url="https://github.com/ForkedInTime/OxideClaw"
license=('Apache-2.0')
provides=('oxideclaw')
options=('!strip' '!debug')
conflicts=('oxideclaw')
optdepends=('ollama: run local models offline'
'bubblewrap: sandboxed shell execution'
'firejail: alternative sandbox backend')
source_x86_64=("${_pkgname}-${pkgver}-x86_64::${url}/releases/download/v${pkgver}/oxideclaw-linux-x64")
source_aarch64=("${_pkgname}-${pkgver}-aarch64::${url}/releases/download/v${pkgver}/oxideclaw-linux-arm64")
sha256sums_x86_64=('b6cb388873f0b83ffa405cab7c14a36647c9488eb3009f8ab55e7ce346f87bd8')
sha256sums_aarch64=('c4f6d018c2f9c5244a0be6f70cf33a7027a29f4ca147adf8a4bd0fa0d2d65d1a')
noextract=("${_pkgname}-${pkgver}-x86_64" "${_pkgname}-${pkgver}-aarch64")
package() {
install -Dm755 "${srcdir}/${_pkgname}-${pkgver}-${CARCH}" "${pkgdir}/usr/bin/${_pkgname}"
# Shell completions are generated by the (now executable) installed binary.
local bin="${pkgdir}/usr/bin/${_pkgname}"
install -dm755 "${pkgdir}/usr/share/bash-completion/completions" \
"${pkgdir}/usr/share/zsh/site-functions" \
"${pkgdir}/usr/share/fish/vendor_completions.d"
"$bin" completions bash > "${pkgdir}/usr/share/bash-completion/completions/${_pkgname}"
"$bin" completions zsh > "${pkgdir}/usr/share/zsh/site-functions/_${_pkgname}"
"$bin" completions fish > "${pkgdir}/usr/share/fish/vendor_completions.d/${_pkgname}.fish"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-11 21:24:02 | Low | 2 |