andromeda-js-bin
The package downloads a prebuilt binary from the project's official GitHub release page, which is a normal distribution method; the binary is used to generate shell completions during packaging, a legitimate use, and the source is verifiable via checksum, so despite few votes and recent upload, there is no evidence of malicious intent or supply-chain risk.
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 release page, which is a normal distribution method; the binary is used to generate shell completions during packaging, a legitimate use, and the source is verifiable via checksum, so despite few votes and recent upload, there is no evidence of malicious intent or supply-chain risk.
PKGBUILD
# Maintainer: starccy <starccyz@gmail.com>
pkgname=andromeda-js-bin
_binname=andromeda
pkgver=0.1.14
pkgrel=1
pkgdesc='JS/TS runtime in Rust powered by Nova, with no transpilation needed'
arch=('x86_64')
url='https://github.com/tryandromeda/andromeda'
license=('MPL-2.0')
depends=('glibc' 'libgcc')
provides=("$_binname=$pkgver")
conflicts=("$_binname")
options=('!debug')
install="$pkgname.install"
source=("$_binname-$pkgver::$url/releases/download/$pkgver/andromeda-linux-amd64"
"LICENSE.md-$pkgver::https://raw.githubusercontent.com/tryandromeda/andromeda/$pkgver/LICENSE.md")
noextract=("$_binname-$pkgver")
sha256sums=('96d415ab54330b9479b537a1825b9be4f4e3d2966352fe56096d9a4a2666b912'
'2d52c2001a5d9ebc06802c9e5d8d8bd70ca8c57daf6a6c63e66156326597ac7a')
package() {
install -Dm755 "$srcdir/$_binname-$pkgver" "$pkgdir/usr/bin/$_binname"
install -Dm644 "$srcdir/LICENSE.md-$pkgver" \
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
local _bin="$pkgdir/usr/bin/$_binname"
"$_bin" completions bash |
install -Dm644 /dev/stdin "$pkgdir/usr/share/bash-completion/completions/$_binname"
"$_bin" completions zsh |
install -Dm644 /dev/stdin "$pkgdir/usr/share/zsh/site-functions/_$_binname"
"$_bin" completions fish |
install -Dm644 /dev/stdin "$pkgdir/usr/share/fish/vendor_completions.d/$_binname.fish"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 11:11:30 | Low | 2 |