DSH Verification Receipt: Appending Minimal Summaries to Each Execution Round of DeepSeek Harness

DSH Verification Receipt is a community-maintained, MIT-licensed passive plugin for DeepSeek Harness. It is designed to mitigate privacy risks associated with locally retaining execution traces by appending a privacy-minimized JSONL summary after each session ends, avoiding direct logging of complete sensitive logs. The plugin's core adopts a passive observation mode, registering no new tools and making no changes to model history or context, ensuring zero additional token cost without affecting the model experience. Its functionality focuses on recording tool invocation counts and identifying verification-related signals such as `test` and `lint` based on lexical matching. To safeguard privacy, it strictly excludes sensitive information including tool parameters, invocation IDs, command outputs, message text, and raw session IDs, retaining only coarse-grained statuses and categories. During installation, it must be specified.

Read More