typedb-all-bin

LOW
maintainer thomas_huegel 0 votes scanned 2026-09-17 00:27:14.276658
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
3pkgname=typedb-all-bin
4pkgver=3.8.0
5pkgrel=1
6pkgdesc="TypeDB server & console"
7arch=('x86_64')
8url="https://typedb.com/"
9license=('MPL-2.0')
10# depends=('java-runtime>=17')
11source=("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")
14sha256sums=('4e1dbb003b65e79ed772023c573489028af79433b82287e76b31fbdc10abbd64'
15 'c1dad3f686e5127745a99ea27f454585955b672449f4cfc0c812cc5ca3521adc'
16 '81456a9300c50ea1aa5ed82df653e0821438bed9a29fe97f44699861072667eb')
17
18_pkgdir="typedb-all-linux-x86_64-$pkgver"
19
20prepare() {
21 cd "$srcdir/$_pkgdir"
22 chmod -x LICENSE
23 chmod +x typedb
24 chmod +x server/typedb_server_bin
25}
26
27package() {
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)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 Low 2

Report a package

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

0 / 4000
Your suggestion