Skip to content

Latest commit

 

History

History
121 lines (95 loc) · 5.54 KB

File metadata and controls

121 lines (95 loc) · 5.54 KB
name jadegate
description The TLS of AI Tool Calls — 46 security-verified skills for MCP servers. Transparent security proxy with zero config, zero dependencies.

JadeGate Skills Collection

The TLS of AI Tool Calls — 46 security-verified skills for MCP (Model Context Protocol) servers.

Quick Start

pip install jadegate
jadegate install       # Protect all MCP clients
jadegate scan          # Audit MCP servers
jadegate list          # Browse 150+ skills

Skills (46 total)

JadeGate Core (8 skills)

Skill Description
jadegate Main MCP security proxy — 6 security layers for every tool call
jadegate-scan Scan and audit MCP servers for security risks
jadegate-verify 5-layer security verification for skill files
jadegate-install Auto-install protection into MCP client configs
jadegate-policy Manage security policies, whitelists, and rate limits
jadegate-trust TOFU certificates and Ed25519 signature management
jadegate-sdk Python SDK — protect tool calls with 2 lines of code
jadegate-skill-browse Browse and search 150+ verified skills

Communication (5 skills)

Skill Description
email-send-safe Secure SMTP email with confirmation and content sanitization
slack-send-message Send messages to Slack via webhook
telegram-send-msg Send messages via Telegram Bot API
discord-webhook-send Send messages to Discord channels
notion-page-read Read Notion pages via API

Network & Security (7 skills)

Skill Description
dns-lookup DNS record queries
ip-geolocation IP address geolocation lookup
http-health-check HTTP endpoint health monitoring
ssl-cert-check SSL/TLS certificate inspection
whois-lookup WHOIS domain registration lookup
hash-file-verify File hash computation and verification
base64-file-encode Base64 file encoding/decoding

Web (6 skills)

Skill Description
defuddle Use Defuddle to extract readable main content and debug extraction pipelines
web-search-query Web search via public APIs
webpage-content-extract Extract content from web pages
webpage-screenshot Capture web page screenshots
rss-feed-reader Parse and read RSS feeds
exa-semantic-search Semantic web search via Exa API

Data Processing (6 skills)

Skill Description
csv-data-analysis CSV file analysis and statistics
json-data-transform JSON data transformation with JMESPath
pdf-table-parser Parse tables from PDF files
image-resize-convert Image resizing and format conversion
qr-code-generate QR code generation
text-translation Text translation via public APIs

Git & DevOps (5 skills)

Skill Description
git-clone-repo Safe git repository cloning
git-diff-summary Git diff analysis and summarization
github-create-issue Create GitHub issues via API
docker-container-list List and inspect Docker containers
ssh-remote-exec Secure remote command execution via SSH

Development Workflow (1 skill)

Skill Description
karpathy-guidelines Coding guardrails that surface assumptions, prefer simpler changes, and require verification

Knowledge Management (1 skill)

Skill Description
llm-wiki Design and maintain a persistent Obsidian-compatible LLM wiki with ingest, query, and lint workflows

System & Utilities (7 skills)

Skill Description
file-batch-rename Batch file rename with regex patterns
sqlite-db-query Safe SQLite database queries
log-error-analyzer Log file error pattern analysis
timezone-query Timezone conversion and queries
weather-api-query Weather data from free public APIs
text-sentiment Text sentiment analysis
web-anti-crawl-bypass Anti-crawler detection and handling

Security

All skills pass JadeGate's 5-layer security verification:

  1. Schema validation
  2. Code injection scan (22 patterns)
  3. Dangerous command detection (25 patterns)
  4. Network/data leak analysis
  5. DAG integrity check

License: BSL-1.1 (converts to Apache 2.0 in 4 years)