rexadb-bin
LOW
maintainer czyt
0 votes
scanned 2026-09-17 03:24:22.735270
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>
2
pkgname=rexadb-bin
3
pkgver=1.3.13
4
pkgrel=2
5
pkgdesc="Multi-database desktop client for PostgreSQL, MySQL, MongoDB, SQLite, ClickHouse, Redis, and SQL Server"
6
arch=('x86_64')
7
url="https://www.rexadb.app"
8
license=('GPL-3.0')
9
depends=('webkit2gtk-4.1' 'gtk3')
10
provides=('rexa-db')
11
source=("RexaDB_${pkgver}_amd64.deb::https://github.com/RexaDB/RexaDB/releases/download/v${pkgver}/RexaDB_${pkgver}_amd64.deb")
12
sha256sums=('c8f2681e9fcb93d94aeefafccecaf559ad9a28d7402c7f13981f1d367cc6a86b')
13
14
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-17 03:24:22 | Low | 2 |