sqlnow-bin

maintainer kindly · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package is a prebuilt binary from the project's official GitHub releases, which is a normal and expected practice; the low severity is due to the lack of 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 is a prebuilt binary from the project's official GitHub releases, which is a normal and expected practice; the low severity is due to the lack of votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: David Raznick <david.raznick@globalenergymonitor.org>
2#
3# Prebuilt-binary package, repackaging the GitHub release artifacts.
4# After each release: bump pkgver, reset pkgrel, run `updpkgsums`.
5pkgname=sqlnow-bin
6pkgver=0.4.8
7pkgrel=1
8pkgdesc="Local SQL viewer for files and databases, with pre-defined queries for LLM-agent workflows"
9arch=('x86_64' 'aarch64')
10url="https://github.com/kindly/sqlnow"
11# a prebuilt binary is taken as it was released: stripping it here would
12# rewrite a file whose checksum was just verified, and the release is already
13# stripped, so the split debug package was empty anyway
14options=('!strip' '!debug')
15license=('MIT')
16provides=('sqlnow')
17conflicts=('sqlnow')
18source_x86_64=("$pkgname-$pkgver-x86_64.tar.gz::$url/releases/download/v$pkgver/sqlnow-x86_64-unknown-linux-gnu.tar.gz")
19source_aarch64=("$pkgname-$pkgver-aarch64.tar.gz::$url/releases/download/v$pkgver/sqlnow-aarch64-unknown-linux-gnu.tar.gz")
20sha256sums_x86_64=('f228746bd0b826b1186ce464ef9f994d3ffe95e113765c31126c8de25963369d')
21sha256sums_aarch64=('1d41125b8cbe3ef2ad5c3e0b4d91ef340da5569152591d706573be4d5f3ab035')
22
23package() {
24 install -Dm755 sqlnow "$pkgdir/usr/bin/sqlnow"
25 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
26 install -Dm644 README.md "$pkgdir/usr/share/doc/sqlnow/README.md"
27 install -Dm644 AGENTS.md "$pkgdir/usr/share/doc/sqlnow/AGENTS.md"
28}
29

Changes since previous scan

--- PKGBUILD @ 2026-07-31 00:14
+++ PKGBUILD @ 2026-08-03 00:08
@@ -3,7 +3,7 @@
# Prebuilt-binary package, repackaging the GitHub release artifacts.
# After each release: bump pkgver, reset pkgrel, run `updpkgsums`.
pkgname=sqlnow-bin
-pkgver=0.4.7
+pkgver=0.4.8
pkgrel=1
pkgdesc="Local SQL viewer for files and databases, with pre-defined queries for LLM-agent workflows"
arch=('x86_64' 'aarch64')
@@ -17,8 +17,8 @@
conflicts=('sqlnow')
source_x86_64=("$pkgname-$pkgver-x86_64.tar.gz::$url/releases/download/v$pkgver/sqlnow-x86_64-unknown-linux-gnu.tar.gz")
source_aarch64=("$pkgname-$pkgver-aarch64.tar.gz::$url/releases/download/v$pkgver/sqlnow-aarch64-unknown-linux-gnu.tar.gz")
-sha256sums_x86_64=('1333356dcdf814199848183685d15cb107ed5a6e9bd9570cc34ce0bf773b029e')
-sha256sums_aarch64=('2f4a5beec1a126cf82fcd17bfaf7e1d1403c51b458121f1792254290076ff4e4')
+sha256sums_x86_64=('f228746bd0b826b1186ce464ef9f994d3ffe95e113765c31126c8de25963369d')
+sha256sums_aarch64=('1d41125b8cbe3ef2ad5c3e0b4d91ef340da5569152591d706573be4d5f3ab035')
package() {
install -Dm755 sqlnow "$pkgdir/usr/bin/sqlnow"

Scan history

Scanned at (UTC)SeverityRules
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 15:18:17 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 09:11:06 LOW 2
2026-07-28 00:07:28 CLEAN 2
2026-07-27 23:36:42 LOW 1
2026-07-27 00:24:32 CLEAN 2
2026-07-26 23:33:54 LOW 1
2026-07-26 19:33:02 LOW 1
2026-07-26 15:32:35 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 23:28:32 LOW 2
2026-07-24 11:27:50 LOW 1

Report a package

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

0 / 4000
Your suggestion