Metadata-Version: 2.5
Name: depsentinel-guard
Version: 1.2.9
Summary: DepSentinel MCP Server (Thin Client) for AI Package Hallucination Guard & CodeSentinel AST Code Quality Auditor
Project-URL: Homepage, https://depsentinel-platform.vercel.app
Author-email: DepSentinel Security <security@depsentinel.com>
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: fastmcp>=0.4.0
Requires-Dist: httpx>=0.27
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# DepSentinel MCP Server (`depsentinel-guard`)

Official Model Context Protocol (MCP) server for **DepSentinel** & **React Doctor**.
Connects AI coding assistants (Claude Desktop, Cursor, Antigravity, VS Code) to autonomous security & quality guardrails.

## 🛠️ Available MCP Tools

1. **`verify_packages`** — 8-layer deep supply-chain security check before running `npm install`. Blocks hallucinated packages, typosquats, CVEs, and backdoors.
2. **`quick_check`** — Single-package instant registry & safety verification.
3. **`audit_react_code`** — **(NEW in v1.2.0)** 31-rule static AST quality & security audit for React, Next.js, and React Native code (XSS sinks, async effects, state mutations, accessibility, performance).

## 🚀 Setup

Add DepSentinel to your `claude_desktop_config.json` or Cursor MCP settings:

```json
{
  "mcpServers": {
    "depsentinel": {
      "command": "uvx",
      "args": ["depsentinel-guard"],
      "env": {
        "DEPSENTINEL_API_KEY": "ds_your_api_key",
        "DEPSENTINEL_API_URL": "https://depsentinel.neuraliftx.in"
      }
    }
  }
}
```

Get your API key at [DepSentinel Platform](https://depsentinel.neuraliftx.in).
