Skip to content
dsh.fish
Bundle

dsh-blockchain-web3

SQL 优化模式:EXPLAIN 分析、索引策略、N+1 解决、查询改写。受 wshobson/agents(38k★ MIT)启发。

Source
satan9394
License
MIT
Updated
Updated 6 days ago

Readme

# dsh-blockchain-web3

DSH(DeepSeek Harness)技能插件:**Web3 与智能合约安全**。

Solidity 漏洞预防(重入/溢出/访问控制)、CEI 模式、DeFi 协议设计要点、审计准备与 Hardhat 攻击路径测试。受 [wshobson/agents](https://github.com/wshobson/agents)(38k★ MIT)启发的中文原创精简版。

## 安装

```bash
dsh plugin add dsh-blockchain-web3
```

## 触发方式

描述中包含"智能合约 / Solidity / DeFi / 重入攻击 / 审计 / web3 / 区块链 / CEI 模式"等关键词时自动触发。

## 能力

- 常见漏洞与预防对照(重入/溢出/访问控制/预言机)
- CEI 模式(CHECKS→EFFECTS→INTERACTIONS)
- DeFi 协议设计要点(资金安全/清算/时间锁)
- 审计准备与攻击路径测试

## 许可

MIT

Install

dsh plugin --profile web add github:satan9394/dsh-blockchain-web3

Profile: web

  • This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.
Source