omnidb-bin
LOW
maintainer tmtaxman
0 votes
scanned 2026-09-13 15:14:52.955091
Why flagged
The package downloads a prebuilt binary from a GitHub release, which is a normal distribution method for the project; the source is verifiable and checksummed, and no malicious behavior is present.
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.
Low
AI review
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 a GitHub release, which is a normal distribution method for the project; the source is verifiable and checksummed, and no malicious behavior is present.
PKGBUILD
1
# Maintainer: tmtaxman <tmtaxman2 at gmail dot com>
2
3
pkgname=omnidb-bin
4
pkgver=4.4.3
5
pkgrel=1
6
pkgdesc="OmniDB Desktop Application"
7
arch=('x86_64')
8
_source="https://github.com/heptau/omnidb"
9
url='https://www.omnidb.net/'
10
license=('MIT')
11
provides=('omnidb' 'omnidb-server')
12
conflicts=('omnidb' 'omnidb-server' 'omnidb-server-bin')
13
depends=('webkit2gtk-4.1' 'gtk3' 'glib2' 'gdk-pixbuf2' 'libsoup3' 'hicolor-icon-theme')
14
options=('!strip' '!debug')
15
16
source=("$pkgname-$pkgver.tar.gz::$_source/releases/download/v$pkgver/OmniDB-linux-x64.tar.gz"
17
"$pkgname-LICENSE::https://raw.githubusercontent.com/heptau/omnidb/refs/heads/master/LICENSE"
18
"omnidb.png::https://raw.githubusercontent.com/heptau/omnidb/master/wails-app/build/appicon.png"
19
"omnidb.desktop")
20
sha256sums=('a299e440b84b1a7ffa5f98fb773eaef201ee26552bd75ad08188d925e87c1a82'
21
'f0d93a9344e68bfd296783b282d1fec6971a063ce44ced52f7dbd426ec68e4b6'
22
'12824039da10612b441a9d9a4f0ee6ad21577a9e1dba3ec5f05c8e34d77f7961'
23
'0fbc312890bb239d5f23a75faddcc0b778c42dd1c847ba5037708ba8af13e7d7')
24
25
package() {
26
cd "OmniDB-linux"
27
install -Dm755 "OmniDB" "$pkgdir/usr/bin/omnidb"
28
install -Dm755 "omnidb-server" "$pkgdir/usr/bin/omnidb-server"
29
install -Dm644 "$srcdir/$pkgname-LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
30
install -Dm644 "$srcdir/omnidb.png" "$pkgdir/usr/share/icons/hicolor/1024x1024/apps/omnidb.png"
31
install -Dm644 "$srcdir/omnidb.desktop" "$pkgdir/usr/share/applications/omnidb.desktop"
32
}
33
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-13 15:14:52 | Low | 2 |