omniorb-bin

MEDIUM
maintainer pineappletoad 0 votes scanned 2026-09-03 15:53:41.931206
View on AUR
Why flagged

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

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.

Medium AI review of an ambiguous pattern 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

1# Maintainer: pineappletoad
2
3pkgname=omniorb-bin
4pkgver=4.3.4
5_pkgrel_src=1
6pkgrel=1
7pkgdesc="A CORBA object request broker for C++ and Python. (precompiled)"
8arch=('x86_64')
9url="http://omniorb.sourceforge.net/"
10license=('GPL-2.0-or-later' 'LGPL-2.0-or-later')
11options=('!debug')
12provides=('omniorb')
13conflicts=('omniorb')
14depends=('python' 'zstd')
15
16source=("https://github.com/tubbywrestler/omniorb-bin/releases/download/${pkgver}-${_pkgrel_src}/omniorb-${pkgver}-${_pkgrel_src}-x86_64.pkg.tar.zst")
17sha256sums=('881f3851d68bc4e9c703d13edee13910ac79d9037b6e97f03879ce01c58f4a37')
18
19package() {
20 bsdtar -xf "${srcdir}/omniorb-${pkgver}-${_pkgrel_src}-x86_64.pkg.tar.zst" -C "${pkgdir}" --exclude .PKGINFO --exclude .BUILDINFO --exclude .MTREE
21}
22

Scan history

Scanned at (UTC)SeverityRules
2026-09-03 15:53:41 Medium 2

Report a package

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

0 / 4000
Your suggestion