thinkboxai
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=("https://prod-thinkboxai-setups.s3-accelerate.amazonaws.com/${pkgver}/thinkboxai_${pkgver}-1_amd64.deb")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 82%): This PKGBUILD downloads a prebuilt binary .deb from an AWS S3 bucket (prod-thinkboxai-setups.s3-accelerate.amazonaws.com) and installs its contents directly into the package root. The concerns are real: (1) sha256sums='SKIP' means there is no integrity verification whatsoever — any tampering or substitution of the S3 object would go undetected; (2) the source is a prebuilt binary from a personal/vendor S3 bucket rather than a distro-standard or well-known official release host, so the supply chain is entirely dependent on that bucket's security; (3) the package extracts and installs the full .deb contents including whatever executables and libraries are inside, without any inspection or filtering. The license is listed as 'unknown', which is a minor additional concern. This is a genuine medium-severity supply-chain risk: not clearly malicious, but an executed binary from an unofficial host with no checksum verification.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Essentral <you@example.com>
pkgname=thinkboxai
pkgver=1.0.0
pkgrel=1
pkgdesc="Thinkbox AI – A modern desktop interface for the Open AI API. Repackaged from the deb file."
arch=('x86_64')
url="https://thinkboxai.com"
license=('unknown')
depends=('glibc' 'hicolor-icon-theme')
makedepends=('dpkg')
source=("https://prod-thinkboxai-setups.s3-accelerate.amazonaws.com/${pkgver}/thinkboxai_${pkgver}-1_amd64.deb")
noextract=("thinkboxai_${pkgver}-1_amd64.deb")
package() {
mkdir -p "$srcdir/extract"
dpkg-deb -x "${srcdir}/thinkboxai_${pkgver}-1_amd64.deb" "$srcdir/extract"
cp -r "$srcdir/extract/"* "$pkgdir/"
}
sha256sums=('SKIP')
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |