chengganping-ship-it/dsh-tool-codereview

- codereview: Comprehensive code quality analysis - securityscan: OWASP Top 10 vulnerability scanning - dependencyaudit: CVE-based vulnerability detection - performancecheck: N+1, memory leak detection - codecheck: Quick pass/fail validation

catalog 简介 / catalog descriptioncatalog description:Professional Code Review & Security Scan plugin for DeepSeek Harness - SARIF output, OWASP Top 10, AI-enhanced analysis, auto-fixes

项目介绍Project Overview

dsh-tool-codereview 是 DeepSeek Harness 的代码审查与安全扫描插件,提供代码质量分析、OWASP Top 10 漏洞扫描、依赖 CVE 审计、性能问题检测(如 N+1、内存泄漏)及快速通过/失败校验。适用于提交前审查、CI 检查或安全加固场景。结果依赖规则与模型判断,需人工复核,不能替代完整安全审计。

dsh-tool-codereview is a DeepSeek Harness plugin for AI-powered code review and security scanning. It provides code quality analysis, OWASP Top 10 vulnerability scanning, dependency CVE auditing, performance checks such as N+1 queries and memory leaks, and quick pass/fail validation. Use it before commits, in CI, or during security hardening. Findings depend on rules and model analysis, so review results manually; it does not replace a full security audit.

或使用命令行安装(适合开发者)Or use CLI install (for developers)

命令行安装CLI Install

dsh plugin --profile web add https://github.com/chengganping-ship-it/dsh-tool-codereview/archive/refs/tags/v0.3.0.tar.gz

chengganping-ship-it/dsh-tool-codereview 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

dsh-tool-codereview

DSH Plugin License: MIT dsh-plugin

AI-Powered Code Review & Security Scan plugin for DeepSeek Harness

Features

  • code_review: Comprehensive code quality analysis
  • security_scan: OWASP Top 10 vulnerability scanning
  • dependency_audit: CVE-based vulnerability detection
  • performance_check: N+1, memory leak detection
  • code_check: Quick pass/fail validation

Installation

dsh plugin --profile web add https://github.com/chengganping-ship-it/dsh-tool-codereview/archive/refs/tags/v0.3.0.tar.gz

License

MIT

上一个 Prev dsh-ai-pm 下一个 Next dsh-semantic-memory