io.github.egoughnour/code-firewall-mcp
PYPI · CODE-FIREWALL-MCP · 2 COMPONENTS · SCANNED SEP 20
Structural similarity-based code filter. Stops malicious code pattern reaching execution tools.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security75
- No malware found by supply-chain analysis.Pass
- A critical CVE affects chromadb, and no fixed version has been published yet. View diagnostics → Fail
- Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
- 8 of 91 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency44
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 243 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability78
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 749 tokens (~68/item across 11 items; 11 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
- Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "firewall_remove_pattern" implies "remove" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
- An AI judge read all 11 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
How do I install the io.github.egoughnour/code-firewall-mcp server?
io.github.egoughnour/code-firewall-mcp runs locally as a PyPI package, launched with uvx code-firewall-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
pypi · code-firewall-mcp
claude mcp add egoughnour-code-firewall-mcp -- uvx code-firewall-mcp
{
"mcpServers": {
"egoughnour-code-firewall-mcp": {
"command": "uvx",
"args": [
"code-firewall-mcp"
]
}
}
} {
"servers": {
"egoughnour-code-firewall-mcp": {
"command": "uvx",
"args": [
"code-firewall-mcp"
]
}
}
} codex mcp add egoughnour-code-firewall-mcp -- uvx code-firewall-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"egoughnour-code-firewall-mcp": {
"type": "local",
"command": [
"uvx",
"code-firewall-mcp"
],
"enabled": true
}
}
} openclaw mcp add egoughnour-code-firewall-mcp --command uvx --arg code-firewall-mcp
mcp_servers:
egoughnour-code-firewall-mcp:
command: "uvx"
args: ["code-firewall-mcp"] {
"McpServers": {
"egoughnour-code-firewall-mcp": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"code-firewall-mcp"
]
}
}
} assistant mcp add egoughnour-code-firewall-mcp -t stdio -c uvx -a code-firewall-mcp
{
"mcpServers": {
"egoughnour-code-firewall-mcp": {
"command": "uvx",
"args": [
"code-firewall-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 19 Sept 26 −3
- Stability: pass → 0.80 functional
- 18 Sept 26 +1
- Stability: 0.97 → pass security
- 16 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 14 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 12 Sept 26 −3
- Stability: pass → 0.80 functional
- 11 Sept 26 0
- Stability: 0.97 → pass security
- 10 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 8 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed pypi/code-firewall-mcp@0.7.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Background: How many MCP packages publish verified provenance →
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| build_backend | allowlisted | hatchling.build |
Background: Why install scripts are a supply-chain risk →
Vulnerabilities 8 findings
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-2wm9-hf6c-p5cr | CVE-2026-45830 | high | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H | no |
| GHSA-36p7-vc44-83pf | CVE-2026-45833 | critical | no | |
| GHSA-f4j7-r4q5-qw2c | CVE-2026-45829 | critical | no | |
| GHSA-xph7-9rjv-w5fr | CVE-2026-45831 | high | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H | no |
| PYSEC-2026-311 | CVE-2026-45829 | none | no | |
| PYSEC-2026-3813 | CVE-2026-45830 | high | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H | no |
| PYSEC-2026-3814 | CVE-2026-45833 | none | no | |
| PYSEC-2026-3815 | CVE-2026-45831 | high | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H | no |
Background: What a vulnerability scan can and cannot prove →
Dependencies 91 packages
| Packages resolved | 91 |
|---|---|
| Stale | 8 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
firewall_blacklist Firewall Blacklist ~93
Add a code pattern to the blacklist. Either file_path or code must be provided.
| Name | Type | Req | Description |
|---|---|---|---|
| code | – | – | Code string to blacklist (alternative to file_path) |
| file_path | – | – | Path to code file to blacklist |
| language | string | – | Programming language (used if code is provided) |
| reason | string | – | Why this pattern is dangerous |
| severity | string | – | critical, high, medium, low |
Structured output declared, but exposes no named fields.
No examples provided.
firewall_check Firewall Check ~63
Check if code is safe to pass to execution tools like rlm_exec. Parses the code, normalizes to structural skeleton, embeds via Ollama, and checks similarity against blacklisted dangerous patterns.
| Name | Type | Req | Description |
|---|---|---|---|
| file_path | string | yes | Path to the code file to check |
Structured output declared, but exposes no named fields.
No examples provided.
firewall_check_code Firewall Check Code ~45
Check if code string is safe (without requiring a file).
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | The code to check |
| language | string | – | Programming language (default: python) |
Structured output declared, but exposes no named fields.
No examples provided.
firewall_list_patterns Firewall List Patterns ~47
List patterns in the blacklist or delta collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collection_name | string | – | "blacklist" or "deltas" |
| limit | integer | – | Maximum number of patterns to return |
Structured output declared, but exposes no named fields.
No examples provided.
firewall_ollama_status Firewall Ollama Status ~34
Check Ollama server status and embedding model availability.
| Name | Type | Req | Description |
|---|---|---|---|
| force_refresh | boolean | – | Force refresh the cached status |
Structured output declared, but exposes no named fields.
No examples provided.
firewall_record_delta Firewall Record Delta ~112
Record a near-miss variant to help sharpen the classifier. Use this when code is similar to a blacklisted pattern but represents a legitimate use case, or when a new variant of a dangerous pattern is discovered.
| Name | Type | Req | Description |
|---|---|---|---|
| code | – | – | Code string (alternative to file_path) |
| file_path | – | – | Path to code file |
| language | string | – | Programming language |
| notes | string | – | Notes about why this is being recorded |
| similar_to | string | – | Pattern ID this is similar to |
Structured output declared, but exposes no named fields.
No examples provided.
firewall_remove_pattern Firewall Remove Pattern ~48
Remove a pattern from the blacklist or delta collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collection_name | string | – | "blacklist" or "deltas" |
| pattern_id | string | yes | The pattern ID to remove |
Structured output declared, but exposes no named fields.
No examples provided.
firewall_setup_ollama Firewall Setup Ollama ~85
Install Ollama via Homebrew (macOS).
| Name | Type | Req | Description |
|---|---|---|---|
| install | boolean | – | Install Ollama via Homebrew |
| model | string | – | Model to pull (default: nomic-embed-text) |
| pull_model | boolean | – | Pull the embedding model (nomic-embed-text) |
| start_service | boolean | – | Start Ollama as a background service |
Structured output declared, but exposes no named fields.
No examples provided.
firewall_setup_ollama_direct Firewall Setup Ollama Direct ~95
Install Ollama via direct download (macOS) - no Homebrew, no sudo.
| Name | Type | Req | Description |
|---|---|---|---|
| install | boolean | – | Download and install Ollama to ~/Applications |
| model | string | – | Model to pull (default: nomic-embed-text) |
| pull_model | boolean | – | Pull the embedding model (nomic-embed-text) |
| start_service | boolean | – | Start Ollama server in background |
Structured output declared, but exposes no named fields.
No examples provided.
firewall_status Firewall Status ~77
Get firewall status and statistics. Returns: { "ollama_available": bool, "chromadb_available": bool, "tree_sitter_available": bool, "blacklist_count": int, "delta_count": int, "similarity_threshold": float, "near_miss_threshold": float, }
Input schema present but exposes no named parameters.
Structured output declared, but exposes no named fields.
No examples provided.
firewall_system_check Firewall System Check ~50
Check if system meets requirements for Ollama embeddings. Verifies: macOS, Apple Silicon (M1/M2/M3/M4), RAM, Homebrew installed. Use before attempting Ollama setup.
Input schema present but exposes no named parameters.
Structured output declared, but exposes no named fields.
No examples provided.
What is the io.github.egoughnour/code-firewall-mcp server?
io.github.egoughnour/code-firewall-mcp is listed in the public MCP registry as io.github.egoughnour/code-firewall-mcp. Structural similarity-based code filter. Stops malicious code pattern reaching execution tools. This page covers its PyPI package (code-firewall-mcp).
Is the io.github.egoughnour/code-firewall-mcp server safe to use?
io.github.egoughnour/code-firewall-mcp scores 73 out of 100 on VerifyMCP. We recorded 8 known advisories against it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.egoughnour/code-firewall-mcp server expose?
io.github.egoughnour/code-firewall-mcp exposes 11 tools: firewall_system_check, firewall_setup_ollama, firewall_setup_ollama_direct, firewall_ollama_status, firewall_check, and 6 more. Their descriptions and schemas cost roughly 749 tokens of context every time the server is loaded.
Is the io.github.egoughnour/code-firewall-mcp server still maintained?
io.github.egoughnour/code-firewall-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.egoughnour/code-firewall-mcp server under?
io.github.egoughnour/code-firewall-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.