Skip to content

Commit 4006312

Browse files
committed
research-task: Sandboxing Technologies
1 parent 2db225d commit 4006312

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Context
2+
The goal of this research is to identify potential sandboxing technologies that Agent Workflow might use in [Local Mode](../Public/Local%20Mode.md) (for product overview, see [Product One Pager](../../docs/Product%20One%20Pager.md)).
3+
4+
Such sandbox may limit writes to the file system outside of few specific whitelisted VSC working copies.
5+
6+
It may prevent reading of specific sensitive information on the system (or may require the user to maintain a list of directories which the agent should be able to read - e.g. software packages, documentation, etc).
7+
8+
It may prevent access to localhost services, the local network, limit the internet access to specific ports and hosts or cut it off altogether.
9+
10+
## Research Task
11+
12+
Your task is to populate this file with details about the most modern sandboxing technologies on mainstream operating systems, such as macOS, Linux and Windows and others. For each operating system, prepare a section with details.
13+
14+
The research should also try to identify other risks and potentially useful controls that are not mentioned above.

0 commit comments

Comments
 (0)