claude-science

maintainer boraarslan · 1 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package downloads a prebuilt executable from a non-whitelisted host (downloads.claude.ai), which presents a supply-chain risk if the host is compromised or the URL is spoofed, despite having a valid checksum.

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:16 source=("cs-legal::https://code.claude.com/docs/en/legal-and-compliance.md")
  • PKGBUILD:17 source_x86_64=("claude-science-${pkgver}::https://downloads.claude.ai/claude-science/${pkgver}/linux-x64")
MEDIUM AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a prebuilt executable from a non-whitelisted host (downloads.claude.ai), which presents a supply-chain risk if the host is compromised or the URL is spoofed, despite having a valid checksum.

PKGBUILD

2 offending line(s) highlighted
1# Maintainer: Bora <bora.rs@pm.me>
2pkgname=claude-science
3pkgver=0.1.21
4pkgrel=1
5pkgdesc="Run Claude on your data locally, in your browser — Anthropic's research agent (beta)"
6arch=('x86_64')
7url="https://claude.com/product/claude-science"
8license=('LicenseRef-claude-science')
9depends=('glibc' 'bash' 'socat' 'bubblewrap>=0.8.0')
10optdepends=('xdg-utils: auto-open the web UI in your browser (claude-science serve / open)'
11 'ca-certificates: system CA trust store for TLS in restricted environments')
12# Self-contained Bun single-file executable with embedded JS/resources — stripping breaks it.
13options=('!strip')
14# Legal doc is a live page (same one the claude-code AUR package ships): SKIP its checksum.
15# The binary is pinned to a version-stable, content-addressed URL with a real checksum.
16source=("cs-legal::https://code.claude.com/docs/en/legal-and-compliance.md")
17source_x86_64=("claude-science-${pkgver}::https://downloads.claude.ai/claude-science/${pkgver}/linux-x64")
18sha256sums=('SKIP')
19sha256sums_x86_64=('f7124b8d21862b0633b0abf93f70c179ced8f69e6d5ed6c7f40285e2885929fe')
20
21package() {
22 install -Dm755 "${srcdir}/claude-science-${pkgver}" "${pkgdir}/usr/bin/claude-science"
23 install -Dm644 "${srcdir}/cs-legal" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
24}
25

Changes since previous scan

--- PKGBUILD @ 2026-07-22 00:29
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,6 +1,6 @@
# Maintainer: Bora <bora.rs@pm.me>
pkgname=claude-science
-pkgver=0.1.18
+pkgver=0.1.21
pkgrel=1
pkgdesc="Run Claude on your data locally, in your browser — Anthropic's research agent (beta)"
arch=('x86_64')
@@ -16,7 +16,7 @@
source=("cs-legal::https://code.claude.com/docs/en/legal-and-compliance.md")
source_x86_64=("claude-science-${pkgver}::https://downloads.claude.ai/claude-science/${pkgver}/linux-x64")
sha256sums=('SKIP')
-sha256sums_x86_64=('d15bea06b9212eb5687e27107296a7c842204330a0c72a35aee9b29f65e9c15e')
+sha256sums_x86_64=('f7124b8d21862b0633b0abf93f70c179ced8f69e6d5ed6c7f40285e2885929fe')
package() {
install -Dm755 "${srcdir}/claude-science-${pkgver}" "${pkgdir}/usr/bin/claude-science"

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 11:20:06 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

Report a package

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

0 / 4000
Your suggestion