thinkboxai

maintainer Essentral · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged 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

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://prod-thinkboxai-setups.s3-accelerate.amazonaws.com/${pkgver}/thinkboxai_${pkgver}-1_amd64.deb")
MEDIUM AI review 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
1# Maintainer: Essentral <you@example.com>
2pkgname=thinkboxai
3pkgver=1.0.0
4pkgrel=1
5pkgdesc="Thinkbox AI – A modern desktop interface for the Open AI API. Repackaged from the deb file."
6arch=('x86_64')
7url="https://thinkboxai.com"
8license=('unknown')
9depends=('glibc' 'hicolor-icon-theme')
10makedepends=('dpkg')
11source=("https://prod-thinkboxai-setups.s3-accelerate.amazonaws.com/${pkgver}/thinkboxai_${pkgver}-1_amd64.deb")
12noextract=("thinkboxai_${pkgver}-1_amd64.deb")
13
14package() {
15 mkdir -p "$srcdir/extract"
16 dpkg-deb -x "${srcdir}/thinkboxai_${pkgver}-1_amd64.deb" "$srcdir/extract"
17 cp -r "$srcdir/extract/"* "$pkgdir/"
18}
19
20sha256sums=('SKIP')
21

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion