dsh-correctover
Verifieddsh-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`.
Install
dsh plugin add dsh-correctover Confirm the layer applied with dsh --profile default --dump-config β see the install guide.
Source
Published to npm without a public repository. Inspect the package contents before installing.
Tags
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_statusmodel tool β report current policy and live statsccs_auditmodel 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
- Main package: correctover
- Source: codeberg.org/correctover-labs/correctover
- Scanner CLI:
npx correctover-scan