71
/ 100
24 days ago
glama

secure-harness-mcp

Verify-and-repair secure-coding harness that generates, hardens, audits, and scores Go code with a build and security scan feedback loop, and includes a transparent proxy to harden any client automatically.

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.

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.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: SECURE_HARNESS_KEY, PHASE3_KEY, SECURE_PROXY_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configSECURE_HARNESS_MODEL_URLexport =http://localhost:11434/v1 # any OpenAI-compatible endpoint
configPHASE3_MODEL_URL
configSECURE_HARNESS_MODELexport =qwen2.5-coder:32b # the served model id
configPHASE3_MODEL
🔐 secretSECURE_HARNESS_KEYexport =dummy # API key if the endpoint needs one
🔐 secretPHASE3_KEY
configSECURE_PROXY_UPSTREAMsecure-harness-proxy --port 8090 # env: / SECURE_PROXY_KEY / SECURE_PROXY_MAX_ITERS
🔐 secretSECURE_PROXY_KEYsecure-harness-proxy --port 8090 # env: SECURE_PROXY_UPSTREAM / / SECURE_PROXY_MAX_ITERS
configSECURE_PROXY_MAX_ITERSsecure-harness-proxy --port 8090 # env: SECURE_PROXY_UPSTREAM / SECURE_PROXY_KEY /
configSECURE_PROXY_PORT
configSECURE_PROXY_HOST
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 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/calvarado2004-secure-harness-mcp-0jg3wh)](https://m8ven.ai/mcp/calvarado2004-secure-harness-mcp-0jg3wh)
commit: 8cbc3893c381ce9142f19df8f846462c5061cf22
code hash: 21607226f05bdf9ab894d9792e8fa9ad70a63bc4fc046414a5bceb355cb632c7
verified: 7/7/2026, 9:51:41 AM
view raw JSON →