mcp-snyk

scan_repository

Identify security vulnerabilities in a code repository by scanning it with Snyk. Specify the repository URL and optionally the branch to ensure comprehensive security checks.

Instructions

Scan a repository for security vulnerabilities using Snyk

Input Schema

NameRequiredDescriptionDefault
branchNoBranch to scan (optional)
urlYesRepository URL to scan

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "branch": { "description": "Branch to scan (optional)", "type": "string" }, "url": { "description": "Repository URL to scan", "format": "uri", "type": "string" } }, "required": [ "url" ], "type": "object" }

Other Tools from mcp-snyk

Related Tools

ID: nl2e6t2lpd