Skip to content

Commit 221fccd

Browse files
howonleeHowon Lee
and
Howon Lee
authored
Add a note we do sandbox executions (#282)
note on execution Co-authored-by: Howon Lee <[email protected]>
1 parent b18416a commit 221fccd

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

docs/guides/agent_chat.md

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Upon being invoked, CodeRabbit processes your request and responds with the nece
2929

3030
CodeRabbit Chat can automatically generate scripts in various programming languages (mainly shell scripting) to answer questions about your codebase. If incorrect or non-running or non-germane shell scripts are created, CodeRabbit goes and tries again, and the whole script iteration process will be displayed to you in an Analysis Flow.
3131

32+
All scripts are run in a secure sandboxed execution environment.
33+
3234
### Web Search
3335

3436
CodeRabbit Chat integrates real-time web search capabilities, enabling it to fetch up-to-date information to support its responses. The CodeRabbit Chat response will indicate this if it decides to search the web to answer your query.

docs/guides/issue-chat.md

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ When [agentic thought chain](./agent_chat.md) is enabled, CodeRabbit will use an
6262

6363
![Agentic Thought Chain Example](../../static/img/guides/agentic-thought-chain.png)
6464

65+
All scripts run in the Agentic Thought Chain are run in a secure sandboxed execution environment.
66+
6567
### Feature Planning Support
6668

6769
Issue chat is particularly valuable during feature planning phases:

docs/tools/tools.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
1313

1414
CodeRabbit supports various linters and security analysis tools to improve the code review process. The output of these tools is used to enhance the feedback provided by CodeRabbit, making it possible to provide 1-click fixes for common issues.
1515

16+
All tool runs are done in a secure sandboxed execution environment.
17+
1618
## Enabling/Disabling Tools
1719

1820
You can enable or disable tools by setting `reviews.tools.<tool>.enabled` in your project's `.coderabbit.yaml` file or setting the "Review → Tools → Tool → Enabled" field in CodeRabbit's settings page.

0 commit comments

Comments
 (0)