baolunshu/dsh-struct-guard0

dsh-struct-guard

结构嵌入协议验证工具,用于检查信任边界、方向漂移和言行一致性

AI Analysis

核心用途是协议与安全验证。适合需要对 DSH 运行时的信任边界和一致性进行合规性检查的系统管理员或开发者。

Package
dsh-struct-guard
Version
1.0.1
Last updated
Sep 7, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

使用

const guard = require('dsh-struct-guard'); guard.verify(); // 输出: { trust: true, drift: false, consistency: true }