web-casa/dsh-plugin-pkgseek0

dsh-plugin-pkgseek

PkgSeek Linux package, command and CVE intelligence as native DeepSeek Harness tools

AI 分析

核心用途是为 Agent 提供 Linux 软件包及 CVE 安全漏洞情报查询能力。适合需要进行系统运维、依赖分析或安全漏洞排查的自动化任务。支持配置自定义 API 地址。

パッケージ
dsh-plugin-pkgseek
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/17

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:web-casa/dsh-plugin-pkgseek

ドキュメント

README 全文を読む ↗

Configuration

All settings are optional and live in the plugin's config: row:

- id: pkgseek
  name: dsh-plugin-pkgseek
  config:
    apiBase: https://api.pkgseek.com   # any PkgSeek API deployment
    timeoutMs: 20000                   # per-request timeout
    promptGuidance: true               # register the usage-guidance prompt section
    refreshTools: true                 # refresh tools/list at load (snapshot fallback)
    enabledTools: []                   # allowlist of unprefixed names; empty = all

If the live tools/list fails at load time (offline, API down), the plugin registers from its bundled snapshot and tool calls fail individually with a clear error instead of breaking the profile.