orchids-bin

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

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:30 source=("${_pkgname}-${pkgver}.pacman::https://slelguoygbfzlpylpxfs.supabase.co/storage/v1/object/public/desktop-artifact/public/v${pkgver}/linux/orchids.pacman")
MEDIUM AI review 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
1# Maintainer: Manuj Dixit <manujdixit@gmail.com>
2pkgname=orchids-bin
3_pkgname=orchids
4pkgver=0.0.27
5pkgrel=1
6pkgdesc="The AI Developer"
7arch=('x86_64')
8url="https://orchids.app"
9license=('MIT')
10depends=(
11 'c-ares'
12 'ffmpeg'
13 'gtk3'
14 'libevent'
15 'libvpx'
16 'libxslt'
17 'libxss'
18 'minizip'
19 'nss'
20 're2'
21 'snappy'
22 'libnotify'
23)
24optdepends=(
25 'libappindicator-gtk3: System tray indicator support (AUR)'
26)
27provides=("${_pkgname}")
28conflicts=("${_pkgname}")
29options=('!strip' '!emptydirs')
30source=("${_pkgname}-${pkgver}.pacman::https://slelguoygbfzlpylpxfs.supabase.co/storage/v1/object/public/desktop-artifact/public/v${pkgver}/linux/orchids.pacman")
31sha256sums=('e7efcf79a46661475f3dac4773dc3b68fcba794efb2998bfc6e4af84ec423f81')
32
33package() {
34 # Extract the pacman package contents
35 tar -xf "${srcdir}/${_pkgname}-${pkgver}.pacman" -C "${pkgdir}/" --exclude='.PKGINFO' --exclude='.MTREE' --exclude='.INSTALL'
36
37 # Ensure proper permissions for the main binary
38 chmod 755 "${pkgdir}/opt/Orchids/orchids"
39
40 # Handle chrome-sandbox permissions (setuid for systems without user namespaces)
41 chmod 4755 "${pkgdir}/opt/Orchids/chrome-sandbox"
42
43 # Create symlink in /usr/bin
44 install -d "${pkgdir}/usr/bin"
45 ln -sf '/opt/Orchids/orchids' "${pkgdir}/usr/bin/orchids"
46
47 # Install license file (if exists in package)
48 install -Dm644 "${pkgdir}/opt/Orchids/LICENSE"* "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" 2>/dev/null || true
49}
50

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