Creates a new vulnerability scan job for an MCP server source repository (GitHub URL or npm package). The scan runs asynchronously in the background; use the returned job_id to check status and retrieve results.
Documentation Index
Fetch the complete documentation index at: https://docs.enkryptai.com/llms.txt
Use this file to discover all available pages before exploring further.
Request body for starting a source-based MCP server vulnerability scan.
GitHub URL or npm package name/URL to scan
"https://github.com/user/mcp-server"
Git commit/branch/tag or npm version. Defaults to the repo's default branch when omitted.
"main"
Optional subdirectory path within the repository to scan (e.g., 'packages/server')
"packages/server"
Mark this scan as private (visible only within your account)
Scan job accepted
Response returned when a source-based scan job is accepted.
Unique identifier for the scan job
"123e4567-e89b-12d3-a456-426614174000"
"https://github.com/user/mcp-server"
"user@example.com"
"initializing"
Human-readable status message
"Scan job created successfully"