chatgpt-desktop-bin
The package downloads a prebuilt .deb binary from a non-standard host (persistent.oaistatic.com), which is not on the whitelist and could be a supply-chain risk if the host were compromised or unrelated to the official project.
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:68
"chatgpt_${pkgver}_amd64.deb::https://persistent.oaistatic.com/codex-app-prod/linux/deb/pool/main/c/chatgpt/chatgpt_${pkgver}_amd64.deb"
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb binary from a non-standard host (persistent.oaistatic.com), which is not on the whitelist and could be a supply-chain risk if the host were compromised or unrelated to the official project.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Akira <akira.uestc at gmail dot com>
# Releases: https://persistent.oaistatic.com/codex-app-prod/linux/deb/dists/stable/main/binary-amd64/Packages
pkgname=chatgpt-desktop-bin
pkgver=26.810.52044
pkgrel=1
pkgdesc="ChatGPT desktop application for Linux (repackaged from the official binary)"
arch=('x86_64')
url="https://chatgpt.com/download"
license=('LicenseRef-custom')
options=('!strip' '!debug')
provides=(
"chatgpt=${pkgver}"
)
conflicts=(
'chatgpt'
)
depends=(
'alsa-lib'
'at-spi2-core'
'cairo'
'dbus'
'expat'
'gdk-pixbuf2'
'glib2'
'glibc'
'graphite'
'gtk3'
'libcups'
'libdrm'
'libgcc'
'libglvnd'
'libnotify'
'libpulse'
'libstdc++'
'libusb'
'libx11'
'libxcb'
'libxcomposite'
'libxdamage'
'libxext'
'libxfixes'
'libxkbcommon'
'libxrandr'
'mesa'
'nspr'
'nss'
'pango'
'systemd-libs'
'sh'
'xdg-utils'
)
optdepends=(
'apparmor: automatically load the bundled profile for Chromium user namespaces'
'git: enable Git repository integration'
'gtk4: use the GTK 4 backend with --gtk-version=4'
'kde-cli-tools: move deleted files to the Plasma trash through kioclient'
'org.freedesktop.secrets: securely store credentials with a Secret Service backend'
'pipewire: enable WebRTC screen sharing under Wayland'
)
backup=('etc/apparmor.d/chatgpt')
install="${pkgname}.install"
source_x86_64=(
"chatgpt_${pkgver}_amd64.deb::https://persistent.oaistatic.com/codex-app-prod/linux/deb/pool/main/c/chatgpt/chatgpt_${pkgver}_amd64.deb"
)
source=('chatgpt-launcher.sh')
noextract=("chatgpt_${pkgver}_amd64.deb")
sha256sums_x86_64=('708a15a1bb76e2bb7f0e376e5145391fa277ad3a64057c1d32537bdc2a1b4e6e')
sha256sums=('aab6b1105d7273443234e77412fbaa35ff9e04098ac63c2f73ae8e87afb43bd2')
package() {
bsdtar -xOf "${srcdir}/chatgpt_${pkgver}_amd64.deb" data.tar.xz |
bsdtar --no-same-owner -xJf - -C "${pkgdir}"
install -Dm755 "${srcdir}/chatgpt-launcher.sh" \
"${pkgdir}/usr/lib/chatgpt/codex-launcher"
install -Dm644 "${pkgdir}/usr/share/doc/chatgpt/copyright" \
"${pkgdir}/usr/share/licenses/${pkgname}/copyright"
ln -s /usr/lib/chatgpt/LICENSES.chromium.html \
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSES.chromium.html"
rm -rf "${pkgdir}/usr/share/doc" "${pkgdir}/usr/share/lintian"
}
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 |