typedb-all-bin
maintainer thomas_huegel
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source tarball from the project's own repository subdomain, which is plausibly official and expected for building the software; the tarball is verified with a matching checksum, and the build process only prepares and installs the project's own files, posing no evident risk of remote code execution or supply-chain compromise.
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 source tarball from the project's own repository subdomain, which is plausibly official and expected for building the software; the tarball is verified with a matching checksum, and the build process only prepares and installs the project's own files, posing no evident risk of remote code execution or supply-chain compromise.
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:11
source=("https://repo.typedb.com/public/public-release/raw/names/typedb-all-linux-x86_64/versions/$pkgver/typedb-all-linux-x86_64-$pkgver.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Thomas Hügel <thomas huegel -a-t- aquilenet fr>
2
3
pkgname=typedb-all-bin
4
pkgver=3.8.0
5
pkgrel=1
6
pkgdesc="TypeDB server & console"
7
arch=('x86_64')
8
url="https://typedb.com/"
9
license=('MPL-2.0')
10
# depends=('java-runtime>=17')
11
source=("https://repo.typedb.com/public/public-release/raw/names/typedb-all-linux-x86_64/versions/$pkgver/typedb-all-linux-x86_64-$pkgver.tar.gz"
12
"typedb.service"
13
"typedb.sysusers")
14
sha256sums=('4e1dbb003b65e79ed772023c573489028af79433b82287e76b31fbdc10abbd64'
15
'c1dad3f686e5127745a99ea27f454585955b672449f4cfc0c812cc5ca3521adc'
16
'81456a9300c50ea1aa5ed82df653e0821438bed9a29fe97f44699861072667eb')
17
18
_pkgdir="typedb-all-linux-x86_64-$pkgver"
19
20
prepare() {
21
cd "$srcdir/$_pkgdir"
22
chmod -x LICENSE
23
chmod +x typedb
24
chmod +x server/typedb_server_bin
25
}
26
27
package() {
28
# Main directory
29
install -d -m755 "$pkgdir/usr/lib/typedb"
30
cp -a $srcdir/$_pkgdir/* "$pkgdir/usr/lib/typedb"
31
32
# Symbolic links executables
33
install -d -m755 "$pkgdir/usr/bin"
34
ln -s /usr/lib/typedb/typedb "$pkgdir/usr/bin/typedb"
35
ln -s /usr/lib/typedb/typedb-console "$pkgdir/usr/bin/typedb-console"
36
37
# Data and logs
38
install -d -m755 "$pkgdir/var/lib/typedb"
39
install -d -m755 "$pkgdir/var/log/typedb"
40
41
# Systemd files
42
install -Dm644 "$srcdir/typedb.service" "$pkgdir/usr/lib/systemd/system/typedb.service"
43
install -Dm644 "$srcdir/typedb.sysusers" "$pkgdir/usr/lib/sysusers.d/typedb.conf"
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 |