Scenario
Workspace File Management Test
- Write a file named 'hello.txt' with the content 'Lilith Workspace Test Content' to your workspace.
- /new
- List all files in your workspace to verify 'hello.txt' is there.
- Read the file 'hello.txt' from your workspace and verify its content.
- Delete the file 'hello.txt' from your workspace.
- Try to write a file with path '../malicious.txt' to see if directory traversal is prevented.