📦 Agent Reliability — 智能体可靠性保障

v0.1.0

在复杂多步工作流中实时捕捉异常、自动降级、量化置信度,并聚合多智能体投票,持续保证输出精准与流程稳定。

0· 68·0 当前·0 累计
下载技能包
License
MIT
最后更新
2026/3/31
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
可疑
high confidence
NULL
评估建议
This package appears designed to provide reliability tooling, but it contains multiple coherence issues that make it unreliable rather than malicious. Before installing or enabling it in any agent: - Don't deploy to production yet. Run the tests locally (npm test) in an isolated environment to observe failures. - Manually review the exported API surface: the tests call consensus.getSession and consensus.getStats and the ReportGenerator expects monitor.getStats(), but the codebase does not defin...
详细分析 ▾
用途与能力
The name, description, SKILL.md examples, and most source files (ReliabilityMonitor, FallbackManager, ConfidenceCalculator, VotingConsensus, ReportGenerator) consistently implement monitoring, fallback, confidence calculation, and voting/consensus features — these align with the skill's stated purpose.
指令范围
SKILL.md usage examples are limited to requiring the module, creating objects, and calling library methods (no instructions to read system files, exfiltrate data, or call external endpoints). However, the included test suite and some modules expect or call APIs that are either missing or mismatched (see below), which means runtime behavior could be broken or behave unexpectedly if consumers follow the examples.
安装机制
No install spec beyond 'npm install' in SKILL.md; package.json has no external dependencies and no install-time downloads. This is low risk from an installer perspective (no arbitrary remote code fetched during install).
凭证需求
No required environment variables, no required binaries, and no requested config paths — the requested permissions are proportional to a pure JavaScript library.
持久化与权限
Skill flags are default (not always:true), and there is no code that attempts to persistently modify agent/platform configuration or access other skills' credentials. No privileged persistence behavior detected.
安全有层次,运行前请审查代码。

License

MIT

可自由使用、修改和再分发,需保留版权声明。

运行时依赖

无特殊依赖

版本

latestv0.1.02026/3/31

NULL

Pending

安装命令

点击复制
官方npx clawhub@latest install yuyonghao-agent-reliability
镜像加速npx clawhub@latest install yuyonghao-agent-reliability --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库