chat2db-community-bin
maintainer zxp19821005
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt RPMs from the project's official GitHub releases, which is a normal distribution method for binaries; the low severity is due to the flagged low votes and recent upload, not malicious content.
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 prebuilt RPMs from the project's official GitHub releases, which is a normal distribution method for binaries; the low severity is due to the flagged low votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
2
pkgname=chat2db-community-bin
3
_pkgname=Chat2DB-Community
4
pkgver=5.3.1
5
pkgrel=1
6
pkgdesc="🔥🔥🔥AI-driven database tool and SQL client, The hottest GUI client, supporting MySQL, Oracle, PostgreSQL, DB2, SQL Server, DB2, SQLite, H2, ClickHouse, and more.(Prebuilt version with bundled JRE)"
7
arch=(
8
'aarch64'
9
'x86_64'
10
)
11
url="https://chat2db.ai/"
12
_ghurl="https://github.com/CodePhiliaX/Chat2DB"
13
license=('Apache-2.0')
14
conflicts=("${pkgname%-bin}")
15
provides=("${pkgname%-bin}=${pkgver}")
16
depends=(
17
'mesa'
18
'at-spi2-core'
19
'libxext'
20
'libxi'
21
'libxrandr'
22
'libcups'
23
'libxkbcommon'
24
'nss'
25
'nspr'
26
'alsa-lib'
27
'libxcomposite'
28
'cairo'
29
'pango'
30
'libxdamage'
31
'freetype2'
32
'libxcursor'
33
)
34
options=(
35
'!emptydirs'
36
)
37
source=("${pkgname%-bin}.sh")
38
source_aarch64=("${pkgname%-bin}-${pkgver}-aarch64.rpm::${_ghurl}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-aarch64.rpm")
39
source_x86_64=("${pkgname%-bin}-${pkgver}-x86_64.rpm::${_ghurl}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-x86_64.rpm")
40
sha256sums=('2f34cdc2dec53f3cc3cea02d56ab796ec3887ced306c8c2d8d80b23b7d5510f0')
41
sha256sums_aarch64=('f508a9a9dd9d130b3d468e8a1dea56f6057db7e72a62119e0ff5fdb3aabb7fa1')
42
sha256sums_x86_64=('12aa762ff1e6f2c5e88df92f31fd0a773a02be8980f598c6c13e10cc5784ed35')
43
prepare() {
44
sed -i -e "
45
s/@appname@/${pkgname%-bin}/g
46
s/@runname@/${_pkgnname//-/ }/g
47
" "${srcdir}/${pkgname%-bin}.sh"
48
sed -i -e "
49
/Exec=/d
50
s/Icon=${_pkgname//-/ }/Icon=${pkgname%-bin}/g
51
5i\Exec=${pkgname%-bin}
52
" "${srcdir}/opt/${pkgname%-bin}/${pkgname%-bin}/lib/${pkgname%-bin}-${_pkgname//-/_}.desktop"
53
}
54
package() {
55
install -Dm755 "${srcdir}/${pkgname%-bin}.sh" "${pkgdir}/usr/bin/${pkgname%-bin}"
56
install -Dm755 -d "${pkgdir}/usr/lib/${pkgname%-bin}"
57
cp -a "${srcdir}/opt/${pkgname%-bin}/${pkgname%-bin}/"* "${pkgdir}/usr/lib/${pkgname%-bin}/"
58
install -Dm644 "${srcdir}/opt/${pkgname%-bin}/${pkgname%-bin}/lib/${pkgname%-bin}-${_pkgname//-/_}.desktop" \
59
"${pkgdir}/usr/share/applications/${pkgname%-bin}.desktop"
60
install -Dm644 "${srcdir}/opt/${pkgname%-bin}/${pkgname%-bin}/lib/${_pkgname//-/_}.png" \
61
"${pkgdir}/usr/share/pixmaps/${pkgname%-bin}.png"
62
install -Dm644 "${srcdir}/opt/${pkgname%-bin}/${pkgname%-bin}/lib/${pkgname%-bin}-${_pkgname//-/_}-MimeInfo.xml" \
63
"${pkgdir}/usr/share/mime/packages/${pkgname%-bin}.xml"
64
}
65
Changes since previous scan
--- PKGBUILD @ 2026-07-27 00:24+++ PKGBUILD @ 2026-08-03 00:08@@ -1,7 +1,7 @@ # Maintainer: zxp19821005 <zxp19821005 at 163 dot com> pkgname=chat2db-community-bin _pkgname=Chat2DB-Community-pkgver=5.3.0+pkgver=5.3.1 pkgrel=1 pkgdesc="🔥🔥🔥AI-driven database tool and SQL client, The hottest GUI client, supporting MySQL, Oracle, PostgreSQL, DB2, SQL Server, DB2, SQLite, H2, ClickHouse, and more.(Prebuilt version with bundled JRE)" arch=(@@ -38,8 +38,8 @@ source_aarch64=("${pkgname%-bin}-${pkgver}-aarch64.rpm::${_ghurl}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-aarch64.rpm") source_x86_64=("${pkgname%-bin}-${pkgver}-x86_64.rpm::${_ghurl}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-x86_64.rpm") sha256sums=('2f34cdc2dec53f3cc3cea02d56ab796ec3887ced306c8c2d8d80b23b7d5510f0')-sha256sums_aarch64=('ec0dc5d63f514d846b81bafb66e1013889b9ec12f33a6dd31616ab1356b69663')-sha256sums_x86_64=('80b6562d632c972414d0dca00ed8fe0d5d21770fd029a8c3c6f2e8a0c81dfeef')+sha256sums_aarch64=('f508a9a9dd9d130b3d468e8a1dea56f6057db7e72a62119e0ff5fdb3aabb7fa1')+sha256sums_x86_64=('12aa762ff1e6f2c5e88df92f31fd0a773a02be8980f598c6c13e10cc5784ed35') prepare() { sed -i -e " s/@appname@/${pkgname%-bin}/gScan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 09:34:56 | LOW | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 11:14:00 | MEDIUM | 2 |