Skip to content

Commit 8f28d9f

Browse files
knielsen404lbeurerkellner
authored andcommitted
typos, index
1 parent cf45aa3 commit 8f28d9f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/mcp-scan/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ icon: bootstrap/shield-check
1010
Use MCP-scan to safeguard your MCP integrations.
1111
</div>
1212

13-
[MCP-scan](https://github.com/invariantlabs-ai/mcp-scan) is a security scanning tool, that uses Invariant's security stack, to ensure the MCP integrations you are using in MCP clients such as Cursor, Claude and Windsurf are safe.
13+
[MCP-scan](https://github.com/invariantlabs-ai/mcp-scan) is a security scanning tool that uses Invariant's security stack to ensure the MCP integrations you are using in MCP clients, such as Cursor, Claude, and Windsurf are safe.
1414

1515
<img src="./assets/proxy.svg" alt="mcp-scan-overview-diagram" class="textwidth" style="max-width: 480pt; margin: 40pt auto; display: block;" />
1616

@@ -19,7 +19,7 @@ Use MCP-scan to safeguard your MCP integrations.
1919
- Scanning of Claude, Cursor, Windsurf, and other file-based MCP client configurations
2020
- Scanning for prompt injection attacks in tool descriptions and [tool poisoning attacks](https://invariantlabs.ai/blog/mcp-security-notification-tool-poisoning-attacks) using [Guardrails](https://github.com/invariantlabs-ai/invariant?tab=readme-ov-file#analyzer)
2121
- Live runtime monitoring of MCP traffic using `mcp-scan proxy`
22-
- _MCP guardrailing_ of tool calls and responses, including PII detection, secrets detection, tool restrictions and [custom guardrailing policies](./guardrails)
22+
- _MCP guardrailing_ of tool calls and responses, including PII detection, secrets detection, tool restrictions, and [custom guardrailing policies](./guardrails)
2323
- Detection of cross-origin escalation attacks ([tool shadowing](https://invariantlabs.ai/blog/mcp-security-notification-tool-poisoning-attacks))
2424
- _Tool Pinning_ to detect and prevent [MCP rug pull attacks](https://invariantlabs.ai/blog/mcp-security-notification-tool-poisoning-attacks), i.e. detects changes to MCP tools via hashing
2525

@@ -45,7 +45,7 @@ Recognizing these serious security threats, we developed **MCP-Scan** to help us
4545

4646
## Using MCP-Scan
4747

48-
MCP-scan offers two primary modes of operations, allowing you to identify security vulnerabilities in your MCP integrations and continously monitor your MCP traffic.
48+
MCP-scan offers two primary modes of operations, allowing you to identify security vulnerabilities in your MCP integrations and continuously monitor your MCP traffic.
4949

5050

5151
<!-- * [_Server Scanning_](./scanning.md) with **`mcp-scan scan`** -->
@@ -64,7 +64,7 @@ Learn more about the scanning mode in the [MCP Server Scanning](./scanning.md) c
6464

6565
### Active Proxying with **`mcp-scan proxy`**
6666

67-
Using `mcp-scan proxy`, you can monitor, log and safeguard all MCP traffic on your machine. This allows you to inspect the runtime behavior of agents and tools, and prevent attacks from e.g. untrusted sources (like websites or emails) that may try to exploit your agents. `mcp-scan proxy` is a dynamic security layer that runs in the background, and continuously monitors your MCP traffic.
67+
Using `mcp-scan proxy`, you can monitor, log, and safeguard all MCP traffic on your machine. This allows you to inspect the runtime behavior of agents and tools, and prevent attacks from e.g., untrusted sources (like websites or emails) that may try to exploit your agents. `mcp-scan proxy` is a dynamic security layer that runs in the background, and continuously monitors your MCP traffic.
6868

6969
<br/>
7070

@@ -78,7 +78,7 @@ Learn more about the proxying mode in the [MCP Proxying with mcp-scan](./proxyin
7878
## Including MCP-scan results in your own project / registry
7979

8080
If you want to include MCP-scan results in your own project or registry, please reach out to the team via `[email protected]`, and we can help you with that.
81-
For automated scanning we recommend using the `--json` flag and parsing the output.
81+
For automated scanning, we recommend using the `--json` flag and parsing the output.
8282

8383
## Further Reading
8484
- [Introducing MCP-Scan](https://invariantlabs.ai/blog/introducing-mcp-scan)
@@ -100,7 +100,7 @@ If you are interested in learning more about securing MCP and agents more genera
100100

101101
<a href="./proxying" class='tile primary'>
102102
<span class='tile-title'>MCP Proxying with mcp-scan</span>
103-
<span class='tile-description'>Monitors, logs and safeguards all MCP traffic on your machine.</span>
103+
<span class='tile-description'>Monitors, logs, and safeguards all MCP traffic on your machine.</span>
104104
</a>
105105

106106
<a href="../guardrails/" class='tile'>

0 commit comments

Comments
 (0)