deepseek-harness-bin
maintainer Aromatic
· 2 votes
· scanned 2026-08-18 01:38:17.845211
LOW
View on AUR ↗
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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.
PKGBUILD
1
pkgname=deepseek-harness-bin
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
provides=('deepseek-harness')
13
conflicts=('deepseek-harness' 'deepseek-harness-git')
14
source=("dsh-${_npmver}.tgz::https://registry.npmjs.org/@deepseek-ai/dsh/-/dsh-${_npmver}.tgz")
15
sha256sums=('1b8a9a0ad3c7feaece47926e0bd37ca151c7ccfa997953afa5fd01261784eadc')
16
17
prepare() {
18
rm -rf npm-root npm-cache
19
mkdir -p npm-root/usr npm-cache
20
21
npm install --global \
22
--prefix "$srcdir/npm-root/usr" \
23
--cache "$srcdir/npm-cache" \
24
--omit=dev \
25
--no-audit \
26
--no-fund \
27
--allow-scripts=@deepseek-ai/dsh-subprocess-local,koffi,node-pty \
28
"$srcdir/dsh-${_npmver}.tgz"
29
}
30
31
package() {
32
cp -a "$srcdir/npm-root/usr/." "$pkgdir/usr/"
33
install -Dm644 "$srcdir/package/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
34
find "$pkgdir/usr" -type d -exec chmod 755 {} +
35
chown -R root:root "$pkgdir"
36
}
37
Changes since previous scan
--- PKGBUILD @ 2026-08-13 13:26+++ PKGBUILD @ 2026-08-18 01:38@@ -1,15 +1,15 @@ pkgname=deepseek-harness-bin _npmver=0.1.0-rc.6-pkgver=0.1.0_rc.6-pkgrel=1+pkgver=0.1.0rc.6+pkgrel=2 pkgdesc='DeepSeek Harness CLI and agent harness' arch=('x86_64') url='https://github.com/deepseek-ai/deepseek-harness' license=('MIT')-depends=('nodejs>=22.19.0')+depends=('nodejs' 'pnpm') makedepends=('npm') options=('!strip')-provides=('deepseek-harness' 'dsh')+provides=('deepseek-harness') conflicts=('deepseek-harness' 'deepseek-harness-git') source=("dsh-${_npmver}.tgz::https://registry.npmjs.org/@deepseek-ai/dsh/-/dsh-${_npmver}.tgz") sha256sums=('1b8a9a0ad3c7feaece47926e0bd37ca151c7ccfa997953afa5fd01261784eadc')@@ -24,11 +24,14 @@ --omit=dev \ --no-audit \ --no-fund \+ --allow-scripts=@deepseek-ai/dsh-subprocess-local,koffi,node-pty \ "$srcdir/dsh-${_npmver}.tgz" } package() { cp -a "$srcdir/npm-root/usr/." "$pkgdir/usr/"- chmod -R u+rwX,go+rX,go-w "$pkgdir/usr/lib/node_modules"+ install -Dm644 "$srcdir/package/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"+ find "$pkgdir/usr" -type d -exec chmod 755 {} ++ chown -R root:root "$pkgdir" } Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 01:38:17 | LOW | 1 |
| 2026-08-14 00:03:41 | CLEAN | 2 |
| 2026-08-13 15:26:23 | LOW | 1 |
| 2026-08-13 13:26:16 | LOW | 1 |