Community directory previewDeepSeek Harness is in developer preview
DD

dsh-document-parser

PluginConfirmed pluginCommunity

miaobuao/dsh-document-parser · updated 18 days ago

Installation

dsh plugin --profile web add file:/absolute/path/to/dsh-document-parser
dsh plugin --profile web add dsh-document-parser
dsh plugin --profile web add github:miaobuao/dsh-document-parser

Plugins in this repository

  • dsh-document-parserv0.1.0

    A DeepSeek Harness document parsing tool powered by LiteParse

    package.json
    package.json
    dsh.bundle.patch
    cordis.patch.yml
    Official core packages (3)
    • @deepseek-ai/cordis^4.0.1private copy
    • @deepseek-ai/dsh-fs^0.1.0-rc.6private copy
    • @deepseek-ai/dsh-tools^0.1.0-rc.6private copy

Paths are pinned to commit e022e2ac79c9

Overview

A DeepSeek Harness document parsing tool powered by LiteParse

Repository check result

Results are bound to the listed commit and cover only static checks run by this registry. The Evidence Score measures reviewable information; it is not a compatibility percentage or a security guarantee.

Static repository check

High risk
Checked commit
e022e2ac79c9
Evidence Score
57/100
Static risk
High risk
Files scanned
4
Findings
8

Evidence breakdown

Source provenance20/25
Install documentation25/25
Maintenance12/20
Compatibility evidence5/20
Security signals0/10

Compatibility confidence: Limited

Install-time scripts (2)
  • preparenode scripts/prepare.mjs
  • postinstallnode scripts/postinstall.mjs
Findings (8)
  • Highinstall.script
    package.jsoninstall-time
    "prepare": "node scripts/prepare.mjs"
  • Highinstall.script
    package.jsoninstall-time
    "postinstall": "node scripts/postinstall.mjs"
  • Highshell.rm-rf
    package.json:26dangerous-shell
    "clean": "rm -rf lib",
  • Mediumdeps.core-package-installed
    package.jsondependencies
    "@deepseek-ai/dsh-tools": "^0.1.0-rc.6"
  • Mediumdeps.core-package-installed
    package.jsondependencies
    "@deepseek-ai/cordis": "^4.0.1"
  • Mediumdeps.core-package-installed
    package.jsondependencies
    "@deepseek-ai/dsh-fs": "^0.1.0-rc.6"
  • Mediumobfuscation.child-process
    scripts/postinstall.mjs:1obfuscation
    import { execFileSync } from 'node:child_process'
  • Mediumobfuscation.child-process
    scripts/prepare.mjs:3obfuscation
    import { execFileSync } from 'node:child_process'
Not run
  • Dependency advisory database scan
  • Installation execution test
  • Runtime behavior verification

Scanner 1.0.0 · Scorer 1.0.0