Resanity: Evidence Search and Load-Bearing Claim Audit Skill for Retail Investment Research

Resanity is an investment research assistant Skill for the DSH agent host, currently at official version 0.2.1, maintained by Thhoho under the MIT license. It aims to address issues in retail investment research such as insufficient evidence, vague inference boundaries, and difficulties in updating conclusions. Its core function is to decompose investment decisions into four dimensions—observations, inferable items, non-inferable items, and decision impact—strictly distinguishing facts from inferences. The tool provides a DSH plugin, an anchor check (/resanity-check), and optional Tushare data credential support, preserving verifiable judgments through a "cognitive anchor" mechanism (active/refuted/realized/archived), and executes read-only reminders only on date triggers without automatically revising user viewpoints. Resanity is explicitly not a stock recommendation or automated trading tool, and strongly emphasizes...

Read More
Qiushi DSH Evidence Audit: Leaving Locally Verifiable Hash Chain Evidence Receipts for DeepSeek Harness

Qiushi DSH Evidence Audit is a community-maintained observation plugin for the DeepSeek Harness (DSH), designed to preserve runtime observation points without leaking plaintext sensitive information. It generates deterministic, hash-chained JSONL evidence receipts by listening to the official `tools/result` and `session/event` extension points. The plugin strictly adheres to the "observation-only" principle: it does not modify prompts, tool parameters, or results, nor does it store plaintext Session IDs—it only records event categories, timestamps, and SHA-256 hashes of key data. Its core mechanism involves constructing a tamper-evident local evidence chain: each entry contains a sequence number, timestamp, and forward/backward hash links. Upon startup, the plugin verifies the integrity of existing files, and if chain tampering is detected, it promptly issues an alert.

Read More
Use qiushi-dsh-evidence-audit to leave a locally verifiable hash chain deposit for DeepSeek Harness

`qiushi-dsh-evidence-audit` is a DSH session and message plugin maintained by 030611 (MIT License, npm version 0.1.0). It only monitors `tools/result` and `session/event`, writes the standardized observation values into a local SHA-256 hash chained JSONL file, and does not store prompts, parameters, results and session IDs in plaintext. Install via the catalog command: `dsh plugin add github:030611/qiushi-dsh-evidence-audit`. Compatibility is only pinned to the tested DSH commit. The plugin has the same permissions as the current dsh process, please check the source code and license before installation.

Read More