thinkboxai
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.
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-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 |