typedb-all-bin
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
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)
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# Maintainer: Thomas Hügel <thomas huegel -a-t- aquilenet fr>
pkgname=typedb-all-bin
pkgver=3.8.0
pkgrel=1
pkgdesc="TypeDB server & console"
arch=('x86_64')
url="https://typedb.com/"
license=('MPL-2.0')
# depends=('java-runtime>=17')
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"
"typedb.service"
"typedb.sysusers")
sha256sums=('4e1dbb003b65e79ed772023c573489028af79433b82287e76b31fbdc10abbd64'
'c1dad3f686e5127745a99ea27f454585955b672449f4cfc0c812cc5ca3521adc'
'81456a9300c50ea1aa5ed82df653e0821438bed9a29fe97f44699861072667eb')
_pkgdir="typedb-all-linux-x86_64-$pkgver"
prepare() {
cd "$srcdir/$_pkgdir"
chmod -x LICENSE
chmod +x typedb
chmod +x server/typedb_server_bin
}
package() {
# Main directory
install -d -m755 "$pkgdir/usr/lib/typedb"
cp -a $srcdir/$_pkgdir/* "$pkgdir/usr/lib/typedb"
# Symbolic links executables
install -d -m755 "$pkgdir/usr/bin"
ln -s /usr/lib/typedb/typedb "$pkgdir/usr/bin/typedb"
ln -s /usr/lib/typedb/typedb-console "$pkgdir/usr/bin/typedb-console"
# Data and logs
install -d -m755 "$pkgdir/var/lib/typedb"
install -d -m755 "$pkgdir/var/log/typedb"
# Systemd files
install -Dm644 "$srcdir/typedb.service" "$pkgdir/usr/lib/systemd/system/typedb.service"
install -Dm644 "$srcdir/typedb.sysusers" "$pkgdir/usr/lib/sysusers.d/typedb.conf"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |