orchids-bin
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:30
source=("${_pkgname}-${pkgver}.pacman::https://slelguoygbfzlpylpxfs.supabase.co/storage/v1/object/public/desktop-artifact/public/v${pkgver}/linux/orchids.pacman")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 80%): This PKGBUILD downloads a prebuilt binary package (.pacman archive) from a Supabase storage bucket (slelguoygbfzlpylpxfs.supabase.co), which is a third-party cloud storage host rather than an official vendor release infrastructure or well-known mirror. The archive contains an Electron/Chromium-based application binary that is directly executed after installation. While a sha256sum is provided (providing integrity checking against the specific artifact), the host is a personal/project Supabase project bucket that could be replaced or compromised without any code-signing verification. The package also sets SUID on chrome-sandbox (chmod 4755), which is standard for Chromium-based apps but increases the impact of any compromise. This is a genuine medium-severity supply-chain concern: a prebuilt executable binary pulled from an unofficial/personal cloud storage host with no additional verification beyond a hash that the PKGBUILD maintainer controls.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Manuj Dixit <manujdixit@gmail.com>
pkgname=orchids-bin
_pkgname=orchids
pkgver=0.0.27
pkgrel=1
pkgdesc="The AI Developer"
arch=('x86_64')
url="https://orchids.app"
license=('MIT')
depends=(
'c-ares'
'ffmpeg'
'gtk3'
'libevent'
'libvpx'
'libxslt'
'libxss'
'minizip'
'nss'
're2'
'snappy'
'libnotify'
)
optdepends=(
'libappindicator-gtk3: System tray indicator support (AUR)'
)
provides=("${_pkgname}")
conflicts=("${_pkgname}")
options=('!strip' '!emptydirs')
source=("${_pkgname}-${pkgver}.pacman::https://slelguoygbfzlpylpxfs.supabase.co/storage/v1/object/public/desktop-artifact/public/v${pkgver}/linux/orchids.pacman")
sha256sums=('e7efcf79a46661475f3dac4773dc3b68fcba794efb2998bfc6e4af84ec423f81')
package() {
# Extract the pacman package contents
tar -xf "${srcdir}/${_pkgname}-${pkgver}.pacman" -C "${pkgdir}/" --exclude='.PKGINFO' --exclude='.MTREE' --exclude='.INSTALL'
# Ensure proper permissions for the main binary
chmod 755 "${pkgdir}/opt/Orchids/orchids"
# Handle chrome-sandbox permissions (setuid for systems without user namespaces)
chmod 4755 "${pkgdir}/opt/Orchids/chrome-sandbox"
# Create symlink in /usr/bin
install -d "${pkgdir}/usr/bin"
ln -sf '/opt/Orchids/orchids' "${pkgdir}/usr/bin/orchids"
# Install license file (if exists in package)
install -Dm644 "${pkgdir}/opt/Orchids/LICENSE"* "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" 2>/dev/null || true
}
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 |