/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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agenttrust-scanner - After installation, invoke the skill by name or use
/agenttrust-scanner - Provide required inputs per the skill's parameter spec and get structured output
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 71 downloads so far.
How do I install AgentTrust — Security Scanner for AI Skills?
Run "/install agenttrust-scanner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AgentTrust — Security Scanner for AI Skills free?
Yes, AgentTrust — Security Scanner for AI Skills is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does AgentTrust — Security Scanner for AI Skills support?
AgentTrust — Security Scanner for AI Skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AgentTrust — Security Scanner for AI Skills?
It is built and maintained by poteshniy (@poteshniy); the current version is v1.0.1.