tabnine
The PKGBUILD downloads a prebuilt proprietary binary from update.tabnine.com (the official Tabnine update server) and installs it directly into /usr/bin. While update.tabnine.com is the legitimate vendor update domain, this is still a prebuilt binary from a non-source, non-standard host with no source code available for inspection. The sha256sums provide integrity checking against a known-good hash, which mitigates substitution attacks somewhat, but the binary itself is opaque and could contain anything. This is a classic medium-severity supply-chain concern: not clearly malicious, but an executed proprietary binary from a vendor update endpoint rather than a verifiable source build. The cheaper model's assessment is correct here — this is a genuine medium risk pattern (prebuilt binary, no source, proprietary), not a false positive.
Triggered rules
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_x86_64=("$pkgname-$pkgver-x86_64.zip::https://update.tabnine.com/bundles/$pkgver/x86_64-unknown-linux-musl/TabNine.zip")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt proprietary binary from update.tabnine.com (the official Tabnine update server) and installs it directly into /usr/bin. While update.tabnine.com is the legitimate vendor update domain, this is still a prebuilt binary from a non-source, non-standard host with no source code available for inspection. The sha256sums provide integrity checking against a known-good hash, which mitigates substitution attacks somewhat, but the binary itself is opaque and could contain anything. This is a classic medium-severity supply-chain concern: not clearly malicious, but an executed proprietary binary from a vendor update endpoint rather than a verifiable source build. The cheaper model's assessment is correct here — this is a genuine medium risk pattern (prebuilt binary, no source, proprietary), not a false positive.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
pkgname=tabnine
pkgver=3.7.25
pkgrel=1
pkgdesc="AI-powered autocompletion engine"
arch=('x86_64' 'i686')
url="https://tabnine.com"
license=('custom:proprietary')
source=('TERMS')
source_x86_64=("$pkgname-$pkgver-x86_64.zip::https://update.tabnine.com/bundles/$pkgver/x86_64-unknown-linux-musl/TabNine.zip")
source_i686=("$pkgname-$pkgver-i686.zip::https://update.tabnine.com/bundles/$pkgver/i686-unknown-linux-musl/TabNine.zip")
sha256sums=('77177f1e237c7139a241da39c9f7ef736e0c2677587e4a1fc4959097b93ba99e')
sha256sums_x86_64=('3a7f92a249b6f8157725b2302bca0f3baf3cd85396065812680a77540c91f913')
sha256sums_i686=('068ee1f0f676cd1a3edb718e8cc3ddf0ae2e82474a5cca88e9474b9b5469befa')
package() {
install -D TabNine -t "$pkgdir/usr/bin/"
ln -s /usr/bin/TabNine "$pkgdir/usr/bin/tabnine"
install -Dm 644 TERMS -t "$pkgdir/usr/share/licenses/$pkgname/"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |