deepseek-harness
maintainer Aromatic
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package installs from an official npm registry source, which is a common and reasonable practice for Node.js packages; while the host is not always whitelisted, npmjs.org is a trusted and expected source for this ecosystem, and the package builds from a verifiable, versioned tarball with a provided checksum.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs from an official npm registry source, which is a common and reasonable practice for Node.js packages; while the host is not always whitelisted, npmjs.org is a trusted and expected source for this ecosystem, and the package builds from a verifiable, versioned tarball with a provided checksum.
PKGBUILD
1
pkgname=deepseek-harness
2
_npmver=0.1.0-rc.6
3
pkgver=0.1.0rc.6
4
pkgrel=2
5
pkgdesc='DeepSeek Harness CLI and agent harness'
6
arch=('x86_64')
7
url='https://github.com/deepseek-ai/deepseek-harness'
8
license=('MIT')
9
depends=('nodejs' 'pnpm')
10
makedepends=('npm')
11
options=('!strip')
12
conflicts=('deepseek-harness-bin' 'deepseek-harness-git')
13
14
# Upstream's source-build/release path is not yet ready for downstream packaging.
15
# Use the official npm release tarball until upstream provides a complete source release path.
16
source=("dsh-${_npmver}.tgz::https://registry.npmjs.org/@deepseek-ai/dsh/-/dsh-${_npmver}.tgz")
17
sha256sums=('1b8a9a0ad3c7feaece47926e0bd37ca151c7ccfa997953afa5fd01261784eadc')
18
19
prepare() {
20
rm -rf npm-root npm-cache
21
mkdir -p npm-root/usr npm-cache
22
23
npm install --global \
24
--prefix "$srcdir/npm-root/usr" \
25
--cache "$srcdir/npm-cache" \
26
--omit=dev \
27
--no-audit \
28
--no-fund \
29
--allow-scripts=@deepseek-ai/dsh-subprocess-local,koffi,node-pty \
30
"$srcdir/dsh-${_npmver}.tgz"
31
}
32
33
package() {
34
cp -a "$srcdir/npm-root/usr/." "$pkgdir/usr/"
35
install -Dm644 "$srcdir/package/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
36
find "$pkgdir/usr" -type d -exec chmod 755 {} +
37
chown -R root:root "$pkgdir"
38
}
39
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 00:03:42 | LOW | 2 |
| 2026-08-15 00:26:13 | LOW | 2 |
| 2026-08-14 00:03:41 | LOW | 2 |
| 2026-08-13 15:26:23 | LOW | 2 |