ceasta-bin
The package downloads a prebuilt binary from the project's official GitHub releases, which is a normal and expected practice; the low severity is due to the binary not being built from source, but it comes from a trusted project host with verifiable checksum.
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 a prebuilt binary from the project's official GitHub releases, which is a normal and expected practice; the low severity is due to the binary not being built from source, but it comes from a trusted project host with verifiable checksum.
PKGBUILD
# Maintainer: robertfoster
pkgname=ceasta-bin
_pkgname="${pkgname%-bin}"
pkgver=0.10.0 # renovate: datasource=github-releases depName=ngwg/ceasta
pkgrel=1
pkgdesc="Disassembler, decompiler and ptrace debugger with a built-in MCP server (CLI)"
arch=('x86_64')
url="https://github.com/ngwg/ceasta"
# ceasta itself; vendored lua (MIT) and capstone (BSD-3-Clause) are linked in
license=('GPL-3.0-only' 'MIT' 'BSD-3-Clause')
depends=('glibc' 'libgcc' 'libstdc++')
provides=("${_pkgname}" "${_pkgname}-cli")
conflicts=("${_pkgname}" "${_pkgname}-cli" "${_pkgname}-git")
source=("${url}/releases/download/v${pkgver}/${_pkgname}-cli-${pkgver}-linux-x64.tar.gz")
sha256sums=('aa69ae728b505bac3f20028b4dd469c9c01f66a38ae4a657888aec462d7adc59')
package() {
cd "${_pkgname}-cli-${pkgver}-linux-x64"
install -Dm755 -t "${pkgdir}/usr/bin" ceasta-cli
# example lua scripts for `ceasta-cli run`; the cli does not autoload them
install -Dm644 -t "${pkgdir}/usr/share/${_pkgname}/plugins" plugins/*
install -Dm644 -t "${pkgdir}/usr/share/doc/${_pkgname}" README.md CHANGELOG.md
install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" \
LICENSE THIRD_PARTY_NOTICES.md
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-25 11:11:47 | Low | 2 |