omniorb-bin
The package installs a precompiled binary from a GitHub release by a third party with few votes and recent upload, which presents a supply-chain risk due to unverifiable origin and lack of project affiliation.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 90%): The package installs a precompiled binary from a GitHub release by a third party with few votes and recent upload, which presents a supply-chain risk due to unverifiable origin and lack of project affiliation.
PKGBUILD
# Maintainer: pineappletoad
pkgname=omniorb-bin
pkgver=4.3.4
_pkgrel_src=1
pkgrel=1
pkgdesc="A CORBA object request broker for C++ and Python. (precompiled)"
arch=('x86_64')
url="http://omniorb.sourceforge.net/"
license=('GPL-2.0-or-later' 'LGPL-2.0-or-later')
options=('!debug')
provides=('omniorb')
conflicts=('omniorb')
depends=('python' 'zstd')
source=("https://github.com/tubbywrestler/omniorb-bin/releases/download/${pkgver}-${_pkgrel_src}/omniorb-${pkgver}-${_pkgrel_src}-x86_64.pkg.tar.zst")
sha256sums=('881f3851d68bc4e9c703d13edee13910ac79d9037b6e97f03879ce01c58f4a37')
package() {
bsdtar -xf "${srcdir}/omniorb-${pkgver}-${_pkgrel_src}-x86_64.pkg.tar.zst" -C "${pkgdir}" --exclude .PKGINFO --exclude .BUILDINFO --exclude .MTREE
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-03 15:53:41 | Medium | 2 |