Skip to content

Commit f42e279

Browse files
mcp: extend documentation and clarify threat model
Signed-off-by: David Korczynski <david@adalogics.com>
1 parent 3de6704 commit f42e279

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

infra/experimental/mcp/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# OSS-Fuzz MCP
22

3+
This is an experimental implementation of an MCP server that enables use of
4+
OSS-Fuzz tools. You can use it to solve various common OSS-Fuzz tasks.
5+
6+
At this stage, this is purely experimental code.
7+
8+
9+
## Threat model for running locally
10+
11+
This is experimental code and has an open threat model. Running this tool, you
12+
should assume you will be running untrusted code on our machine. You should
13+
only run this in a trusted environment, including the network. In practice,
14+
this means you must run this in a heavily sandboxed environment, and from a
15+
security perspective if you run this tool you will run untrusted code on
16+
your environment.
17+
18+
19+
## Running the Service
320

421
```sh
522
python3.12 -m venv .venv

0 commit comments

Comments
 (0)