C
Emerging
74/100
2 days ago

deep-code-security

Multi-language SAST and AI-powered fuzzing MCP server for Claude Code integration, enabling static and dynamic security analysis of code.

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

backspace-shmackspace

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 1 credential: ANTHROPIC_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configDCS_BRIDGE_MAX_TARGETS10 Max fuzz targets produced by SAST-to-Fuzz bridge
configDCS_FUZZ_ALLOWED_PLUGINSexport =python,c
🔐 secretANTHROPIC_API_KEY"": "your-api-key-here"
configGOOGLE_CLOUD_PROJECT(none) GCP project ID for Vertex AI (optional)
configCLOUD_ML_PROJECT_NUMBER(none) GCP project number for Vertex AI (optional)
configANTHROPIC_VERTEX_PROJECT_ID(none) Vertex AI project override (optional)
configDCS_SCANNER_BACKENDauto Scanner backend: semgrep, treesitter, or auto (prefer semgrep if available)
configDCS_REGISTRY_PATH"": "/path/to/deep-code-security/registries",
configDCS_ALLOWED_PATHS"": "/path/to/projects",
configDCS_SANDBOX_TIMEOUT30 Per-exploit timeout in seconds
configDCS_CONTAINER_RUNTIME"": "auto",
configDCS_MAX_CONCURRENT_SANDBOXES2 Concurrency limit for sandbox execution
configDCS_MAX_FILES10000 Max files per scan
configDCS_MAX_RESULTS100 Max findings returned per hunt operation
configDCS_MAX_VERIFICATIONS50 Max findings to verify in auditor phase
configDCS_QUERY_TIMEOUT5.0 Tree-sitter query timeout in seconds
configDCS_QUERY_MAX_RESULTS1000 Max results per tree-sitter query
configDCS_SEMGREP_TIMEOUT120 Maximum seconds for Semgrep subprocess
configDCS_SEMGREP_RULES_PATHregistry>/semgrep Path to DCS Semgrep rule files
configDCS_FUZZ_MODELclaude-sonnet-4-6 Claude model for input generation
configDCS_FUZZ_MAX_ITERATIONS10 Max fuzzing iterations
configDCS_FUZZ_INPUTS_PER_ITER10 Inputs generated per iteration
configDCS_FUZZ_TIMEOUT_MS5000 Per-input execution timeout
configDCS_FUZZ_MAX_COST_USD5.0 API cost budget
configDCS_FUZZ_OUTPUT_DIR./fuzzy-output Corpus and report output directory
configDCS_FUZZ_GCP_REGIONus-east5 GCP region for Vertex AI
configDCS_FUZZ_MCP_TIMEOUT120 Hard wall-clock timeout for MCP fuzz invocations
configDCS_FUZZ_C_COMPILE_FLAGS"" Comma-separated gcc flags (e.g., -O2,-march=native)
configDCS_FUZZ_C_INCLUDE_PATHS"" Comma-separated include paths for C harness compilation
configDCS_OUTPUT_DIR
// quality suggestions

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Shell command execution

13 child_process/subprocess calls in production code — runs shell commands (src/deep_code_security/architect/guidance_generator.py:200, src/deep_code_security/architect/guidance_generator.py:201, src/deep_code_security/architect/guidance_generator.py:206)

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 2 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/backspace-shmackspace-deep-code-security-14quqk)](https://m8ven.ai/mcp/backspace-shmackspace-deep-code-security-14quqk)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 80e448e5edc123c8296bc2225f86dae9cfb918f1
code hash: 65398c124e90e08a4393cb51f1e363dc82bc052518e08bb6cb407e6356ec1ac5
verified: 8/18/2026, 3:26:01 AM
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client