s

synapse-audit

@digidenone/synapse-audit
0 Stars 6 次浏览 digidenone 更新于 2026-08-23

AI-Powered Security Scanner for LLMs. Detects vulnerabilities and syncs with SynapseAudit.

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "@digidenone/synapseaudit-mcp": {
      "args": [
        "@digidenone/synapseaudit-mcp@3.0.0"
      ],
      "command": "npx"
    }
  }
}

可用工具 (5 个)

该服务在 MCP 协议中暴露的工具,AI 可按需调用

tavily_search 14 个参数 需填 1 项

Search the web for current information on any topic. Use for news, facts, or data beyond your knowledge cutoff. Returns snippets and source URLs.

必填参数:query

tavily_extract 6 个参数 需填 1 项

Extract content from URLs. Returns raw page content in markdown or text format.

必填参数:urls

tavily_crawl 11 个参数 需填 1 项

Crawl a website starting from a URL. Extracts content from pages with configurable depth and breadth.

必填参数:url

tavily_map 8 个参数 需填 1 项

Map a website's structure. Returns a list of URLs found starting from the base URL.

必填参数:url

tavily_research 2 个参数 需填 1 项

Perform comprehensive research on a given topic or question. Use this tool when you need to gather information from multiple sources to answer a question or complete a task. Returns a detailed response based on the research findings.

必填参数:input

服务介绍

SynapseAudit Ecosystem

The Next-Generation AI-Powered Security Platform.
Secure your code from the first keystroke to production deployment.

License
Version
Status

Documentation HubWebsiteDashboard

# Overview

SynapseAudit is a holistic security ecosystem designed for the modern SDLC. It combines Static Analysis (SAST), Dynamic Analysis (DAST), and Agentic AI to provide zero-false-positive results.

[!NOTE]
SynapseAudit v3.0 is live! featuring the new Hybrid Analysis Engine and MCP Server for Claude/Cursor integration.

# The Ecosystem

This monorepo houses the entire platform. Each component is designed to work independently or as part of the unified suite.

| Component | Status | Description |
| :- -- | :- -- | :- -- |
| CLi | v3.0.0 | The command-line powerhouse for local scans & CI pipelines. |
| Extension | v3.0.0 | VS Code extension for real-time security alerts. |
| MCP Server | v3.0.0 | Model Context Protocol server enabling LLMs to "see" security context. |
| Cortex | v3.0.0 | The core intelligence library shared across all tools. |
| SynapseAudit Cloud | v3.0.0 | Serverless backend powering the cloud synchronization. |
| GitHub Action | v3.0.0 | Automated security scanning for CI/CD pipelines. |

# Quick Start

# # Option 1: The CLI (Fastest)

#  1. Install Globally
npm install -g @digidenone/synapseaudit

#  2. Login to Cloud (Optional)
synapse-audit auth login

#  3. Analyze Current Directory
synapse-audit scan .

# # Option 2: VS Code Extension

  1. Open VS Code.
  2. Search "SynapseAudit" in the Marketplace.
  3. Install and press Ctrl+Shift+S to scan.

# Contributing

We welcome contributions from the community! Please read our Contributing Guide to get started.

  1. Fork the repo: https://github.com/digidenone/SynapseAudit.
  2. Create your feature branch (git checkout -b feature/amazing-feature).
  3. Commit your changes (git commit -m 'feat: add amazing feature').
  4. Push to the branch (git push origin feature/amazing-feature).
  5. Open a Pull Request.

# Support & Enterprise

For commercial licensing, SLAs, and dedicated instances:

© 2025 Digidenone. All Rights Reserved.

相关 MCP 服务