Product Features

Everything you need to secure your AI agent stack — from open-source scanning to enterprise compliance. All tiers include the full spidershield open-source toolset.

Open Source

Full three-phase security: scan, guard, and audit. MIT licensed, free forever.

MCP Security Proxy

Open Source

Wrap any MCP server with a security proxy. Every tool call is checked against 15,923 rated servers, scanned for secrets/PII, and logged. Works with Claude Desktop, Cursor, Windsurf — any MCP client.

Install

$ npm i -g spidershield-proxyClick to copy

Claude Code Hook

Open Source

Automatic security checks for every MCP tool call in Claude Code. Grade F tools get blocked, Grade D triggers a warning. Zero dependencies.

Install

$ pip install spidershieldClick to copy

OpenClaw Plugin

Open Source

Three-phase runtime security for OpenClaw agents: before_tool_call (Trust Score + DLP), after_tool_call (output scanning + audit), message_sending (outbound DLP). Three policy modes.

Install

$ openclaw plugins install spidershield-openclaw-pluginClick to copy

Security Scanner

Open Source

Scan any MCP server for 46 security rules, 5-dimension description quality scoring, and architecture analysis. Output as table, JSON, SARIF, or auto-generated policy YAML.

Install

$ pip install spidershieldClick to copy

DLP Engine

Open Source

Detect secrets (API keys, tokens, private keys — 50+ patterns) and PII (credit cards, SSN, email, phone) in tool parameters and outputs. Redact, mask, or block. Included in all packages above.

Policy Engine

Open Source

YAML-based rules with three presets (strict, balanced, permissive). Auto-generated policy templates from scan data — 15,923 servers covered. Included in all packages above.

Pro

Cloud audit dashboard, alerts, and team policies. $49/month.

Pro API Keys

Pro

Generate up to 10 API keys (sr_pro_…) per account. Keys authenticate SDK uploads, Trust Registry queries, and Dashboard API access. Rotate or revoke instantly from your Account page.

API Endpoints

POST /api/v1/apikeysGET /api/v1/apikeysDELETE /api/v1/apikeys/:id

Cloud Audit Log

Pro

Every tool call intercepted by RuntimeGuard is streamed to your cloud audit log with full context: session ID, tool name, decision (allow / deny / escalate), PII detected, and policy matched. 90-day retention on Pro, 1 year on Business+.

API Endpoints

POST /api/v1/audit/ingestGET /api/v1/audit/eventsGET /api/v1/audit/events/:id

Security Dashboard

Pro

Real-time metrics at a glance: total events, block rate, top triggered rules, DLP detections, and risk trend over time. Drill down by session, tool, or time range.

API Endpoints

GET /api/v1/dashboard/statsGET /api/v1/dashboard/timelineGET /api/v1/dashboard/top-rules

Visual Policy Editor

Pro

Create and manage security policies through the web UI or API. Define rules per tool, set allow / deny / escalate actions, and attach conditions. Changes take effect immediately — no restarts needed.

API Endpoints

GET /api/v1/policiesPOST /api/v1/policiesPUT /api/v1/policies/:idDELETE /api/v1/policies/:id

Alert Rules & Webhooks

Pro

Define alert rules that fire when security conditions are met (e.g., > 10 blocks in 5 minutes). Deliver alerts via webhook to Slack, PagerDuty, or any HTTP endpoint. Track delivery status and retry failed deliveries.

API Endpoints

POST /api/v1/alerts/rulesGET /api/v1/alerts/rulesGET /api/v1/alerts/deliveries

Trust Registry API

Pro

Query MCP server security ratings in real-time. The Pro API returns ratings with zero delay (free tier has a 24h cache). Use the bulk endpoint on Business+ to export the full registry.

API Endpoints

GET /api/v1/registry/servers/:nameGET /api/v1/registry/search

MCP Proxy — Cloud Upload

Pro

Run `spiderrating proxy` to wrap any MCP server. Every tool call flows through RuntimeGuard locally, and audit events are uploaded to your cloud Dashboard when a Pro key is configured.

Business

Team management, RBAC, and org-wide controls. $199/month.

Team Management & RBAC

Business

Invite team members, assign roles (owner / admin / member / viewer), and manage permissions. Control who can edit policies, view audit logs, or manage API keys.

API Endpoints

GET /api/v1/team/membersPOST /api/v1/team/membersPUT /api/v1/team/members/:id/roleDELETE /api/v1/team/members/:id

SSO / SAML Integration

Business

Enforce single sign-on for your organization. Connect your SAML 2.0 identity provider (Okta, Azure AD, Google Workspace) so team members authenticate through your corporate IdP.

Centralized Tenant Settings

Business

Configure organization-wide settings from a single API: org name, domain, default team role, 2FA enforcement, notification preferences, DLP toggle, SSO enforcement, and more. Partial updates via PATCH.

API Endpoints

GET /api/v1/account/settingsPATCH /api/v1/account/settings

API Usage Analytics

Business

Track API call volume per endpoint, view monthly usage history, and monitor quota consumption. Pro tier includes 50K calls/month, Business 500K, Enterprise 5M. Top-endpoint breakdown helps optimize integration patterns.

API Endpoints

GET /api/v1/account/usageGET /api/v1/account/usage/historyGET /api/v1/account/usage/quota

Enterprise

IP controls, session management, compliance exports, and custom retention.

IP Allowlisting

Enterprise

Restrict API access to trusted networks with CIDR-based IP allowlisting. Supports IPv4 and IPv6, up to 50 rules per tenant. Enable/disable the allowlist globally without deleting entries.

API Endpoints

GET /api/v1/security/ip-allowlistPOST /api/v1/security/ip-allowlistDELETE /api/v1/security/ip-allowlist/:idPUT /api/v1/security/ip-allowlist/togglePOST /api/v1/security/ip-allowlist/check

Session Management

Enterprise

List active sessions, view IP addresses and user agents, revoke individual sessions, or force-logout all sessions for a user. Admin endpoints allow organization-wide session visibility and control.

API Endpoints

GET /api/v1/account/sessionsDELETE /api/v1/account/sessions/:idPOST /api/v1/account/sessions/revoke-allGET /api/v1/admin/sessionsPOST /api/v1/admin/sessions/force-logout

Audit Log Export

Enterprise

Export audit events and admin logs in CSV or JSON format. PII fields are automatically masked with [REDACTED]. Exports include up to 50,000 rows with Content-Disposition headers for direct download.

API Endpoints

GET /api/v1/audit/events/export?format=csvGET /api/v1/audit/admin-log/export?format=json

Configurable Data Retention

Enterprise

Set per-data-type retention policies: audit events (7–365 days), admin audit logs (7–365 days), and alert delivery history (7–180 days). Trigger manual purges or let the system auto-purge on schedule.

API Endpoints

GET /api/v1/retentionPUT /api/v1/retentionPOST /api/v1/retention/purge

Full API Reference

Interactive API documentation is available at /docs (Swagger UI) and /redoc (ReDoc). All endpoints are fully typed with request/response schemas.