Chuyển đến nội dung chính

dsh-correctover

Đã xác minh

dsh-correctover · v1.0.2 · LicenseRef-Proprietary

Correctover runtime security for DeepSeek Harness (DSH): CCS 7-dimension verification, command-injection/SSRF/credential-exfil blocking, Ed25519 receipts, audit-first. Install with `dsh plugin add dsh-correctover`.

Cài đặt

dsh plugin add dsh-correctover

Xác nhận layer đã áp bằng dsh --profile default --dump-config — xem hướng dẫn cài plugin.

Mã nguồn

Phát hành lên npm mà không có repository công khai. Hãy kiểm tra nội dung package trước khi cài.

Thẻ

Readme

dsh-correctover

Runtime security for DeepSeek Harness (DSH) — CCS 7-dimension verification, command-injection / SSRF / credential-exfiltration blocking, Ed25519 receipts, audit-first.

Install

dsh plugin add dsh-correctover

Or with npm directly:

npm install dsh-correctover

What it does

Once installed in a DSH profile, the plugin auto-mounts and registers:

  • ccs_status model tool — report current policy and live stats
  • ccs_audit model tool — run a security audit on installed plugins
  • tools/pre-execute hook — block dangerous tool calls
  • tools/post-execute hook — scan outputs for leaked secrets / prompt injection
  • subprocess spawn wrapper — block command injection and credential exposure
  • web fetch wrapper — block SSRF to private / link-local networks

It is audit-first: by default it observes and logs, never blocks. Switch to enforce mode when you have tuned rules against real traffic.

CCS standard

CCS (Correctover Conformance Shape) is a 7-dimension runtime verification standard for AI agents: Structure, Schema, Latency, Cost, Identity, Integrity, Security. Published as IETF Internet-Draft draft-correctover-ccs.

Links