ourgalaxy-bin

maintainer orphaned · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The PKGBUILD downloads a prebuilt x86_64 binary (OurGalaxy_Linux.zip) from otherwise.com, which is not an official distribution channel recognized by any major software registry. The binary is extracted and installed to /opt with execute permissions set explicitly. While a sha256sum is provided (providing integrity against accidental corruption or CDN tampering), it does not protect against the upstream host serving a malicious binary from the start, nor does it provide any code transparency. The host 'otherwise.com' appears to be a personal or small-vendor site rather than an established software distribution platform. Installing an opaque prebuilt binary from such a host constitutes a genuine supply-chain risk: if the host is compromised or the maintainer is malicious, arbitrary code executes on the user's system. This is a textbook medium-severity AUR concern — not clearly malicious, but a real supply-chain risk due to an executed binary from an unofficial/personal host with no source code available for review.

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:9 source=("https://otherwise.com/OurGalaxy_Linux.zip" "ourgalaxy.desktop")
MEDIUM AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt x86_64 binary (OurGalaxy_Linux.zip) from otherwise.com, which is not an official distribution channel recognized by any major software registry. The binary is extracted and installed to /opt with execute permissions set explicitly. While a sha256sum is provided (providing integrity against accidental corruption or CDN tampering), it does not protect against the upstream host serving a malicious binary from the start, nor does it provide any code transparency. The host 'otherwise.com' appears to be a personal or small-vendor site rather than an established software distribution platform. Installing an opaque prebuilt binary from such a host constitutes a genuine supply-chain risk: if the host is compromised or the maintainer is malicious, arbitrary code executes on the user's system. This is a textbook medium-severity AUR concern — not clearly malicious, but a real supply-chain risk due to an executed binary from an unofficial/personal host with no source code available for review.

PKGBUILD

1 offending line(s) highlighted
1pkgname="ourgalaxy-bin"
2_pkgname="ourgalaxy"
3pkgver=2.1.0
4pkgrel=1
5pkgdesc="app that helps you understand the structural components of the Galaxy"
6arch=("x86_64")
7url='https://www.otherwise.com/'
8license=('custom')
9source=("https://otherwise.com/OurGalaxy_Linux.zip" "ourgalaxy.desktop")
10sha256sums=('2950167d6bad4b1c841326b8d57f60e195dfba1e2bea31b7e176183daac1d9e1' 'd4640e10132c6615870bd5040dd47ed15e9ab5eeba42a2014e6089f55b78494b')
11
12package() {
13 install -d "${pkgdir}/opt"
14 install -d "${pkgdir}/usr/share/applications"
15
16 cp -r "${srcdir}/OurGalaxy_Linux/" "${pkgdir}/opt/${_pkgname}"
17 chmod +x "${pkgdir}/opt/${_pkgname}/OurGalaxy_Linux.x86_64"
18
19 install -m644 "${srcdir}/${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
20}
21
22

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