omnidb-app
The package downloads a prebuilt Debian binary from GitHub releases, which is an unverifiable executable artifact; if the source were swapped, it could lead to code execution, constituting a supply-chain risk.
Triggered rules
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a prebuilt Debian binary from GitHub releases, which is an unverifiable executable artifact; if the source were swapped, it could lead to code execution, constituting a supply-chain risk.
PKGBUILD
# Maintainer: madflow <madflow@web.de>
pkgname="omnidb-app"
pkgver=2.17.0
pkgrel=1
pkgdesc="Web tool for database management. This is a standalone version that can be used to connect to any database server."
arch=('x86_64')
url="https://omnidb.org/"
license=('MIT')
depends=('python')
source_x86_64=("https://github.com/OmniDB/OmniDB/releases/download/${pkgver}/omnidb-app_${pkgver}-debian-amd64.deb")
options=("!strip")
sha256sums_x86_64=('4fa5c2d2a7e79b408538633031c7c0fbdc216e74d862f0c86267cf703d42aec4')
package() {
cd "$pkgdir"
tar xf "$srcdir/data.tar.xz"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-26 00:12:07 | Medium | 2 |
| 2026-08-25 23:28:42 | Medium | 2 |
| 2026-06-18 16:11:54 | Clean | 0 |