depscan-api
Dependency health checker for AI agent skills. Analyzes external endpoints for uptime, SSL validity, domain reputation, ownership changes, and abuse scores. Returns a 0-100 trust score per endpoint.
README
DepScan API
Dependency health checker for AI agent skills. Validates external endpoints, SSL certificates, domain reputation and blacklists before your agent trusts a skill's infrastructure.
Live endpoint: https://depscan.net Health check: https://depscan.net/v1/health
Why this exists
A skill can have clean code and still connect to malicious or unreliable infrastructure. DepScan checks the external dependencies a skill reaches out to — the attack surface that code scanners miss.
What it checks
- HTTP/HTTPS uptime and response latency
- SSL certificate validity and days until expiration
- Domain age and ownership history (WHOIS)
- IP abuse reputation score (AbuseIPDB)
- Blacklist status (Spamhaus DBL)
Quick start
1. Get an API key
Create a Stripe checkout session — the key is pre-generated and activates after payment:
curl -X POST https://depscan.net/v1/billing/checkout \
-H "Content-Type: application/json" \
-d '{"tier": "single_starter"}'
Response:
{
"checkout_url": "https://checkout.stripe.com/...",
"api_key": "dsk_live_...",
"note": "Save your API key now — it will not be shown again."
}
Store api_key. Complete payment at checkout_url. Key activates automatically within seconds.
2. Run a scan
curl -X POST https://depscan.net/v1/scan-deps \
-H "Content-Type: application/json" \
-H "Authorization: Bearer dsk_live_your_key" \
-d '{
"skill_url": "https://github.com/owner/skill-repo",
"scan_type": "deep"
}'
3. Response
{
"scan_id": "dep_x9y8z7w6v5u4t3s2",
"overall_score": 61,
"status": "CAUTION",
"recommendation": "REVIEW_BEFORE_INSTALL",
"endpoints": [
{
"url": "https://api.example.com",
"status": "UP",
"latency_ms": 210,
"ssl_valid": true,
"ssl_expires_days": 14,
"domain_age_days": 23,
"abuse_score": 0,
"in_blacklist": false,
"flags": ["SSL_EXPIRING", "NEW_DOMAIN"]
}
],
"timestamp": "2026-03-01T12:00:00Z"
}
Flags: SSL_EXPIRING · SSL_EXPIRED · NEW_DOMAIN · OWNER_CHANGED · ABUSE_REPORTED · IN_BLACKLIST · HIGH_LATENCY · NO_HTTPS · REDIRECT_CHAIN
Scan types
| Type | Description | Credits |
|---|---|---|
single |
Uptime + SSL + Spamhaus blacklist | 1 credit |
deep |
Single + WHOIS + domain age + AbuseIPDB | 1 credit |
Results cached 24 hours — rescanning the same domain costs zero credits.
Pricing (MXN)
| Tier | Credits | Price | Type |
|---|---|---|---|
single_starter |
25 | $25 | One-time |
single_pro |
100 | $80 | One-time |
single_business |
500 | $299 | One-time |
deep_starter |
10 | $30 | One-time |
deep_pro |
50 | $120 | One-time |
deep_business |
200 | $499 | One-time |
monitor |
500/month | $199/month | Subscription |
unlimited |
Unlimited | $999/month | Subscription |
Endpoints
| Method | Path | Auth | Description |
|---|---|---|---|
POST |
/v1/billing/checkout |
None | Create checkout session + pre-generate API key |
POST |
/v1/scan-deps |
Bearer | Submit skill or endpoint list for scanning |
GET |
/v1/scan/{scan_id} |
Bearer | Retrieve scan result |
POST |
/v1/monitor/subscribe |
Bearer | Subscribe skill to Monitor tier |
GET |
/v1/monitor/{skill_id}/history |
Bearer | Monitor scan history (last 30 days) |
GET |
/v1/health |
None | Service status |
Input options
{ "skill_url": "https://github.com/owner/skill-repo", "scan_type": "single" }
{ "endpoints": ["https://api.one.com", "https://api.two.com"], "scan_type": "deep" }
Score interpretation
| Score | Status | Recommendation |
|---|---|---|
| 80–100 | SAFE | SAFE_TO_INSTALL |
| 60–79 | CAUTION | REVIEW_BEFORE_INSTALL |
| 40–59 | RISK | REVIEW_BEFORE_INSTALL |
| 0–39 | CRITICAL | DO_NOT_INSTALL |
Latency & availability
- Average scan time: < 5 seconds (parallel async checks)
- Uptime: 99.9% (Contabo dedicated VPS)
- Response format: JSON
Companion service
SecurityScan API analyzes skill source code for security vulnerabilities (prompt injection, malware, OWASP LLM Top 10): https://apisecurityscan.net
License
MIT — this repository contains documentation and skill package only. Service source code is proprietary.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。