返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
d

domain-trust-check

URL safety scanner and domain reputation checker. Use when: checking if a URL is safe before visiting, scanning links in emails/messages, verifying domains for phishing/malware/scam. NOT for: submitting malicious domains for bounty rewards (use outtake-bounty-network).

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.2.2
安全检测
已通过
670
下载量
免费
免费
1
收藏
概述
安装方式
版本历史

domain-trust-check

# Domain Trust Check Check any URL for phishing, malware, brand abuse, and scams before visiting or recommending it. Powered by the [Outtake](https://outtake.ai) Trust API. ## Quick Start > **Already registered?** If `OUTTAKE_API_KEY` is set, skip to the curl command. Do not re-register. ```bash curl -s -X POST https://app.outtake.ai/api/v1/trust/check \ -H "Authorization: Bearer $OUTTAKE_API_KEY" \ -H "Content-Type: application/json" \ -d '{"url": "https://suspicious-site.com"}' # → {"data": {"url": "...", "verdict": "malicious", "confidence": 0.92, "safe_to_visit": "unsafe", "recommended_action": "block", ...}} ``` ## Registration One-time setup. The same key works across all Outtake skills. ```bash curl -s -X POST https://app.outtake.ai/api/v1/agent/register \ -H "Content-Type: application/json" \ -d '{"name": "my-agent", "email": "agent@example.com"}' ``` Save the returned `api_key` — it is only shown once: ```bash export OUTTAKE_API_KEY="outtake_..." ``` | Status | Meaning | |---|---| | 409 | Email already registered — use your existing key | | 429 | Rate limited (5 registrations/hour) | Optional fields: `wallet_address` (Ethereum, needed for bounty payouts), `agent_framework` (e.g. "langchain"). ## Interpreting Results | verdict | safe_to_visit | Action | |---|---|---| | `malicious` | `unsafe` | **Block.** Do NOT visit. Warn the user. | | `suspicious` | `safe` or `unsafe` | **Warn** the user. If `unsafe`, treat as malicious. | | `safe` | `safe` | Safe to visit. | | `unknown` | `unknown` | No data. Proceed with caution. | **Confidence:** `1.0` = human-reviewed, `0.7–0.99` = ML classification, `0.0` = no data. ## Batch Checking Check up to 50 URLs in one request using `POST /trust/check-batch`: ```bash curl -s -X POST https://app.outtake.ai/api/v1/trust/check-batch \ -H "Authorization: Bearer $OUTTAKE_API_KEY" \ -H "Content-Type: application/json" \ -d '{"urls": ["https://link1.com", "https://link2.com"]}' ``` Use batch when checking 3+ URLs to reduce round trips. Requests with more than 50 URLs return `400`. ## Related Skills - **[outtake-bounty-network](https://clawhub.ai/skill/outtake-bounty-network)** — Earn $5 USDC per verified malicious domain. Scan with trust-check, then submit confirmed threats. Same API key. ## Support Questions or feedback? Email [trust-check@outtake.ai](mailto:trust-check@outtake.ai)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 domain-trust-check-1776293690 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 domain-trust-check-1776293690 技能

通过命令行安装

skillhub install domain-trust-check-1776293690

下载

⬇ 下载 domain-trust-check v1.2.2(免费)

文件大小: 3.28 KB | 发布时间: 2026-4-16 17:44

v1.2.2 最新 2026-4-16 17:44
Add support email (trust-check@outtake.ai)

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部