Install
openclaw skills install @poteshniy/agenttrust-scannerScan AI agent skills for malware, prompt injection, data exfiltration, and 47 other security threats. JWS-signed ACT/HALT receipts. x402-native, no API keys, no accounts. MCP manifest scanning.
openclaw skills install @poteshniy/agenttrust-scannerSecurity Scanner and Reputation Oracle for AI agent skills and MCP servers. Scans for malware, prompt injection, tool poisoning, and 47 other threat patterns. Returns cryptographically signed ACT/HALT receipts (JWS, draft-krausz-verification-state-01). x402-native on Base mainnet. Conforming implementation of IETF draft-krausz-verification-state-01 alongside AgentOracle.
Unique features:
Privacy notice: Submitted content is transmitted to the external host agenttrust.uk for analysis. This applies to ALL endpoints including free ones. The agent MUST obtain explicit per-request user consent before any submission and MUST exclude secrets (credentials, keys, tokens, internal URLs) by default. Submitting content is an opt-in action, not a default.
Payment notice: Full scan endpoints require x402 USDC payments on Base. Free tiers require no wallet.
Before sending ANY content to agenttrust.uk — free or paid — ask the user for explicit confirmation and show that the submitted content will leave the local machine and go to the host agenttrust.uk. Do NOT submit content containing credentials, API keys, authorization headers, private keys, tokens, or internal URLs; redact them first or skip submission. Prefer local summarization when content is sensitive. Free endpoints require no wallet; paid endpoints additionally require x402 confirmation with the exact price disclosed.
POST https://agenttrust.uk/v1/scan/free Price: FREE Body: { "content": "<skill content, max 50 lines>" } Returns: safety score 0-100, level (SAFE/MEDIUM/HIGH/CRITICAL), findings, v_gate (act/halt), JWS receipt Note: Rate limited to 10 requests/hour per IP.
POST https://agenttrust.uk/v1/scan Price: 0.015 USDC on Base (x402) Body: { "content": "" } Returns: safety score, all 40 findings, integrity hash, JWS receipt Note: Results are cached — repeated scans return instantly.
POST https://agenttrust.uk/v1/scan/mcp/free Price: FREE Body: { "manifest": } Returns: safety score, level, findings (tool poisoning, shadowing, etc.), v_gate, JWS receipt Note: Rate limited to 10 requests/hour per IP.
POST https://agenttrust.uk/v1/scan/mcp Price: 0.015 USDC on Base (x402) Body: { "manifest": } Returns: full scan, all 50 rules, JWS receipt
POST https://agenttrust.uk/v1/gate Price: FREE Body: { "skill": "", "mcp": , "endpoint": "" } Note: All fields optional — include whichever you want to check. Returns: v_gate (act/halt), v_recommendation, worst_level, per-component results, JWS receipt Use this to check everything at once before your agent acts.
POST https://agenttrust.uk/v1/compose Price: FREE Body: { "claim_hash": "sha256-...", "skill": "", "mcp": } Returns: two-issuer JWS envelope (AgentTrust + AgentOracle), composed_decision (act/halt) Note: Phase 1 live — two signers. Phase 2 adds Presidio as third signer.
POST https://agenttrust.uk/v1/sign Price: FREE Body: { "canonical_bytes_b64u": "" } Returns: AT signature + protected header for composed JWS assembly
GET https://agenttrust.uk/v1/reputation?url=<endpoint_url> Price: FREE Returns: trust score 0-100, badge (TRUSTED/UNVERIFIED/SUSPICIOUS), issues, on-chain stats
GET https://agenttrust.uk/v1/badge?url=<endpoint_url>
Price: FREE
Returns: SVG badge — embed with
GET https://agenttrust.uk/v1/trust/:address Price: 0.010 USDC on Base (x402) Returns: trust score, incident history, audit status
POST https://agenttrust.uk/v1/verify Price: 0.005 USDC on Base (x402) Body: { "hash": "" } or { "content": "" } Returns: verified true/false, last scan result
POST https://agenttrust.uk/v1/report Price: 0.050 USDC on Base (x402) Body: { "content": "", "skill_id": "" } Returns: full report with per-finding remediation guidance
Install once and use all tools directly in your AI client: npx @poteshniy/agenttrust-mcp@1.0.1
Config: {"mcpServers":{"agenttrust":{"command":"npx","args":["@poteshniy/agenttrust-mcp@1.0.1"]}}}
The package version is pinned intentionally. Verify the package (version, publisher, integrity) before changing the pin. Do not add -y — package acquisition should not be silently approved.
All scan responses include a signed receipt field. Verify with: JWKS: https://agenttrust.uk/.well-known/jwks.json Mapping: https://raw.githubusercontent.com/poteshniy/agenttrust/main/docs/mapping-v0.3.md Spec: https://datatracker.ietf.org/doc/draft-krausz-verification-state/