tabularis-nightly-bin
The package downloads a prebuilt .deb from the project's official GitHub releases; while the host is not whitelisted, it is the project's own release infrastructure, and the checksum is provided, making supply-chain risk low despite the binary origin.
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 .deb from the project's official GitHub releases; while the host is not whitelisted, it is the project's own release infrastructure, and the checksum is provided, making supply-chain risk low despite the binary origin.
PKGBUILD
# Maintainer: Debba <andrea@tabularis.dev>
# Shared by tabularis-bin (stable) and tabularis-nightly-bin: aur.yml rewrites
# pkgname, pkgver, pkgdesc, _tag and _debver per channel before publishing.
pkgname=tabularis-nightly-bin
_pkgname=tabularis
pkgver=0.25.1.nightly2
pkgrel=1
_tag=nightly-20260923-ef21476
_debver=0.25.1-2
pkgdesc="Open-source desktop SQL workspace for PostgreSQL, MySQL/MariaDB, SQLite and 15+ more databases, with a built-in MCP server (nightly build)"
arch=('x86_64')
url="https://github.com/TabularisDB/tabularis"
license=('Apache-2.0')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
depends=('webkit2gtk-4.1' 'gtk3' 'libappindicator-gtk3' 'openssl' 'libsecret')
source=("${_pkgname}_${_debver}_amd64.deb::${url}/releases/download/${_tag}/${_pkgname}_${_debver}_amd64.deb")
sha256sums=('34c44bad5e2e3c155866e41b027488bc2de76fff8f8f69988c277a29aac7c41b')
package() {
bsdtar -xf data.tar.* -C "${pkgdir}"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-23 19:40:47 | Low | 2 |