📦 consensus-send-email-guard — 邮件风控
v1.1.15面向 AI 系统的加权人格化邮件外发治理,实时输出 APPROVE/BLOCK/REWRITE 决策,将审计记录写入链上账本并返回可执行结果。
0· 510·0 当前·0 累计
下载技能包
最后更新
2026/3/3
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill appears to do what it claims: local, deterministic pre-send email governance that writes auditable artifacts to a configured state path. Before installing, (1) ensure CONSENSUS_STATE_FILE / CONSENSUS_STATE_ROOT point to a dedicated, non-sensitive directory (do not reuse system or secrets directories), (2) review the published npm package and the consensus-guard-core / @consensus-tools/consensus-tools dependencies for any unexpected behavior, (3) run the included tests in an isolated e...详细分析 ▾
✓ 用途与能力
Name/description match required binaries (node, tsx), the code implements persona-weighted voting, hard-block logic, rewrite generation, and board writes. Requested env vars (CONSENSUS_STATE_FILE, CONSENSUS_STATE_ROOT) are explained as the local state path and are appropriate for a ledgered decision guard.
✓ 指令范围
SKILL.md and run.js/included source limit behavior to evaluating an input JSON, generating votes, aggregating decisions, and writing artifacts to the configured consensus state path. There are no instructions to read unrelated system files, ask for unrelated credentials, or call external network endpoints in the guard decision path.
ℹ 安装机制
Install is via npm (package: consensus-send-email-guard), which is the expected distribution for a Node package. npm installs are a moderate-risk operation (third-party code fetched at install time); this is proportionate for a Node skill but you should review the published package and its dependencies (consensus-guard-core, @consensus-tools/consensus-tools) before installing in production.
✓ 凭证需求
Only two environment variables are required (state file/root) and their purpose (local state storage) is documented. No API keys, tokens, or unrelated credentials are requested. The code uses the state path to read/write board artifacts—this access is necessary for auditability but you should ensure the path does not point at sensitive system or secrets directories.
✓ 持久化与权限
Skill does not request permanent inclusion (always: false) and does not modify other skills. Its persistence is limited to writing decision/persona artifacts under the configured consensus state path, which is consistent with its auditability goals.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.1.152026/2/27
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install consensus-send-email-guard
镜像加速npx clawhub@latest install consensus-send-email-guard --registry https://cn.longxiaskill.com