편집자 노트

2160039878-cyber/dsh-plugin-market

A loud GitHub plugin radar for DeepSeek Harness.

이것은 DeepSeek Harness(DSH) 플러그인입니다. 이 사이트는 GitHub README, 설치 정보, 유지보수 상태, 공개 보안 시그널을 모아 보여줍니다.

업스트림에서 중국어 README를 제공하지 않아 저장소 원본 내용을 표시합니다.

DSH Plugin Market

The loud little plugin radar DeepSeek Harness should have shipped with.

DeepSeek Harness Plugin License: MIT

dsh-plugin-market adds a floating GitHub-powered plugin browser to DeepSeek Harness Web. It is intentionally small, fast, and non-invasive: search repositories, compare stars, inspect whether a repository looks installable, open GitHub, copy the install command, then decide for yourself.

DSH Plugin Market screenshot

Why This Exists

DeepSeek Harness says everything is a plugin. Great. But the ecosystem is already noisy: topics, awesome lists, random forks, half-working experiments, and hidden gems are all mixed together.

This plugin gives you a radar inside DSH:

  • Find DSH-related repositories without leaving the app.
  • Paste an exact owner/repo or GitHub repository URL when search indexing is slow.
  • See stars, forks, language, update time, and descriptions at a glance.
  • Copy a candidate dsh plugin --profile web add ... command.
  • Run a quick installability check for package.json, dsh.bundle.patch, patch files, and Web client entry points.
  • Stay safe: no automatic remote install, no API key access, no hidden writes.

Features

  • Default search: topic:dsh-plugins -user:deepseek-ai.
  • The panel does not auto-search on open; this avoids immediate failures when api.github.com is blocked or rate-limited.
  • Strict mode is enabled by default: normal search results are hidden unless the repository passes the DSH bundle health check.
  • If strict search finds no verified plugins, raw candidates are still shown as leads, but install command copying stays disabled.
  • Direct repository lookup without the GitHub Search API: 2160039878-cyber/dsh-plugin-market or https://github.com/2160039878-cyber/dsh-plugin-market.
  • Sort by stars, update time, or forks.
  • Open matching repositories on GitHub.
  • Check whether a repository looks like a real DSH bundle.
  • Copy install commands only after the repository passes the DSH plugin health check.
  • Works as a DSH Web client plugin.
  • No build step.
  • No dependencies.
  • No token storage.

Install

dsh plugin --profile web add github:2160039878-cyber/dsh-plugin-market
dsh web

Open http://127.0.0.1:3080/ and look for the 插件市场 button in the top-right corner.

Local Development

git clone https://github.com/2160039878-cyber/dsh-plugin-market.git
cd dsh-plugin-market
npm run check
dsh plugin --profile web add file:$PWD
dsh web

Rollback

dsh plugin --profile web remove dsh-plugin-market

Safety Model

This project is a browser-side helper. It reads public GitHub repository search results through the GitHub Search API and renders them in DSH Web.

It does not:

  • read DSH API keys;
  • install remote code automatically;
  • write to your DSH profile by itself;
  • call private GitHub APIs;
  • persist repository lists locally.

Status

MVP. Useful now, intentionally not clever yet.

Planned only if needed:

  • installed-plugin detection;
  • richer plugin verification;
  • better category filters;
  • GitHub rate-limit status;
  • one-click install behind explicit confirmation.

Historical Versions

Historical source snapshots are kept in archive/ in addition to Git tags and GitHub releases.

License

MIT

REPOSITORY SIGNALS

보안 및 설치 증거

이 점수는 공개 저장소 메타데이터와 이 사이트에 등록된 설치 증거에만 기반하며, 코드 보안 감사와 다릅니다.

출처 추적 가능

공개 플러그인 카탈로그에서 왔으며, 공개 GitHub 저장소로 연결됩니다.

라이선스

저장소가 MIT 라이선스를 선언했습니다.

유지보수 활동

최근 180일 내 코드 업데이트가 있습니다.

설치 증거

재현 가능한 정확한 설치 메타데이터가 아직 등록되지 않았습니다. 저장소 설명에 따라 직접 확인하세요.

설치 라이프사이클 스크립트

검사한 패키지 메타데이터에 설치 라이프사이클 스크립트가 선언되지 않았습니다.