cubesql
maintainer tee
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from the project's official domain (sqlabs.com), which is not on the whitelist but is plausibly legitimate; the worst case of a swapped source is limited to code execution, but the source is official and checksummed, reducing risk.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt binary from the project's official domain (sqlabs.com), which is not on the whitelist but is plausibly legitimate; the worst case of a swapped source is limited to code execution, but the source is official and checksummed, reducing risk.
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:12
source=("$pkgname-$pkgver.tgz::https://www.sqlabs.com/download/cubesql/latest/cubesql_linux64bit.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: Martin Schrodt <martin@schrodt.org>
2
# Maintainer: tee < teeaur at duck dot com >
3
4
pkgname=cubesql
5
pkgdesc='cubeSQL is a relational database management system built on top of the sqlite database engine.'
6
pkgver=5.9.6
7
pkgrel=1
8
arch=('x86_64')
9
url='http://www.sqlabs.com/cubesql.php'
10
license=('custom:cubesql')
11
optdepends=('gtk3')
12
source=("$pkgname-$pkgver.tgz::https://www.sqlabs.com/download/cubesql/latest/cubesql_linux64bit.tar.gz"
13
'cubesql.service'
14
'cubesql-admin'
15
'cubesql-sysusers.conf'
16
'cubesql-tmpfiles.conf'
17
'cubesql.desktop')
18
sha256sums=('131adcfe1d935f1a676721ca25b3876b37449230e1adb012a54cb702d9b76571'
19
'3bfe6eec238b33581f9441be552b34a875b8dac783314d0efaec6dd3992be490'
20
'dec44ae33559e89061db90177322d3e9a289df64da1b1287df3bd47379b6a8b5'
21
'bf57a4e0ec18559a3de8457e07262aece9cf27995af84a561f56f7ff84dfb88f'
22
'0cd36e0d6bace234c454d1b66a2ed843de6b883900915165a19f5bc4bda7fd97'
23
'32014ebb12363bff1474ea1959157988f3e11609a495553b8db6d7b656bc66aa')
24
25
package() {
26
mkdir -p $pkgdir/usr/bin
27
mkdir -p $pkgdir/usr/share/doc/cubesql
28
mkdir -p $pkgdir/usr/lib/cubesql
29
30
install -D -m644 cubesql.service -t "$pkgdir/usr/lib/systemd/system"
31
install -D -m644 cubesql-sysusers.conf "$pkgdir/usr/lib/sysusers.d/cubesql.conf"
32
install -D -m644 cubesql-tmpfiles.conf "$pkgdir/usr/lib/tmpfiles.d/cubesql.conf"
33
install -D -m755 cubesql-admin -t "$pkgdir/usr/bin"
34
install -Dm644 cubesql.desktop -t "$pkgdir/usr/share/applications"
35
36
cd $srcdir/cubesql_64bit/data
37
cp cubesql $pkgdir/usr/bin/cubesql
38
cp Documentation/* $pkgdir/usr/share/doc/cubesql
39
40
cp -r cubeSQLAdmin/* $pkgdir/usr/lib/cubesql
41
}
42
43
# vim:set noet sts=0 sw=4 ts=4 ft=PKGBUILD:
44
Scan 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 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |