rexadb-bin

LOW
maintainer czyt 0 votes scanned 2026-09-17 03:24:22.735270
View on AUR
Why flagged

The package installs a prebuilt binary from the project's official GitHub releases, which is a normal distribution method; the source is verifiable and checksummed, posing no active threat.

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 installs a prebuilt binary from the project's official GitHub releases, which is a normal distribution method; the source is verifiable and checksummed, posing no active threat.

PKGBUILD

1# Maintainer: czyt <czytcn@gmail.com>
2pkgname=rexadb-bin
3pkgver=1.3.13
4pkgrel=2
5pkgdesc="Multi-database desktop client for PostgreSQL, MySQL, MongoDB, SQLite, ClickHouse, Redis, and SQL Server"
6arch=('x86_64')
7url="https://www.rexadb.app"
8license=('GPL-3.0')
9depends=('webkit2gtk-4.1' 'gtk3')
10provides=('rexa-db')
11source=("RexaDB_${pkgver}_amd64.deb::https://github.com/RexaDB/RexaDB/releases/download/v${pkgver}/RexaDB_${pkgver}_amd64.deb")
12sha256sums=('c8f2681e9fcb93d94aeefafccecaf559ad9a28d7402c7f13981f1d367cc6a86b')
13
14package() {
15 # Extract the deb package
16 ar p "${srcdir}/RexaDB_${pkgver}_amd64.deb" data.tar.gz | tar xz -C "${pkgdir}"
17
18 # Fix permissions
19 chmod -R u=rwX,go=rX "${pkgdir}"
20}
21

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 03:24:22 Low 2

Report a package

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

0 / 4000
Your suggestion