Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Black Duck MCP brings Signal's AI-powered security analysis directly into your development environment. It enables code scanning through leading coding assistants – including Claude, Gemini, Cursor, Copilot, and others – so you can detect security issues, receive actionable insights, and apply recommended fixes quickly and consistently.
Add the following configuration to your MCP client (using Claude user level config as example):
{
"mcpServers": {
"black-duck-signal": {
"command": "npx",
"args": ["-y", "@black-duck/mcp-server"],
"env": {
"BLACKDUCK_MCP_GATEWAY_KEY": "your-api-key-here"
}
}
}
}Use one of following prompts in your MCP client to get you started:
Scan my code changes for security vulnerabilitiesYour MCP client should execute a security scan and report any vulnerabilities found on the code changes made. Requires that the project is git based to determine what files have changed.
Scan the changed files with respect to the main branchYour MCP client should execute a security scan taking into account only code changes in the current branch vs the main branch and report any vulnerabilities found on the code changes made. Requires that the project is git based to determine what files have changed.
Scan all files under folder foobar for security vulnerabilitiesYour MCP client should execute a security scan and report any vulnerabilities found.
| Tool | Parameters | Returns | Best Use Cases |
|---|---|---|---|
| `run_changes_security_scan` | `projectPath` (required): Absolute path to git project<br><br>`gitPatchMode` (required):<br>• all-uncommitted: Scan staged + unstaged changes<br>• reference-branch: Scan changes since branching<br><br>`referenceBranch` (optional): Reference branch name (e.g., main)<br><br>`scanEntireFileContent` (optional): When true, scans entire content of changed files instead of just changed lines. Default: false | • sarifFilePath: Path to SARIF report<br>• status: success or failure<br>• resourceUris: MCP resource URIs<br>• issueCounts: Counts by severity<br>• analysisGuidance: Analysis steps | • Faster: Analyzes only changed code<br>• Focused: Shows issues from your changes<br>• Iterative: Perfect for dev workflows & CI/CD<br>• Efficient: Reduces scan cost and time |
| `run_security_scan` | `projectPath` (required): Absolute path to project<br><br>`filePaths` (required): Array of file/directory absolute paths to scan | • sarifFilePath: Path to SARIF report<br>• status: success or failure<br>• resourceUris: MCP resource URIs<br>• issueCounts: Counts by severity<br>• analysisGuidance: Analysis steps | • Analyzing specific files/directories<br>• Focused security review of critical paths<br>• Quick checks during development<br>• Non-git projects |
The Black Duck Signal MCP server supports the following environment variables:
| Variable | Default | Description |
|---|---|---|
BLACKDUCK_MCP_GATEWAY_KEY | None (required) | API key for enhanced AI analysis |
BLACKDUCK_HOME | User's home directory | Override the default .blackduck folder location |
BLACKDUCK_MCP_TOOL_TIMEOUT | 1800000 (30 min) | Scan timeout in milliseconds |
BLACKDUCK_MCP_LOG_LEVEL | info | Log level: error, warn, info, or debug |
You can set these variables in your MCP client configuration:
{
"mcpServers": {
"black-duck": {
"command": "npx",
"args": ["-y", "@black-duck/mcp-server"],
"env": {
"BLACKDUCK_MCP_GATEWAY_KEY": "your-api-key-here",
"BLACKDUCK_MCP_LOG_LEVEL": "debug"
}
}
}
}All MCP logs are written to /Users/<username>/.blackduck/mcp/logs/ for linux/mac and C:\Users\<Username>\AppData\Roaming\BlackDuck\mcp\logs\ (customizable via BLACKDUCK_HOME):
black-duck-mcp.log - Combined log (all levels)black-duck-mcp-error.log - Error-only logThe following URLs and IP addresses must be accessible for the MCP server to function properly:
| URL | IP Address |
|---|---|
repo.blackduck.com | 34.149.5.115 |
llm.core.blackduck.com | 104.18.36.253 |
Ensure your firewall allows outbound HTTPS (port 443) connections to these endpoints
This project is licensed under the MIT License.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.