/install agenttrust-scanner
AgentTrust
Description
Security Scanner and Reputation Oracle for AI Agent Skills. Scan any OpenClaw SKILL.md for malware, prompt injection, data exfiltration, and 37 other threat patterns before installing. Reputation scores for agent wallets.
Free tier available. Full scan via x402 — no API keys, no accounts.
Instructions
Use when the user wants to scan a skill for threats, verify it is safe to install, check skill integrity, or look up an agent wallet reputation.
Free scan (no payment required)
POST https://agenttrust.uk/v1/scan/free Price: FREE Body: { "content": "\x3Cskill content, max 50 lines>" } Returns: score 0-100, level SAFE/MEDIUM/HIGH/CRITICAL, top 3 findings (5 rules checked)
Full scan (x402 payment)
POST https://agenttrust.uk/v1/scan Price: 0.015 USDC on Base (x402) Body: { "content": "\x3Cfull skill content>" } Returns: score 0-100, level SAFE/MEDIUM/HIGH/CRITICAL, all findings (40 rules), hash
Reputation lookup
GET https://agenttrust.uk/v1/trust/:address Price: 0.010 USDC on Base (x402) Returns: score, incidents, audits, verified status
Verify integrity
POST https://agenttrust.uk/v1/verify Price: 0.005 USDC on Base (x402) Body: { "hash": "\x3Csha256>" } or { "content": "\x3Cskill content>" } Returns: verified true/false, last scan level and score
Full audit report
POST https://agenttrust.uk/v1/report Price: 0.050 USDC on Base (x402) Body: { "content": "\x3Cskill content>", "skill_id": "\x3Cn>" } Returns: full report with recommendations per finding
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agenttrust-scanner - 安装完成后,直接呼叫该 Skill 的名称或使用
/agenttrust-scanner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
AgentTrust — Security Scanner for AI Skills 是什么?
Scan AI skills for malware, injections, data leaks, verify integrity, and check agent wallet reputation without API keys or accounts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 71 次。
如何安装 AgentTrust — Security Scanner for AI Skills?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agenttrust-scanner」即可一键安装,无需额外配置。
AgentTrust — Security Scanner for AI Skills 是免费的吗?
是的,AgentTrust — Security Scanner for AI Skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
AgentTrust — Security Scanner for AI Skills 支持哪些平台?
AgentTrust — Security Scanner for AI Skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AgentTrust — Security Scanner for AI Skills?
由 poteshniy(@poteshniy)开发并维护,当前版本 v1.0.1。