chat2db-pro-bin

maintainer armory · 0 votes · scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged Downloads a prebuilt RPM from the project's own official domain (download.chat2db-ai.com) with pinned sha256 checksums; the bundled launcher script is a local file with a checksum; no obfuscation or exfiltration, just a standard bin-package wrapping an official vendor release.

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 downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 70%): Downloads a prebuilt RPM from the project's own official domain (download.chat2db-ai.com) with pinned sha256 checksums; the bundled launcher script is a local file with a checksum; no obfuscation or exfiltration, just a standard bin-package wrapping an official vendor release.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM source=() URL on a non-standard host source_untrusted_domain

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

  • PKGBUILD:38 "${_pkgname}-arm64-latest.rpm::https://download.chat2db-ai.com/download/latest/${_pkgname}-arm64-latest.rpm"

PKGBUILD

1 offending line(s) highlighted
1pkgname=chat2db-pro-bin
2_pkgname=Chat2DB-Pro
3pkgver=5.3.0
4pkgrel=1
5pkgdesc="AI-driven database tool and SQL client (Pro, bundled JRE)"
6arch=(
7 'aarch64'
8 'x86_64'
9)
10url="https://chat2db.ai/"
11license=('custom')
12provides=("${pkgname%-bin}=${pkgver}")
13conflicts=("${pkgname%-bin}")
14depends=(
15 'mesa'
16 'at-spi2-core'
17 'libxext'
18 'libxi'
19 'libxrandr'
20 'libcups'
21 'libxkbcommon'
22 'nss'
23 'nspr'
24 'alsa-lib'
25 'libxcomposite'
26 'cairo'
27 'pango'
28 'libxdamage'
29 'freetype2'
30 'libxcursor'
31)
32options=(
33 '!emptydirs'
34 '!strip'
35)
36source=("${pkgname%-bin}.sh")
37source_aarch64=(
38 "${_pkgname}-arm64-latest.rpm::https://download.chat2db-ai.com/download/latest/${_pkgname}-arm64-latest.rpm"
39)
40source_x86_64=(
41 "${_pkgname}-latest.rpm::https://download.chat2db-ai.com/download/latest/${_pkgname}-latest.rpm"
42)
43sha256sums=('c7fd231e89bcd574e01084173ce3f59b292ff08fcf6fe7ef272b2c2636cc5a03')
44sha256sums_aarch64=('3d456049f7baddf37e74e80e2b39679374c9d63441e1e9c05017d4e7d68885a0')
45sha256sums_x86_64=('a8ece8e1aabad533cbc197d7844b39643edb2eec920ac091a64ddd117f5684d8')
46
47prepare() {
48 sed -i \
49 -e 's|^Exec=.*|Exec=chat2db-pro %U|' \
50 -e 's|^Icon=.*|Icon=chat2db-pro|' \
51 "${srcdir}/opt/chat2db-pro/chat2db-pro/lib/chat2db-pro-Chat2DB_Pro.desktop"
52}
53
54package() {
55 install -Dm755 "${srcdir}/${pkgname%-bin}.sh" "${pkgdir}/usr/bin/${pkgname%-bin}"
56 install -d "${pkgdir}/usr/lib/${pkgname%-bin}"
57 cp -a "${srcdir}/opt/chat2db-pro/chat2db-pro/." "${pkgdir}/usr/lib/${pkgname%-bin}/"
58
59 install -Dm644 \
60 "${srcdir}/opt/chat2db-pro/chat2db-pro/lib/chat2db-pro-Chat2DB_Pro.desktop" \
61 "${pkgdir}/usr/share/applications/${pkgname%-bin}.desktop"
62 install -Dm644 \
63 "${srcdir}/opt/chat2db-pro/chat2db-pro/lib/Chat2DB Pro.png" \
64 "${pkgdir}/usr/share/pixmaps/${pkgname%-bin}.png"
65 install -Dm644 \
66 "${srcdir}/opt/chat2db-pro/chat2db-pro/lib/chat2db-pro-Chat2DB_Pro-MimeInfo.xml" \
67 "${pkgdir}/usr/share/mime/packages/${pkgname%-bin}.xml"
68}
69

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 00:03:42 LOW 3
2026-08-17 00:18:29 LOW 3
2026-08-16 00:03:42 LOW 3
2026-08-15 00:26:13 LOW 3
2026-08-14 00:03:41 LOW 3
2026-08-13 00:17:07 LOW 3
2026-08-12 05:26:53 LOW 3
2026-08-12 05:22:53 MEDIUM 3

Report a package

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

0 / 4000
Your suggestion