File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 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
522python3.12 -m venv .venv
You can’t perform that action at this time.
0 commit comments